@ProviderType public interface CSDiagramEntryModel extends 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.MVCCModel, com.liferay.portal.kernel.model.ShardedModel
This interface and its corresponding implementation com.liferay.commerce.shop.by.diagram.model.impl.CSDiagramEntryModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.commerce.shop.by.diagram.model.impl.CSDiagramEntryImpl.
CSDiagramEntry| Modifier and Type | Method and Description |
|---|---|
CSDiagramEntry |
cloneWithOriginalValues() |
long |
getCompanyId()
Returns the company ID of this cs diagram entry.
|
long |
getCPDefinitionId()
Returns the cp definition ID of this cs diagram entry.
|
long |
getCPInstanceId()
Returns the cp instance ID of this cs diagram entry.
|
long |
getCProductId()
Returns the c product ID of this cs diagram entry.
|
java.util.Date |
getCreateDate()
Returns the create date of this cs diagram entry.
|
long |
getCSDiagramEntryId()
Returns the cs diagram entry ID of this cs diagram entry.
|
long |
getCtCollectionId()
Returns the ct collection ID of this cs diagram entry.
|
boolean |
getDiagram()
Returns the diagram of this cs diagram entry.
|
java.util.Date |
getModifiedDate()
Returns the modified date of this cs diagram entry.
|
long |
getMvccVersion()
Returns the mvcc version of this cs diagram entry.
|
long |
getPrimaryKey()
Returns the primary key of this cs diagram entry.
|
int |
getQuantity()
Returns the quantity of this cs diagram entry.
|
java.lang.String |
getSequence()
Returns the sequence of this cs diagram entry.
|
java.lang.String |
getSku()
Returns the sku of this cs diagram entry.
|
long |
getUserId()
Returns the user ID of this cs diagram entry.
|
java.lang.String |
getUserName()
Returns the user name of this cs diagram entry.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this cs diagram entry.
|
boolean |
isDiagram()
Returns
true if this cs diagram entry is diagram. |
void |
setCompanyId(long companyId)
Sets the company ID of this cs diagram entry.
|
void |
setCPDefinitionId(long CPDefinitionId)
Sets the cp definition ID of this cs diagram entry.
|
void |
setCPInstanceId(long CPInstanceId)
Sets the cp instance ID of this cs diagram entry.
|
void |
setCProductId(long CProductId)
Sets the c product ID of this cs diagram entry.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this cs diagram entry.
|
void |
setCSDiagramEntryId(long CSDiagramEntryId)
Sets the cs diagram entry ID of this cs diagram entry.
|
void |
setCtCollectionId(long ctCollectionId)
Sets the ct collection ID of this cs diagram entry.
|
void |
setDiagram(boolean diagram)
Sets whether this cs diagram entry is diagram.
|
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this cs diagram entry.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this cs diagram entry.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this cs diagram entry.
|
void |
setQuantity(int quantity)
Sets the quantity of this cs diagram entry.
|
void |
setSequence(java.lang.String sequence)
Sets the sequence of this cs diagram entry.
|
void |
setSku(java.lang.String sku)
Sets the sku of this cs diagram entry.
|
void |
setUserId(long userId)
Sets the user ID of this cs diagram entry.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this cs diagram entry.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this cs diagram entry.
|
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModellong getPrimaryKey()
getPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<CSDiagramEntry>void setPrimaryKey(long primaryKey)
setPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<CSDiagramEntry>primaryKey - the primary key of this cs diagram entrylong getMvccVersion()
getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelvoid setMvccVersion(long mvccVersion)
setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelmvccVersion - the mvcc version of this cs diagram entrylong getCtCollectionId()
getCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<CSDiagramEntry>void setCtCollectionId(long ctCollectionId)
setCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<CSDiagramEntry>ctCollectionId - the ct collection ID of this cs diagram entrylong getCSDiagramEntryId()
void setCSDiagramEntryId(long CSDiagramEntryId)
CSDiagramEntryId - the cs diagram entry ID of this cs diagram entrylong getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelvoid setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelcompanyId - the company ID of this cs diagram entrylong getUserId()
getUserId in interface com.liferay.portal.kernel.model.AuditedModelvoid setUserId(long userId)
setUserId in interface com.liferay.portal.kernel.model.AuditedModeluserId - the user ID of this cs diagram entryjava.lang.String getUserUuid()
getUserUuid in interface com.liferay.portal.kernel.model.AuditedModelvoid setUserUuid(java.lang.String userUuid)
setUserUuid in interface com.liferay.portal.kernel.model.AuditedModeluserUuid - the user uuid of this cs diagram entry@AutoEscape java.lang.String getUserName()
getUserName in interface com.liferay.portal.kernel.model.AuditedModelvoid setUserName(java.lang.String userName)
setUserName in interface com.liferay.portal.kernel.model.AuditedModeluserName - the user name of this cs diagram entryjava.util.Date getCreateDate()
getCreateDate in interface com.liferay.portal.kernel.model.AuditedModelvoid setCreateDate(java.util.Date createDate)
setCreateDate in interface com.liferay.portal.kernel.model.AuditedModelcreateDate - the create date of this cs diagram entryjava.util.Date getModifiedDate()
getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelvoid setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelmodifiedDate - the modified date of this cs diagram entrylong getCPDefinitionId()
void setCPDefinitionId(long CPDefinitionId)
CPDefinitionId - the cp definition ID of this cs diagram entrylong getCPInstanceId()
void setCPInstanceId(long CPInstanceId)
CPInstanceId - the cp instance ID of this cs diagram entrylong getCProductId()
void setCProductId(long CProductId)
CProductId - the c product ID of this cs diagram entryboolean getDiagram()
boolean isDiagram()
true if this cs diagram entry is diagram.true if this cs diagram entry is diagram; false otherwisevoid setDiagram(boolean diagram)
diagram - the diagram of this cs diagram entryint getQuantity()
void setQuantity(int quantity)
quantity - the quantity of this cs diagram entry@AutoEscape java.lang.String getSequence()
void setSequence(java.lang.String sequence)
sequence - the sequence of this cs diagram entry@AutoEscape java.lang.String getSku()
void setSku(java.lang.String sku)
sku - the sku of this cs diagram entryCSDiagramEntry cloneWithOriginalValues()
cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<CSDiagramEntry>