Class CPDefinitionGroupedEntryWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CPDefinitionGroupedEntry>
com.liferay.commerce.product.type.grouped.model.CPDefinitionGroupedEntryWrapper
- All Implemented Interfaces:
CPDefinitionGroupedEntry,CPDefinitionGroupedEntryModel,com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<CPDefinitionGroupedEntry>,com.liferay.portal.kernel.model.ClassedModel,com.liferay.portal.kernel.model.GroupedModel,com.liferay.portal.kernel.model.ModelWrapper<CPDefinitionGroupedEntry>,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<CPDefinitionGroupedEntry>
public class CPDefinitionGroupedEntryWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CPDefinitionGroupedEntry>
implements CPDefinitionGroupedEntry, com.liferay.portal.kernel.model.ModelWrapper<CPDefinitionGroupedEntry>
This class is a wrapper for CPDefinitionGroupedEntry.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
modelFields inherited from interface com.liferay.commerce.product.type.grouped.model.CPDefinitionGroupedEntry
CP_DEFINITION_GROUPED_ENTRY_ID_ACCESSOR -
Constructor Summary
ConstructorsConstructorDescriptionCPDefinitionGroupedEntryWrapper(CPDefinitionGroupedEntry cpDefinitionGroupedEntry) -
Method Summary
Modifier and TypeMethodDescriptionlongReturns the company ID of this cp definition grouped entry.com.liferay.commerce.product.model.CPDefinitionlongReturns the cp definition grouped entry ID of this cp definition grouped entry.longReturns the cp definition ID of this cp definition grouped entry.Returns the create date of this cp definition grouped entry.com.liferay.commerce.product.model.CPDefinitionlongcom.liferay.commerce.product.model.CProductlongReturns the entry c product ID of this cp definition grouped entry.longReturns the group ID of this cp definition grouped entry.Returns the modified date of this cp definition grouped entry.longReturns the mvcc version of this cp definition grouped entry.longReturns the primary key of this cp definition grouped entry.doubleReturns the priority of this cp definition grouped entry.intReturns the quantity of this cp definition grouped entry.com.liferay.exportimport.kernel.lar.StagedModelTypelongReturns the user ID of this cp definition grouped entry.Returns the user name of this cp definition grouped entry.Returns the user uuid of this cp definition grouped entry.getUuid()Returns the uuid of this cp definition grouped entry.voidpersist()voidsetCompanyId(long companyId) Sets the company ID of this cp definition grouped entry.voidsetCPDefinitionGroupedEntryId(long CPDefinitionGroupedEntryId) Sets the cp definition grouped entry ID of this cp definition grouped entry.voidsetCPDefinitionId(long CPDefinitionId) Sets the cp definition ID of this cp definition grouped entry.voidsetCreateDate(Date createDate) Sets the create date of this cp definition grouped entry.voidsetEntryCProductId(long entryCProductId) Sets the entry c product ID of this cp definition grouped entry.voidsetGroupId(long groupId) Sets the group ID of this cp definition grouped entry.voidsetModelAttributes(Map<String, Object> attributes) voidsetModifiedDate(Date modifiedDate) Sets the modified date of this cp definition grouped entry.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this cp definition grouped entry.voidsetPrimaryKey(long primaryKey) Sets the primary key of this cp definition grouped entry.voidsetPriority(double priority) Sets the priority of this cp definition grouped entry.voidsetQuantity(int quantity) Sets the quantity of this cp definition grouped entry.voidsetUserId(long userId) Sets the user ID of this cp definition grouped entry.voidsetUserName(String userName) Sets the user name of this cp definition grouped entry.voidsetUserUuid(String userUuid) Sets the user uuid of this cp definition grouped entry.voidSets the uuid of this cp definition grouped entry.protected CPDefinitionGroupedEntryWrapperwrap(CPDefinitionGroupedEntry cpDefinitionGroupedEntry) 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, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModelMethods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone
-
Constructor Details
-
CPDefinitionGroupedEntryWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<CPDefinitionGroupedEntry>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<CPDefinitionGroupedEntry>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<CPDefinitionGroupedEntry>- Specified by:
cloneWithOriginalValuesin interfaceCPDefinitionGroupedEntryModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this cp definition grouped entry.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfaceCPDefinitionGroupedEntryModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the company ID of this cp definition grouped entry
-
getCPDefinition
public com.liferay.commerce.product.model.CPDefinition getCPDefinition() throws com.liferay.portal.kernel.exception.PortalException- Specified by:
getCPDefinitionin interfaceCPDefinitionGroupedEntry- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCPDefinitionGroupedEntryId
public long getCPDefinitionGroupedEntryId()Returns the cp definition grouped entry ID of this cp definition grouped entry.- Specified by:
getCPDefinitionGroupedEntryIdin interfaceCPDefinitionGroupedEntryModel- Returns:
- the cp definition grouped entry ID of this cp definition grouped entry
-
getCPDefinitionId
public long getCPDefinitionId()Returns the cp definition ID of this cp definition grouped entry.- Specified by:
getCPDefinitionIdin interfaceCPDefinitionGroupedEntryModel- Returns:
- the cp definition ID of this cp definition grouped entry
-
getCreateDate
Returns the create date of this cp definition grouped entry.- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCreateDatein interfaceCPDefinitionGroupedEntryModel- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the create date of this cp definition grouped entry
-
getEntryCPDefinition
public com.liferay.commerce.product.model.CPDefinition getEntryCPDefinition() throws com.liferay.portal.kernel.exception.PortalException- Specified by:
getEntryCPDefinitionin interfaceCPDefinitionGroupedEntry- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getEntryCPDefinitionId
public long getEntryCPDefinitionId() throws com.liferay.portal.kernel.exception.PortalException- Specified by:
getEntryCPDefinitionIdin interfaceCPDefinitionGroupedEntry- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getEntryCProduct
public com.liferay.commerce.product.model.CProduct getEntryCProduct() throws com.liferay.portal.kernel.exception.PortalException- Specified by:
getEntryCProductin interfaceCPDefinitionGroupedEntry- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getEntryCProductId
public long getEntryCProductId()Returns the entry c product ID of this cp definition grouped entry.- Specified by:
getEntryCProductIdin interfaceCPDefinitionGroupedEntryModel- Returns:
- the entry c product ID of this cp definition grouped entry
-
getGroupId
public long getGroupId()Returns the group ID of this cp definition grouped entry.- Specified by:
getGroupIdin interfaceCPDefinitionGroupedEntryModel- Specified by:
getGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Returns:
- the group ID of this cp definition grouped entry
-
getModifiedDate
Returns the modified date of this cp definition grouped entry.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getModifiedDatein interfaceCPDefinitionGroupedEntryModel- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the modified date of this cp definition grouped entry
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this cp definition grouped entry.- Specified by:
getMvccVersionin interfaceCPDefinitionGroupedEntryModel- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this cp definition grouped entry
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this cp definition grouped entry.- Specified by:
getPrimaryKeyin interfaceCPDefinitionGroupedEntryModel- Returns:
- the primary key of this cp definition grouped entry
-
getPriority
public double getPriority()Returns the priority of this cp definition grouped entry.- Specified by:
getPriorityin interfaceCPDefinitionGroupedEntryModel- Returns:
- the priority of this cp definition grouped entry
-
getQuantity
public int getQuantity()Returns the quantity of this cp definition grouped entry.- Specified by:
getQuantityin interfaceCPDefinitionGroupedEntryModel- Returns:
- the quantity of this cp definition grouped entry
-
getUserId
public long getUserId()Returns the user ID of this cp definition grouped entry.- Specified by:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserIdin interfaceCPDefinitionGroupedEntryModel- Returns:
- the user ID of this cp definition grouped entry
-
getUserName
Returns the user name of this cp definition grouped entry.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserNamein interfaceCPDefinitionGroupedEntryModel- Returns:
- the user name of this cp definition grouped entry
-
getUserUuid
Returns the user uuid of this cp definition grouped entry.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserUuidin interfaceCPDefinitionGroupedEntryModel- Returns:
- the user uuid of this cp definition grouped entry
-
getUuid
Returns the uuid of this cp definition grouped entry.- Specified by:
getUuidin interfaceCPDefinitionGroupedEntryModel- Specified by:
getUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the uuid of this cp definition grouped entry
-
persist
public void persist()- Specified by:
persistin interfacecom.liferay.portal.kernel.model.PersistedModel
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this cp definition grouped entry.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin interfaceCPDefinitionGroupedEntryModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
companyId- the company ID of this cp definition grouped entry
-
setCPDefinitionGroupedEntryId
public void setCPDefinitionGroupedEntryId(long CPDefinitionGroupedEntryId) Sets the cp definition grouped entry ID of this cp definition grouped entry.- Specified by:
setCPDefinitionGroupedEntryIdin interfaceCPDefinitionGroupedEntryModel- Parameters:
CPDefinitionGroupedEntryId- the cp definition grouped entry ID of this cp definition grouped entry
-
setCPDefinitionId
public void setCPDefinitionId(long CPDefinitionId) Sets the cp definition ID of this cp definition grouped entry.- Specified by:
setCPDefinitionIdin interfaceCPDefinitionGroupedEntryModel- Parameters:
CPDefinitionId- the cp definition ID of this cp definition grouped entry
-
setCreateDate
Sets the create date of this cp definition grouped entry.- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCreateDatein interfaceCPDefinitionGroupedEntryModel- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
createDate- the create date of this cp definition grouped entry
-
setEntryCProductId
public void setEntryCProductId(long entryCProductId) Sets the entry c product ID of this cp definition grouped entry.- Specified by:
setEntryCProductIdin interfaceCPDefinitionGroupedEntryModel- Parameters:
entryCProductId- the entry c product ID of this cp definition grouped entry
-
setGroupId
public void setGroupId(long groupId) Sets the group ID of this cp definition grouped entry.- Specified by:
setGroupIdin interfaceCPDefinitionGroupedEntryModel- Specified by:
setGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Parameters:
groupId- the group ID of this cp definition grouped entry
-
setModifiedDate
Sets the modified date of this cp definition grouped entry.- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setModifiedDatein interfaceCPDefinitionGroupedEntryModel- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
modifiedDate- the modified date of this cp definition grouped entry
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this cp definition grouped entry.- Specified by:
setMvccVersionin interfaceCPDefinitionGroupedEntryModel- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this cp definition grouped entry
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this cp definition grouped entry.- Specified by:
setPrimaryKeyin interfaceCPDefinitionGroupedEntryModel- Parameters:
primaryKey- the primary key of this cp definition grouped entry
-
setPriority
public void setPriority(double priority) Sets the priority of this cp definition grouped entry.- Specified by:
setPriorityin interfaceCPDefinitionGroupedEntryModel- Parameters:
priority- the priority of this cp definition grouped entry
-
setQuantity
public void setQuantity(int quantity) Sets the quantity of this cp definition grouped entry.- Specified by:
setQuantityin interfaceCPDefinitionGroupedEntryModel- Parameters:
quantity- the quantity of this cp definition grouped entry
-
setUserId
public void setUserId(long userId) Sets the user ID of this cp definition grouped entry.- Specified by:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserIdin interfaceCPDefinitionGroupedEntryModel- Parameters:
userId- the user ID of this cp definition grouped entry
-
setUserName
Sets the user name of this cp definition grouped entry.- Specified by:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserNamein interfaceCPDefinitionGroupedEntryModel- Parameters:
userName- the user name of this cp definition grouped entry
-
setUserUuid
Sets the user uuid of this cp definition grouped entry.- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserUuidin interfaceCPDefinitionGroupedEntryModel- Parameters:
userUuid- the user uuid of this cp definition grouped entry
-
setUuid
Sets the uuid of this cp definition grouped entry.- Specified by:
setUuidin interfaceCPDefinitionGroupedEntryModel- Specified by:
setUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
uuid- the uuid of this cp definition grouped entry
-
toXmlString
- Specified by:
toXmlStringin interfaceCPDefinitionGroupedEntryModel
-
getStagedModelType
public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()- Specified by:
getStagedModelTypein interfacecom.liferay.portal.kernel.model.StagedModel
-
wrap
- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CPDefinitionGroupedEntry>
-