@ProviderType public interface CSDiagramPinModel extends com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<CSDiagramPin>, com.liferay.portal.kernel.model.change.tracking.CTModel<CSDiagramPin>, 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.CSDiagramPinModelImpl 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.CSDiagramPinImpl.
CSDiagramPin| Modifier and Type | Method and Description |
|---|---|
CSDiagramPin |
cloneWithOriginalValues() |
long |
getCompanyId()
Returns the company ID of this cs diagram pin.
|
long |
getCPDefinitionId()
Returns the cp definition ID of this cs diagram pin.
|
java.util.Date |
getCreateDate()
Returns the create date of this cs diagram pin.
|
long |
getCSDiagramPinId()
Returns the cs diagram pin ID of this cs diagram pin.
|
long |
getCtCollectionId()
Returns the ct collection ID of this cs diagram pin.
|
java.util.Date |
getModifiedDate()
Returns the modified date of this cs diagram pin.
|
long |
getMvccVersion()
Returns the mvcc version of this cs diagram pin.
|
double |
getPositionX()
Returns the position x of this cs diagram pin.
|
double |
getPositionY()
Returns the position y of this cs diagram pin.
|
long |
getPrimaryKey()
Returns the primary key of this cs diagram pin.
|
java.lang.String |
getSequence()
Returns the sequence of this cs diagram pin.
|
long |
getUserId()
Returns the user ID of this cs diagram pin.
|
java.lang.String |
getUserName()
Returns the user name of this cs diagram pin.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this cs diagram pin.
|
void |
setCompanyId(long companyId)
Sets the company ID of this cs diagram pin.
|
void |
setCPDefinitionId(long CPDefinitionId)
Sets the cp definition ID of this cs diagram pin.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this cs diagram pin.
|
void |
setCSDiagramPinId(long CSDiagramPinId)
Sets the cs diagram pin ID of this cs diagram pin.
|
void |
setCtCollectionId(long ctCollectionId)
Sets the ct collection ID of this cs diagram pin.
|
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this cs diagram pin.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this cs diagram pin.
|
void |
setPositionX(double positionX)
Sets the position x of this cs diagram pin.
|
void |
setPositionY(double positionY)
Sets the position y of this cs diagram pin.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this cs diagram pin.
|
void |
setSequence(java.lang.String sequence)
Sets the sequence of this cs diagram pin.
|
void |
setUserId(long userId)
Sets the user ID of this cs diagram pin.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this cs diagram pin.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this cs diagram pin.
|
default java.lang.String |
toXmlString() |
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<CSDiagramPin>void setPrimaryKey(long primaryKey)
setPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<CSDiagramPin>primaryKey - the primary key of this cs diagram pinlong 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 pinlong getCtCollectionId()
getCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<CSDiagramPin>void setCtCollectionId(long ctCollectionId)
setCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<CSDiagramPin>ctCollectionId - the ct collection ID of this cs diagram pinlong getCSDiagramPinId()
void setCSDiagramPinId(long CSDiagramPinId)
CSDiagramPinId - the cs diagram pin ID of this cs diagram pinlong 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 pinlong 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 pinjava.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 pin@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 pinjava.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 pinjava.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 pinlong getCPDefinitionId()
void setCPDefinitionId(long CPDefinitionId)
CPDefinitionId - the cp definition ID of this cs diagram pindouble getPositionX()
void setPositionX(double positionX)
positionX - the position x of this cs diagram pindouble getPositionY()
void setPositionY(double positionY)
positionY - the position y of this cs diagram pin@AutoEscape java.lang.String getSequence()
void setSequence(java.lang.String sequence)
sequence - the sequence of this cs diagram pinCSDiagramPin cloneWithOriginalValues()
cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<CSDiagramPin>default java.lang.String toXmlString()