Class CommercePriceListDiscountRelWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommercePriceListDiscountRel>
com.liferay.commerce.price.list.model.CommercePriceListDiscountRelWrapper
- All Implemented Interfaces:
CommercePriceListDiscountRel
,CommercePriceListDiscountRelModel
,com.liferay.portal.kernel.model.AuditedModel
,com.liferay.portal.kernel.model.BaseModel<CommercePriceListDiscountRel>
,com.liferay.portal.kernel.model.change.tracking.CTModel<CommercePriceListDiscountRel>
,com.liferay.portal.kernel.model.ClassedModel
,com.liferay.portal.kernel.model.ModelWrapper<CommercePriceListDiscountRel>
,com.liferay.portal.kernel.model.MVCCModel
,com.liferay.portal.kernel.model.PersistedModel
,com.liferay.portal.kernel.model.ShardedModel
,com.liferay.portal.kernel.model.StagedAuditedModel
,com.liferay.portal.kernel.model.StagedModel
,Serializable
,Cloneable
,Comparable<CommercePriceListDiscountRel>
public class CommercePriceListDiscountRelWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommercePriceListDiscountRel>
implements CommercePriceListDiscountRel, com.liferay.portal.kernel.model.ModelWrapper<CommercePriceListDiscountRel>
This class is a wrapper for CommercePriceListDiscountRel
.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
model
Fields inherited from interface com.liferay.commerce.price.list.model.CommercePriceListDiscountRel
COMMERCE_PRICE_LIST_DISCOUNT_REL_ID_ACCESSOR
-
Constructor Summary
ConstructorsConstructorDescriptionCommercePriceListDiscountRelWrapper
(CommercePriceListDiscountRel commercePriceListDiscountRel) -
Method Summary
Modifier and TypeMethodDescriptionlong
Returns the commerce discount ID of this commerce price list discount rel.long
Returns the commerce price list discount rel ID of this commerce price list discount rel.long
Returns the commerce price list ID of this commerce price list discount rel.long
Returns the company ID of this commerce price list discount rel.Returns the create date of this commerce price list discount rel.long
Returns the ct collection ID of this commerce price list discount rel.Returns the last publish date of this commerce price list discount rel.Returns the modified date of this commerce price list discount rel.long
Returns the mvcc version of this commerce price list discount rel.int
getOrder()
Returns the order of this commerce price list discount rel.long
Returns the primary key of this commerce price list discount rel.com.liferay.exportimport.kernel.lar.StagedModelType
long
Returns the user ID of this commerce price list discount rel.Returns the user name of this commerce price list discount rel.Returns the user uuid of this commerce price list discount rel.getUuid()
Returns the uuid of this commerce price list discount rel.void
persist()
void
setCommerceDiscountId
(long commerceDiscountId) Sets the commerce discount ID of this commerce price list discount rel.void
setCommercePriceListDiscountRelId
(long commercePriceListDiscountRelId) Sets the commerce price list discount rel ID of this commerce price list discount rel.void
setCommercePriceListId
(long commercePriceListId) Sets the commerce price list ID of this commerce price list discount rel.void
setCompanyId
(long companyId) Sets the company ID of this commerce price list discount rel.void
setCreateDate
(Date createDate) Sets the create date of this commerce price list discount rel.void
setCtCollectionId
(long ctCollectionId) Sets the ct collection ID of this commerce price list discount rel.void
setLastPublishDate
(Date lastPublishDate) Sets the last publish date of this commerce price list discount rel.void
setModelAttributes
(Map<String, Object> attributes) void
setModifiedDate
(Date modifiedDate) Sets the modified date of this commerce price list discount rel.void
setMvccVersion
(long mvccVersion) Sets the mvcc version of this commerce price list discount rel.void
setOrder
(int order) Sets the order of this commerce price list discount rel.void
setPrimaryKey
(long primaryKey) Sets the primary key of this commerce price list discount rel.void
setUserId
(long userId) Sets the user ID of this commerce price list discount rel.void
setUserName
(String userName) Sets the user name of this commerce price list discount rel.void
setUserUuid
(String userUuid) Sets the user uuid of this commerce price list discount rel.void
Sets the uuid of this commerce price list discount rel.protected CommercePriceListDiscountRelWrapper
wrap
(CommercePriceListDiscountRel commercePriceListDiscountRel) Methods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModel
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
Methods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone
-
Constructor Details
-
CommercePriceListDiscountRelWrapper
public CommercePriceListDiscountRelWrapper(CommercePriceListDiscountRel commercePriceListDiscountRel)
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<CommercePriceListDiscountRel>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<CommercePriceListDiscountRel>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<CommercePriceListDiscountRel>
- Specified by:
cloneWithOriginalValues
in interfaceCommercePriceListDiscountRelModel
-
getCommerceDiscountId
public long getCommerceDiscountId()Returns the commerce discount ID of this commerce price list discount rel.- Specified by:
getCommerceDiscountId
in interfaceCommercePriceListDiscountRelModel
- Returns:
- the commerce discount ID of this commerce price list discount rel
-
getCommercePriceList
public CommercePriceList getCommercePriceList() throws com.liferay.portal.kernel.exception.PortalException- Specified by:
getCommercePriceList
in interfaceCommercePriceListDiscountRel
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePriceListDiscountRelId
public long getCommercePriceListDiscountRelId()Returns the commerce price list discount rel ID of this commerce price list discount rel.- Specified by:
getCommercePriceListDiscountRelId
in interfaceCommercePriceListDiscountRelModel
- Returns:
- the commerce price list discount rel ID of this commerce price list discount rel
-
getCommercePriceListId
public long getCommercePriceListId()Returns the commerce price list ID of this commerce price list discount rel.- Specified by:
getCommercePriceListId
in interfaceCommercePriceListDiscountRelModel
- Returns:
- the commerce price list ID of this commerce price list discount rel
-
getCompanyId
public long getCompanyId()Returns the company ID of this commerce price list discount rel.- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCompanyId
in interfaceCommercePriceListDiscountRelModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the company ID of this commerce price list discount rel
-
getCreateDate
Returns the create date of this commerce price list discount rel.- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCreateDate
in interfaceCommercePriceListDiscountRelModel
- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the create date of this commerce price list discount rel
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this commerce price list discount rel.- Specified by:
getCtCollectionId
in interfaceCommercePriceListDiscountRelModel
- Specified by:
getCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<CommercePriceListDiscountRel>
- Returns:
- the ct collection ID of this commerce price list discount rel
-
getLastPublishDate
Returns the last publish date of this commerce price list discount rel.- Specified by:
getLastPublishDate
in interfaceCommercePriceListDiscountRelModel
- Returns:
- the last publish date of this commerce price list discount rel
-
getModifiedDate
Returns the modified date of this commerce price list discount rel.- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getModifiedDate
in interfaceCommercePriceListDiscountRelModel
- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the modified date of this commerce price list discount rel
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this commerce price list discount rel.- Specified by:
getMvccVersion
in interfaceCommercePriceListDiscountRelModel
- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Returns:
- the mvcc version of this commerce price list discount rel
-
getOrder
public int getOrder()Returns the order of this commerce price list discount rel.- Specified by:
getOrder
in interfaceCommercePriceListDiscountRelModel
- Returns:
- the order of this commerce price list discount rel
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this commerce price list discount rel.- Specified by:
getPrimaryKey
in interfaceCommercePriceListDiscountRelModel
- Specified by:
getPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<CommercePriceListDiscountRel>
- Returns:
- the primary key of this commerce price list discount rel
-
getUserId
public long getUserId()Returns the user ID of this commerce price list discount rel.- Specified by:
getUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserId
in interfaceCommercePriceListDiscountRelModel
- Returns:
- the user ID of this commerce price list discount rel
-
getUserName
Returns the user name of this commerce price list discount rel.- Specified by:
getUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserName
in interfaceCommercePriceListDiscountRelModel
- Returns:
- the user name of this commerce price list discount rel
-
getUserUuid
Returns the user uuid of this commerce price list discount rel.- Specified by:
getUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserUuid
in interfaceCommercePriceListDiscountRelModel
- Returns:
- the user uuid of this commerce price list discount rel
-
getUuid
Returns the uuid of this commerce price list discount rel.- Specified by:
getUuid
in interfaceCommercePriceListDiscountRelModel
- Specified by:
getUuid
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the uuid of this commerce price list discount rel
-
persist
public void persist()- Specified by:
persist
in interfacecom.liferay.portal.kernel.model.PersistedModel
-
setCommerceDiscountId
public void setCommerceDiscountId(long commerceDiscountId) Sets the commerce discount ID of this commerce price list discount rel.- Specified by:
setCommerceDiscountId
in interfaceCommercePriceListDiscountRelModel
- Parameters:
commerceDiscountId
- the commerce discount ID of this commerce price list discount rel
-
setCommercePriceListDiscountRelId
public void setCommercePriceListDiscountRelId(long commercePriceListDiscountRelId) Sets the commerce price list discount rel ID of this commerce price list discount rel.- Specified by:
setCommercePriceListDiscountRelId
in interfaceCommercePriceListDiscountRelModel
- Parameters:
commercePriceListDiscountRelId
- the commerce price list discount rel ID of this commerce price list discount rel
-
setCommercePriceListId
public void setCommercePriceListId(long commercePriceListId) Sets the commerce price list ID of this commerce price list discount rel.- Specified by:
setCommercePriceListId
in interfaceCommercePriceListDiscountRelModel
- Parameters:
commercePriceListId
- the commerce price list ID of this commerce price list discount rel
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this commerce price list discount rel.- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCompanyId
in interfaceCommercePriceListDiscountRelModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.StagedModel
- Parameters:
companyId
- the company ID of this commerce price list discount rel
-
setCreateDate
Sets the create date of this commerce price list discount rel.- Specified by:
setCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCreateDate
in interfaceCommercePriceListDiscountRelModel
- Specified by:
setCreateDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Parameters:
createDate
- the create date of this commerce price list discount rel
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this commerce price list discount rel.- Specified by:
setCtCollectionId
in interfaceCommercePriceListDiscountRelModel
- Specified by:
setCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<CommercePriceListDiscountRel>
- Parameters:
ctCollectionId
- the ct collection ID of this commerce price list discount rel
-
setLastPublishDate
Sets the last publish date of this commerce price list discount rel.- Specified by:
setLastPublishDate
in interfaceCommercePriceListDiscountRelModel
- Parameters:
lastPublishDate
- the last publish date of this commerce price list discount rel
-
setModifiedDate
Sets the modified date of this commerce price list discount rel.- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setModifiedDate
in interfaceCommercePriceListDiscountRelModel
- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Parameters:
modifiedDate
- the modified date of this commerce price list discount rel
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this commerce price list discount rel.- Specified by:
setMvccVersion
in interfaceCommercePriceListDiscountRelModel
- Specified by:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Parameters:
mvccVersion
- the mvcc version of this commerce price list discount rel
-
setOrder
public void setOrder(int order) Sets the order of this commerce price list discount rel.- Specified by:
setOrder
in interfaceCommercePriceListDiscountRelModel
- Parameters:
order
- the order of this commerce price list discount rel
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this commerce price list discount rel.- Specified by:
setPrimaryKey
in interfaceCommercePriceListDiscountRelModel
- Specified by:
setPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<CommercePriceListDiscountRel>
- Parameters:
primaryKey
- the primary key of this commerce price list discount rel
-
setUserId
public void setUserId(long userId) Sets the user ID of this commerce price list discount rel.- Specified by:
setUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserId
in interfaceCommercePriceListDiscountRelModel
- Parameters:
userId
- the user ID of this commerce price list discount rel
-
setUserName
Sets the user name of this commerce price list discount rel.- Specified by:
setUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserName
in interfaceCommercePriceListDiscountRelModel
- Parameters:
userName
- the user name of this commerce price list discount rel
-
setUserUuid
Sets the user uuid of this commerce price list discount rel.- Specified by:
setUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserUuid
in interfaceCommercePriceListDiscountRelModel
- Parameters:
userUuid
- the user uuid of this commerce price list discount rel
-
setUuid
Sets the uuid of this commerce price list discount rel.- Specified by:
setUuid
in interfaceCommercePriceListDiscountRelModel
- Specified by:
setUuid
in interfacecom.liferay.portal.kernel.model.StagedModel
- Parameters:
uuid
- the uuid of this commerce price list discount rel
-
toXmlString
- Specified by:
toXmlString
in interfaceCommercePriceListDiscountRelModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctions
in interfacecom.liferay.portal.kernel.model.BaseModel<CommercePriceListDiscountRel>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumers
in interfacecom.liferay.portal.kernel.model.BaseModel<CommercePriceListDiscountRel>
-
getStagedModelType
public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()- Specified by:
getStagedModelType
in interfacecom.liferay.portal.kernel.model.StagedModel
-
wrap
protected CommercePriceListDiscountRelWrapper wrap(CommercePriceListDiscountRel commercePriceListDiscountRel) - Specified by:
wrap
in classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommercePriceListDiscountRel>
-