public class CommercePriceModifierWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommercePriceModifier> implements CommercePriceModifier, com.liferay.portal.kernel.model.ModelWrapper<CommercePriceModifier>
This class is a wrapper for CommercePriceModifier.
CommercePriceModifier,
Serialized FormCOMMERCE_PRICE_MODIFIER_ID_ACCESSOR| Constructor and Description |
|---|
CommercePriceModifierWrapper(CommercePriceModifier commercePriceModifier) |
| Modifier and Type | Method and Description |
|---|---|
CommercePriceModifier |
cloneWithOriginalValues() |
boolean |
getActive()
Returns the active of this commerce price modifier.
|
java.util.Map<java.lang.String,java.util.function.Function<CommercePriceModifier,java.lang.Object>> |
getAttributeGetterFunctions() |
java.util.Map<java.lang.String,java.util.function.BiConsumer<CommercePriceModifier,java.lang.Object>> |
getAttributeSetterBiConsumers() |
long |
getCommercePriceListId()
Returns the commerce price list ID of this commerce price modifier.
|
long |
getCommercePriceModifierId()
Returns the commerce price modifier ID of this commerce price modifier.
|
long |
getCompanyId()
Returns the company ID of this commerce price modifier.
|
java.util.Date |
getCreateDate()
Returns the create date of this commerce price modifier.
|
long |
getCtCollectionId()
Returns the ct collection ID of this commerce price modifier.
|
java.util.Date |
getDisplayDate()
Returns the display date of this commerce price modifier.
|
java.util.Date |
getExpirationDate()
Returns the expiration date of this commerce price modifier.
|
java.lang.String |
getExternalReferenceCode()
Returns the external reference code of this commerce price modifier.
|
long |
getGroupId()
Returns the group ID of this commerce price modifier.
|
java.util.Date |
getLastPublishDate()
Returns the last publish date of this commerce price modifier.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.util.Date |
getModifiedDate()
Returns the modified date of this commerce price modifier.
|
java.math.BigDecimal |
getModifierAmount()
Returns the modifier amount of this commerce price modifier.
|
java.lang.String |
getModifierType()
Returns the modifier type of this commerce price modifier.
|
long |
getMvccVersion()
Returns the mvcc version of this commerce price modifier.
|
long |
getPrimaryKey()
Returns the primary key of this commerce price modifier.
|
double |
getPriority()
Returns the priority of this commerce price modifier.
|
com.liferay.exportimport.kernel.lar.StagedModelType |
getStagedModelType() |
int |
getStatus()
Returns the status of this commerce price modifier.
|
long |
getStatusByUserId()
Returns the status by user ID of this commerce price modifier.
|
java.lang.String |
getStatusByUserName()
Returns the status by user name of this commerce price modifier.
|
java.lang.String |
getStatusByUserUuid()
Returns the status by user uuid of this commerce price modifier.
|
java.util.Date |
getStatusDate()
Returns the status date of this commerce price modifier.
|
java.lang.String |
getTarget()
Returns the target of this commerce price modifier.
|
java.lang.String |
getTitle()
Returns the title of this commerce price modifier.
|
long |
getUserId()
Returns the user ID of this commerce price modifier.
|
java.lang.String |
getUserName()
Returns the user name of this commerce price modifier.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this commerce price modifier.
|
java.lang.String |
getUuid()
Returns the uuid of this commerce price modifier.
|
boolean |
isActive()
Returns
true if this commerce price modifier is active. |
boolean |
isApproved()
Returns
true if this commerce price modifier is approved. |
boolean |
isDenied()
Returns
true if this commerce price modifier is denied. |
boolean |
isDraft()
Returns
true if this commerce price modifier is a draft. |
boolean |
isExpired()
Returns
true if this commerce price modifier is expired. |
boolean |
isInactive()
Returns
true if this commerce price modifier is inactive. |
boolean |
isIncomplete()
Returns
true if this commerce price modifier is incomplete. |
boolean |
isPending()
Returns
true if this commerce price modifier is pending. |
boolean |
isScheduled()
Returns
true if this commerce price modifier is scheduled. |
void |
persist() |
void |
setActive(boolean active)
Sets whether this commerce price modifier is active.
|
void |
setCommercePriceListId(long commercePriceListId)
Sets the commerce price list ID of this commerce price modifier.
|
void |
setCommercePriceModifierId(long commercePriceModifierId)
Sets the commerce price modifier ID of this commerce price modifier.
|
void |
setCompanyId(long companyId)
Sets the company ID of this commerce price modifier.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this commerce price modifier.
|
void |
setCtCollectionId(long ctCollectionId)
Sets the ct collection ID of this commerce price modifier.
|
void |
setDisplayDate(java.util.Date displayDate)
Sets the display date of this commerce price modifier.
|
void |
setExpirationDate(java.util.Date expirationDate)
Sets the expiration date of this commerce price modifier.
|
void |
setExternalReferenceCode(java.lang.String externalReferenceCode)
Sets the external reference code of this commerce price modifier.
|
void |
setGroupId(long groupId)
Sets the group ID of this commerce price modifier.
|
void |
setLastPublishDate(java.util.Date lastPublishDate)
Sets the last publish date of this commerce price modifier.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this commerce price modifier.
|
void |
setModifierAmount(java.math.BigDecimal modifierAmount)
Sets the modifier amount of this commerce price modifier.
|
void |
setModifierType(java.lang.String modifierType)
Sets the modifier type of this commerce price modifier.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this commerce price modifier.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this commerce price modifier.
|
void |
setPriority(double priority)
Sets the priority of this commerce price modifier.
|
void |
setStatus(int status)
Sets the status of this commerce price modifier.
|
void |
setStatusByUserId(long statusByUserId)
Sets the status by user ID of this commerce price modifier.
|
void |
setStatusByUserName(java.lang.String statusByUserName)
Sets the status by user name of this commerce price modifier.
|
void |
setStatusByUserUuid(java.lang.String statusByUserUuid)
Sets the status by user uuid of this commerce price modifier.
|
void |
setStatusDate(java.util.Date statusDate)
Sets the status date of this commerce price modifier.
|
void |
setTarget(java.lang.String target)
Sets the target of this commerce price modifier.
|
void |
setTitle(java.lang.String title)
Sets the title of this commerce price modifier.
|
void |
setUserId(long userId)
Sets the user ID of this commerce price modifier.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this commerce price modifier.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this commerce price modifier.
|
void |
setUuid(java.lang.String uuid)
Sets the uuid of this commerce price modifier.
|
java.lang.String |
toXmlString() |
protected CommercePriceModifierWrapper |
wrap(CommercePriceModifier commercePriceModifier) |
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModelfinalize, getClass, notify, notifyAll, wait, wait, waitclone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelpublic CommercePriceModifierWrapper(CommercePriceModifier commercePriceModifier)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<CommercePriceModifier>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<CommercePriceModifier>public CommercePriceModifier cloneWithOriginalValues()
cloneWithOriginalValues in interface CommercePriceModifierModelcloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<CommercePriceModifier>public boolean getActive()
getActive in interface CommercePriceModifierModelpublic long getCommercePriceListId()
getCommercePriceListId in interface CommercePriceModifierModelpublic long getCommercePriceModifierId()
getCommercePriceModifierId in interface CommercePriceModifierModelpublic long getCompanyId()
getCompanyId in interface CommercePriceModifierModelgetCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelgetCompanyId in interface com.liferay.portal.kernel.model.StagedModelpublic java.util.Date getCreateDate()
getCreateDate in interface CommercePriceModifierModelgetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelgetCreateDate in interface com.liferay.portal.kernel.model.StagedModelpublic long getCtCollectionId()
getCtCollectionId in interface CommercePriceModifierModelgetCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<CommercePriceModifier>public java.util.Date getDisplayDate()
getDisplayDate in interface CommercePriceModifierModelpublic java.util.Date getExpirationDate()
getExpirationDate in interface CommercePriceModifierModelpublic java.lang.String getExternalReferenceCode()
getExternalReferenceCode in interface CommercePriceModifierModelgetExternalReferenceCode in interface com.liferay.portal.kernel.model.ExternalReferenceCodeModelpublic long getGroupId()
getGroupId in interface CommercePriceModifierModelgetGroupId in interface com.liferay.portal.kernel.model.GroupedModelpublic java.util.Date getLastPublishDate()
getLastPublishDate in interface CommercePriceModifierModelgetLastPublishDate in interface com.liferay.portal.kernel.model.StagedGroupedModelpublic java.util.Date getModifiedDate()
getModifiedDate in interface CommercePriceModifierModelgetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelgetModifiedDate in interface com.liferay.portal.kernel.model.StagedModelpublic java.math.BigDecimal getModifierAmount()
getModifierAmount in interface CommercePriceModifierModelpublic java.lang.String getModifierType()
getModifierType in interface CommercePriceModifierModelpublic long getMvccVersion()
getMvccVersion in interface CommercePriceModifierModelgetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelpublic long getPrimaryKey()
getPrimaryKey in interface CommercePriceModifierModelgetPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<CommercePriceModifier>public double getPriority()
getPriority in interface CommercePriceModifierModelpublic int getStatus()
getStatus in interface CommercePriceModifierModelgetStatus in interface com.liferay.portal.kernel.model.WorkflowedModelpublic long getStatusByUserId()
getStatusByUserId in interface CommercePriceModifierModelgetStatusByUserId in interface com.liferay.portal.kernel.model.WorkflowedModelpublic java.lang.String getStatusByUserName()
getStatusByUserName in interface CommercePriceModifierModelgetStatusByUserName in interface com.liferay.portal.kernel.model.WorkflowedModelpublic java.lang.String getStatusByUserUuid()
getStatusByUserUuid in interface CommercePriceModifierModelgetStatusByUserUuid in interface com.liferay.portal.kernel.model.WorkflowedModelpublic java.util.Date getStatusDate()
getStatusDate in interface CommercePriceModifierModelgetStatusDate in interface com.liferay.portal.kernel.model.WorkflowedModelpublic java.lang.String getTarget()
getTarget in interface CommercePriceModifierModelpublic java.lang.String getTitle()
getTitle in interface CommercePriceModifierModelpublic long getUserId()
getUserId in interface CommercePriceModifierModelgetUserId in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUserName()
getUserName in interface CommercePriceModifierModelgetUserName in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUserUuid()
getUserUuid in interface CommercePriceModifierModelgetUserUuid in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUuid()
getUuid in interface CommercePriceModifierModelgetUuid in interface com.liferay.portal.kernel.model.StagedModelpublic boolean isActive()
true if this commerce price modifier is active.isActive in interface CommercePriceModifierModeltrue if this commerce price modifier is active; false otherwisepublic boolean isApproved()
true if this commerce price modifier is approved.isApproved in interface CommercePriceModifierModelisApproved in interface com.liferay.portal.kernel.model.WorkflowedModeltrue if this commerce price modifier is approved; false otherwisepublic boolean isDenied()
true if this commerce price modifier is denied.isDenied in interface CommercePriceModifierModelisDenied in interface com.liferay.portal.kernel.model.WorkflowedModeltrue if this commerce price modifier is denied; false otherwisepublic boolean isDraft()
true if this commerce price modifier is a draft.isDraft in interface CommercePriceModifierModelisDraft in interface com.liferay.portal.kernel.model.WorkflowedModeltrue if this commerce price modifier is a draft; false otherwisepublic boolean isExpired()
true if this commerce price modifier is expired.isExpired in interface CommercePriceModifierModelisExpired in interface com.liferay.portal.kernel.model.WorkflowedModeltrue if this commerce price modifier is expired; false otherwisepublic boolean isInactive()
true if this commerce price modifier is inactive.isInactive in interface CommercePriceModifierModelisInactive in interface com.liferay.portal.kernel.model.WorkflowedModeltrue if this commerce price modifier is inactive; false otherwisepublic boolean isIncomplete()
true if this commerce price modifier is incomplete.isIncomplete in interface CommercePriceModifierModelisIncomplete in interface com.liferay.portal.kernel.model.WorkflowedModeltrue if this commerce price modifier is incomplete; false otherwisepublic boolean isPending()
true if this commerce price modifier is pending.isPending in interface CommercePriceModifierModelisPending in interface com.liferay.portal.kernel.model.WorkflowedModeltrue if this commerce price modifier is pending; false otherwisepublic boolean isScheduled()
true if this commerce price modifier is scheduled.isScheduled in interface CommercePriceModifierModelisScheduled in interface com.liferay.portal.kernel.model.WorkflowedModeltrue if this commerce price modifier is scheduled; false otherwisepublic void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void setActive(boolean active)
setActive in interface CommercePriceModifierModelactive - the active of this commerce price modifierpublic void setCommercePriceListId(long commercePriceListId)
setCommercePriceListId in interface CommercePriceModifierModelcommercePriceListId - the commerce price list ID of this commerce price modifierpublic void setCommercePriceModifierId(long commercePriceModifierId)
setCommercePriceModifierId in interface CommercePriceModifierModelcommercePriceModifierId - the commerce price modifier ID of this commerce price modifierpublic void setCompanyId(long companyId)
setCompanyId in interface CommercePriceModifierModelsetCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelsetCompanyId in interface com.liferay.portal.kernel.model.StagedModelcompanyId - the company ID of this commerce price modifierpublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface CommercePriceModifierModelsetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelsetCreateDate in interface com.liferay.portal.kernel.model.StagedModelcreateDate - the create date of this commerce price modifierpublic void setCtCollectionId(long ctCollectionId)
setCtCollectionId in interface CommercePriceModifierModelsetCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<CommercePriceModifier>ctCollectionId - the ct collection ID of this commerce price modifierpublic void setDisplayDate(java.util.Date displayDate)
setDisplayDate in interface CommercePriceModifierModeldisplayDate - the display date of this commerce price modifierpublic void setExpirationDate(java.util.Date expirationDate)
setExpirationDate in interface CommercePriceModifierModelexpirationDate - the expiration date of this commerce price modifierpublic void setExternalReferenceCode(java.lang.String externalReferenceCode)
setExternalReferenceCode in interface CommercePriceModifierModelsetExternalReferenceCode in interface com.liferay.portal.kernel.model.ExternalReferenceCodeModelexternalReferenceCode - the external reference code of this commerce price modifierpublic void setGroupId(long groupId)
setGroupId in interface CommercePriceModifierModelsetGroupId in interface com.liferay.portal.kernel.model.GroupedModelgroupId - the group ID of this commerce price modifierpublic void setLastPublishDate(java.util.Date lastPublishDate)
setLastPublishDate in interface CommercePriceModifierModelsetLastPublishDate in interface com.liferay.portal.kernel.model.StagedGroupedModellastPublishDate - the last publish date of this commerce price modifierpublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface CommercePriceModifierModelsetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelsetModifiedDate in interface com.liferay.portal.kernel.model.StagedModelmodifiedDate - the modified date of this commerce price modifierpublic void setModifierAmount(java.math.BigDecimal modifierAmount)
setModifierAmount in interface CommercePriceModifierModelmodifierAmount - the modifier amount of this commerce price modifierpublic void setModifierType(java.lang.String modifierType)
setModifierType in interface CommercePriceModifierModelmodifierType - the modifier type of this commerce price modifierpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface CommercePriceModifierModelsetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelmvccVersion - the mvcc version of this commerce price modifierpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface CommercePriceModifierModelsetPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<CommercePriceModifier>primaryKey - the primary key of this commerce price modifierpublic void setPriority(double priority)
setPriority in interface CommercePriceModifierModelpriority - the priority of this commerce price modifierpublic void setStatus(int status)
setStatus in interface CommercePriceModifierModelsetStatus in interface com.liferay.portal.kernel.model.WorkflowedModelstatus - the status of this commerce price modifierpublic void setStatusByUserId(long statusByUserId)
setStatusByUserId in interface CommercePriceModifierModelsetStatusByUserId in interface com.liferay.portal.kernel.model.WorkflowedModelstatusByUserId - the status by user ID of this commerce price modifierpublic void setStatusByUserName(java.lang.String statusByUserName)
setStatusByUserName in interface CommercePriceModifierModelsetStatusByUserName in interface com.liferay.portal.kernel.model.WorkflowedModelstatusByUserName - the status by user name of this commerce price modifierpublic void setStatusByUserUuid(java.lang.String statusByUserUuid)
setStatusByUserUuid in interface CommercePriceModifierModelsetStatusByUserUuid in interface com.liferay.portal.kernel.model.WorkflowedModelstatusByUserUuid - the status by user uuid of this commerce price modifierpublic void setStatusDate(java.util.Date statusDate)
setStatusDate in interface CommercePriceModifierModelsetStatusDate in interface com.liferay.portal.kernel.model.WorkflowedModelstatusDate - the status date of this commerce price modifierpublic void setTarget(java.lang.String target)
setTarget in interface CommercePriceModifierModeltarget - the target of this commerce price modifierpublic void setTitle(java.lang.String title)
setTitle in interface CommercePriceModifierModeltitle - the title of this commerce price modifierpublic void setUserId(long userId)
setUserId in interface CommercePriceModifierModelsetUserId in interface com.liferay.portal.kernel.model.AuditedModeluserId - the user ID of this commerce price modifierpublic void setUserName(java.lang.String userName)
setUserName in interface CommercePriceModifierModelsetUserName in interface com.liferay.portal.kernel.model.AuditedModeluserName - the user name of this commerce price modifierpublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface CommercePriceModifierModelsetUserUuid in interface com.liferay.portal.kernel.model.AuditedModeluserUuid - the user uuid of this commerce price modifierpublic void setUuid(java.lang.String uuid)
setUuid in interface CommercePriceModifierModelsetUuid in interface com.liferay.portal.kernel.model.StagedModeluuid - the uuid of this commerce price modifierpublic java.lang.String toXmlString()
toXmlString in interface CommercePriceModifierModelpublic java.util.Map<java.lang.String,java.util.function.Function<CommercePriceModifier,java.lang.Object>> getAttributeGetterFunctions()
getAttributeGetterFunctions in interface com.liferay.portal.kernel.model.BaseModel<CommercePriceModifier>public java.util.Map<java.lang.String,java.util.function.BiConsumer<CommercePriceModifier,java.lang.Object>> getAttributeSetterBiConsumers()
getAttributeSetterBiConsumers in interface com.liferay.portal.kernel.model.BaseModel<CommercePriceModifier>public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()
getStagedModelType in interface com.liferay.portal.kernel.model.StagedModelprotected CommercePriceModifierWrapper wrap(CommercePriceModifier commercePriceModifier)
wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommercePriceModifier>