Class CSDiagramEntryWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CSDiagramEntry>
com.liferay.commerce.shop.by.diagram.model.CSDiagramEntryWrapper
- All Implemented Interfaces:
CSDiagramEntry,CSDiagramEntryModel,com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<CSDiagramEntry>,com.liferay.portal.kernel.model.change.tracking.CTModel<CSDiagramEntry>,com.liferay.portal.kernel.model.ClassedModel,com.liferay.portal.kernel.model.ModelWrapper<CSDiagramEntry>,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.PersistedModel,com.liferay.portal.kernel.model.ShardedModel,Serializable,Cloneable,Comparable<CSDiagramEntry>
public class CSDiagramEntryWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CSDiagramEntry>
implements CSDiagramEntry, com.liferay.portal.kernel.model.ModelWrapper<CSDiagramEntry>
This class is a wrapper for CSDiagramEntry.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
modelFields inherited from interface com.liferay.commerce.shop.by.diagram.model.CSDiagramEntry
CS_DIAGRAM_ENTRY_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongReturns the company ID of this cs diagram entry.com.liferay.commerce.product.model.CPDefinitionlongReturns the cp definition ID of this cs diagram entry.longReturns the cp instance ID of this cs diagram entry.longReturns the c product ID of this cs diagram entry.Returns the create date of this cs diagram entry.longReturns the cs diagram entry ID of this cs diagram entry.longReturns the ct collection ID of this cs diagram entry.booleanReturns the diagram of this cs diagram entry.Returns the modified date of this cs diagram entry.longReturns the mvcc version of this cs diagram entry.longReturns the primary key of this cs diagram entry.intReturns the quantity of this cs diagram entry.Returns the sequence of this cs diagram entry.getSku()Returns the sku of this cs diagram entry.longReturns the user ID of this cs diagram entry.Returns the user name of this cs diagram entry.Returns the user uuid of this cs diagram entry.booleanReturnstrueif this cs diagram entry is diagram.voidpersist()voidsetCompanyId(long companyId) Sets the company ID of this cs diagram entry.voidsetCPDefinitionId(long CPDefinitionId) Sets the cp definition ID of this cs diagram entry.voidsetCPInstanceId(long CPInstanceId) Sets the cp instance ID of this cs diagram entry.voidsetCProductId(long CProductId) Sets the c product ID of this cs diagram entry.voidsetCreateDate(Date createDate) Sets the create date of this cs diagram entry.voidsetCSDiagramEntryId(long CSDiagramEntryId) Sets the cs diagram entry ID of this cs diagram entry.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this cs diagram entry.voidsetDiagram(boolean diagram) Sets whether this cs diagram entry is diagram.voidsetModelAttributes(Map<String, Object> attributes) voidsetModifiedDate(Date modifiedDate) Sets the modified date of this cs diagram entry.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this cs diagram entry.voidsetPrimaryKey(long primaryKey) Sets the primary key of this cs diagram entry.voidsetQuantity(int quantity) Sets the quantity of this cs diagram entry.voidsetSequence(String sequence) Sets the sequence of this cs diagram entry.voidSets the sku of this cs diagram entry.voidsetUserId(long userId) Sets the user ID of this cs diagram entry.voidsetUserName(String userName) Sets the user name of this cs diagram entry.voidsetUserUuid(String userUuid) Sets the user uuid of this cs diagram entry.protected CSDiagramEntryWrapperwrap(CSDiagramEntry csDiagramEntry) 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, 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
getWrappedModel
-
Constructor Details
-
CSDiagramEntryWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<CSDiagramEntry>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<CSDiagramEntry>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<CSDiagramEntry>- Specified by:
cloneWithOriginalValuesin interfaceCSDiagramEntryModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this cs diagram entry.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfaceCSDiagramEntryModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Returns:
- the company ID of this cs diagram entry
-
getCPDefinition
public com.liferay.commerce.product.model.CPDefinition getCPDefinition() throws com.liferay.portal.kernel.exception.PortalException- Specified by:
getCPDefinitionin interfaceCSDiagramEntry- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCPDefinitionId
public long getCPDefinitionId()Returns the cp definition ID of this cs diagram entry.- Specified by:
getCPDefinitionIdin interfaceCSDiagramEntryModel- Returns:
- the cp definition ID of this cs diagram entry
-
getCPInstanceId
public long getCPInstanceId()Returns the cp instance ID of this cs diagram entry.- Specified by:
getCPInstanceIdin interfaceCSDiagramEntryModel- Returns:
- the cp instance ID of this cs diagram entry
-
getCProductId
public long getCProductId()Returns the c product ID of this cs diagram entry.- Specified by:
getCProductIdin interfaceCSDiagramEntryModel- Returns:
- the c product ID of this cs diagram entry
-
getCreateDate
Returns the create date of this cs diagram entry.- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCreateDatein interfaceCSDiagramEntryModel- Returns:
- the create date of this cs diagram entry
-
getCSDiagramEntryId
public long getCSDiagramEntryId()Returns the cs diagram entry ID of this cs diagram entry.- Specified by:
getCSDiagramEntryIdin interfaceCSDiagramEntryModel- Returns:
- the cs diagram entry ID of this cs diagram entry
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this cs diagram entry.- Specified by:
getCtCollectionIdin interfaceCSDiagramEntryModel- Specified by:
getCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<CSDiagramEntry>- Returns:
- the ct collection ID of this cs diagram entry
-
getDiagram
public boolean getDiagram()Returns the diagram of this cs diagram entry.- Specified by:
getDiagramin interfaceCSDiagramEntryModel- Returns:
- the diagram of this cs diagram entry
-
getModifiedDate
Returns the modified date of this cs diagram entry.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getModifiedDatein interfaceCSDiagramEntryModel- Returns:
- the modified date of this cs diagram entry
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this cs diagram entry.- Specified by:
getMvccVersionin interfaceCSDiagramEntryModel- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this cs diagram entry
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this cs diagram entry.- Specified by:
getPrimaryKeyin interfaceCSDiagramEntryModel- Specified by:
getPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<CSDiagramEntry>- Returns:
- the primary key of this cs diagram entry
-
getQuantity
public int getQuantity()Returns the quantity of this cs diagram entry.- Specified by:
getQuantityin interfaceCSDiagramEntryModel- Returns:
- the quantity of this cs diagram entry
-
getSequence
Returns the sequence of this cs diagram entry.- Specified by:
getSequencein interfaceCSDiagramEntryModel- Returns:
- the sequence of this cs diagram entry
-
getSku
Returns the sku of this cs diagram entry.- Specified by:
getSkuin interfaceCSDiagramEntryModel- Returns:
- the sku of this cs diagram entry
-
getUserId
public long getUserId()Returns the user ID of this cs diagram entry.- Specified by:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserIdin interfaceCSDiagramEntryModel- Returns:
- the user ID of this cs diagram entry
-
getUserName
Returns the user name of this cs diagram entry.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserNamein interfaceCSDiagramEntryModel- Returns:
- the user name of this cs diagram entry
-
getUserUuid
Returns the user uuid of this cs diagram entry.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserUuidin interfaceCSDiagramEntryModel- Returns:
- the user uuid of this cs diagram entry
-
isDiagram
public boolean isDiagram()Returnstrueif this cs diagram entry is diagram.- Specified by:
isDiagramin interfaceCSDiagramEntryModel- Returns:
trueif this cs diagram entry is diagram;falseotherwise
-
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 cs diagram entry.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin interfaceCSDiagramEntryModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Parameters:
companyId- the company ID of this cs diagram entry
-
setCPDefinitionId
public void setCPDefinitionId(long CPDefinitionId) Sets the cp definition ID of this cs diagram entry.- Specified by:
setCPDefinitionIdin interfaceCSDiagramEntryModel- Parameters:
CPDefinitionId- the cp definition ID of this cs diagram entry
-
setCPInstanceId
public void setCPInstanceId(long CPInstanceId) Sets the cp instance ID of this cs diagram entry.- Specified by:
setCPInstanceIdin interfaceCSDiagramEntryModel- Parameters:
CPInstanceId- the cp instance ID of this cs diagram entry
-
setCProductId
public void setCProductId(long CProductId) Sets the c product ID of this cs diagram entry.- Specified by:
setCProductIdin interfaceCSDiagramEntryModel- Parameters:
CProductId- the c product ID of this cs diagram entry
-
setCreateDate
Sets the create date of this cs diagram entry.- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCreateDatein interfaceCSDiagramEntryModel- Parameters:
createDate- the create date of this cs diagram entry
-
setCSDiagramEntryId
public void setCSDiagramEntryId(long CSDiagramEntryId) Sets the cs diagram entry ID of this cs diagram entry.- Specified by:
setCSDiagramEntryIdin interfaceCSDiagramEntryModel- Parameters:
CSDiagramEntryId- the cs diagram entry ID of this cs diagram entry
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this cs diagram entry.- Specified by:
setCtCollectionIdin interfaceCSDiagramEntryModel- Specified by:
setCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<CSDiagramEntry>- Parameters:
ctCollectionId- the ct collection ID of this cs diagram entry
-
setDiagram
public void setDiagram(boolean diagram) Sets whether this cs diagram entry is diagram.- Specified by:
setDiagramin interfaceCSDiagramEntryModel- Parameters:
diagram- the diagram of this cs diagram entry
-
setModifiedDate
Sets the modified date of this cs diagram entry.- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setModifiedDatein interfaceCSDiagramEntryModel- Parameters:
modifiedDate- the modified date of this cs diagram entry
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this cs diagram entry.- Specified by:
setMvccVersionin interfaceCSDiagramEntryModel- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this cs diagram entry
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this cs diagram entry.- Specified by:
setPrimaryKeyin interfaceCSDiagramEntryModel- Specified by:
setPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<CSDiagramEntry>- Parameters:
primaryKey- the primary key of this cs diagram entry
-
setQuantity
public void setQuantity(int quantity) Sets the quantity of this cs diagram entry.- Specified by:
setQuantityin interfaceCSDiagramEntryModel- Parameters:
quantity- the quantity of this cs diagram entry
-
setSequence
Sets the sequence of this cs diagram entry.- Specified by:
setSequencein interfaceCSDiagramEntryModel- Parameters:
sequence- the sequence of this cs diagram entry
-
setSku
Sets the sku of this cs diagram entry.- Specified by:
setSkuin interfaceCSDiagramEntryModel- Parameters:
sku- the sku of this cs diagram entry
-
setUserId
public void setUserId(long userId) Sets the user ID of this cs diagram entry.- Specified by:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserIdin interfaceCSDiagramEntryModel- Parameters:
userId- the user ID of this cs diagram entry
-
setUserName
Sets the user name of this cs diagram entry.- Specified by:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserNamein interfaceCSDiagramEntryModel- Parameters:
userName- the user name of this cs diagram entry
-
setUserUuid
Sets the user uuid of this cs diagram entry.- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserUuidin interfaceCSDiagramEntryModel- Parameters:
userUuid- the user uuid of this cs diagram entry
-
toXmlString
- Specified by:
toXmlStringin interfaceCSDiagramEntryModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctionsin interfacecom.liferay.portal.kernel.model.BaseModel<CSDiagramEntry>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumersin interfacecom.liferay.portal.kernel.model.BaseModel<CSDiagramEntry>
-
wrap
- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CSDiagramEntry>
-