public class CSDiagramPinWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CSDiagramPin> implements CSDiagramPin, com.liferay.portal.kernel.model.ModelWrapper<CSDiagramPin>
This class is a wrapper for CSDiagramPin.
CSDiagramPin,
Serialized FormCS_DIAGRAM_PIN_ID_ACCESSOR| Constructor and Description |
|---|
CSDiagramPinWrapper(CSDiagramPin csDiagramPin) |
| Modifier and Type | Method and Description |
|---|---|
CSDiagramPin |
cloneWithOriginalValues() |
java.util.Map<java.lang.String,java.util.function.Function<CSDiagramPin,java.lang.Object>> |
getAttributeGetterFunctions() |
java.util.Map<java.lang.String,java.util.function.BiConsumer<CSDiagramPin,java.lang.Object>> |
getAttributeSetterBiConsumers() |
long |
getCompanyId()
Returns the company ID of this cs diagram pin.
|
com.liferay.commerce.product.model.CPDefinition |
getCPDefinition() |
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.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
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 |
persist() |
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 |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
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.
|
protected CSDiagramPinWrapper |
wrap(CSDiagramPin csDiagramPin) |
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModelfinalize, getClass, notify, notifyAll, wait, wait, waitclone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelpublic CSDiagramPinWrapper(CSDiagramPin csDiagramPin)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<CSDiagramPin>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<CSDiagramPin>public CSDiagramPin cloneWithOriginalValues()
cloneWithOriginalValues in interface CSDiagramPinModelcloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<CSDiagramPin>public long getCompanyId()
getCompanyId in interface CSDiagramPinModelgetCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelpublic com.liferay.commerce.product.model.CPDefinition getCPDefinition()
throws com.liferay.portal.kernel.exception.PortalException
getCPDefinition in interface CSDiagramPincom.liferay.portal.kernel.exception.PortalExceptionpublic long getCPDefinitionId()
getCPDefinitionId in interface CSDiagramPinModelpublic java.util.Date getCreateDate()
getCreateDate in interface CSDiagramPinModelgetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelpublic long getCSDiagramPinId()
getCSDiagramPinId in interface CSDiagramPinModelpublic long getCtCollectionId()
getCtCollectionId in interface CSDiagramPinModelgetCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<CSDiagramPin>public java.util.Date getModifiedDate()
getModifiedDate in interface CSDiagramPinModelgetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelpublic long getMvccVersion()
getMvccVersion in interface CSDiagramPinModelgetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelpublic double getPositionX()
getPositionX in interface CSDiagramPinModelpublic double getPositionY()
getPositionY in interface CSDiagramPinModelpublic long getPrimaryKey()
getPrimaryKey in interface CSDiagramPinModelgetPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<CSDiagramPin>public java.lang.String getSequence()
getSequence in interface CSDiagramPinModelpublic long getUserId()
getUserId in interface CSDiagramPinModelgetUserId in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUserName()
getUserName in interface CSDiagramPinModelgetUserName in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUserUuid()
getUserUuid in interface CSDiagramPinModelgetUserUuid in interface com.liferay.portal.kernel.model.AuditedModelpublic void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void setCompanyId(long companyId)
setCompanyId in interface CSDiagramPinModelsetCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelcompanyId - the company ID of this cs diagram pinpublic void setCPDefinitionId(long CPDefinitionId)
setCPDefinitionId in interface CSDiagramPinModelCPDefinitionId - the cp definition ID of this cs diagram pinpublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface CSDiagramPinModelsetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelcreateDate - the create date of this cs diagram pinpublic void setCSDiagramPinId(long CSDiagramPinId)
setCSDiagramPinId in interface CSDiagramPinModelCSDiagramPinId - the cs diagram pin ID of this cs diagram pinpublic void setCtCollectionId(long ctCollectionId)
setCtCollectionId in interface CSDiagramPinModelsetCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<CSDiagramPin>ctCollectionId - the ct collection ID of this cs diagram pinpublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface CSDiagramPinModelsetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelmodifiedDate - the modified date of this cs diagram pinpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface CSDiagramPinModelsetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelmvccVersion - the mvcc version of this cs diagram pinpublic void setPositionX(double positionX)
setPositionX in interface CSDiagramPinModelpositionX - the position x of this cs diagram pinpublic void setPositionY(double positionY)
setPositionY in interface CSDiagramPinModelpositionY - the position y of this cs diagram pinpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface CSDiagramPinModelsetPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<CSDiagramPin>primaryKey - the primary key of this cs diagram pinpublic void setSequence(java.lang.String sequence)
setSequence in interface CSDiagramPinModelsequence - the sequence of this cs diagram pinpublic void setUserId(long userId)
setUserId in interface CSDiagramPinModelsetUserId in interface com.liferay.portal.kernel.model.AuditedModeluserId - the user ID of this cs diagram pinpublic void setUserName(java.lang.String userName)
setUserName in interface CSDiagramPinModelsetUserName in interface com.liferay.portal.kernel.model.AuditedModeluserName - the user name of this cs diagram pinpublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface CSDiagramPinModelsetUserUuid in interface com.liferay.portal.kernel.model.AuditedModeluserUuid - the user uuid of this cs diagram pinpublic java.util.Map<java.lang.String,java.util.function.Function<CSDiagramPin,java.lang.Object>> getAttributeGetterFunctions()
getAttributeGetterFunctions in interface com.liferay.portal.kernel.model.BaseModel<CSDiagramPin>public java.util.Map<java.lang.String,java.util.function.BiConsumer<CSDiagramPin,java.lang.Object>> getAttributeSetterBiConsumers()
getAttributeSetterBiConsumers in interface com.liferay.portal.kernel.model.BaseModel<CSDiagramPin>protected CSDiagramPinWrapper wrap(CSDiagramPin csDiagramPin)
wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CSDiagramPin>