Class CSDiagramPinWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CSDiagramPin>
com.liferay.commerce.shop.by.diagram.model.CSDiagramPinWrapper
- All Implemented Interfaces:
CSDiagramPin
,CSDiagramPinModel
,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.ClassedModel
,com.liferay.portal.kernel.model.ModelWrapper<CSDiagramPin>
,com.liferay.portal.kernel.model.MVCCModel
,com.liferay.portal.kernel.model.PersistedModel
,com.liferay.portal.kernel.model.ShardedModel
,Serializable
,Cloneable
,Comparable<CSDiagramPin>
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
.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
model
Fields inherited from interface com.liferay.commerce.shop.by.diagram.model.CSDiagramPin
CS_DIAGRAM_PIN_ID_ACCESSOR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
Returns the company ID of this cs diagram pin.com.liferay.commerce.product.model.CPDefinition
long
Returns the cp definition ID of this cs diagram pin.Returns the create date of this cs diagram pin.long
Returns the cs diagram pin ID of this cs diagram pin.long
Returns the ct collection ID of this cs diagram pin.Returns the modified date of this cs diagram pin.long
Returns the mvcc version of this cs diagram pin.double
Returns the position x of this cs diagram pin.double
Returns the position y of this cs diagram pin.long
Returns the primary key of this cs diagram pin.Returns the sequence of this cs diagram pin.long
Returns the user ID of this cs diagram pin.Returns the user name of this cs diagram pin.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
(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
(Map<String, Object> attributes) void
setModifiedDate
(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
(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
(String userName) Sets the user name of this cs diagram pin.void
setUserUuid
(String userUuid) Sets the user uuid of this cs diagram pin.protected CSDiagramPinWrapper
wrap
(CSDiagramPin csDiagramPin) 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, toUnescapedModel
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods 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, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
CSDiagramPinWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<CSDiagramPin>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<CSDiagramPin>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<CSDiagramPin>
- Specified by:
cloneWithOriginalValues
in interfaceCSDiagramPinModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this cs diagram pin.- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCompanyId
in interfaceCSDiagramPinModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Returns:
- the company ID of this cs diagram pin
-
getCPDefinition
public com.liferay.commerce.product.model.CPDefinition getCPDefinition() throws com.liferay.portal.kernel.exception.PortalException- Specified by:
getCPDefinition
in interfaceCSDiagramPin
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCPDefinitionId
public long getCPDefinitionId()Returns the cp definition ID of this cs diagram pin.- Specified by:
getCPDefinitionId
in interfaceCSDiagramPinModel
- Returns:
- the cp definition ID of this cs diagram pin
-
getCreateDate
Returns the create date of this cs diagram pin.- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCreateDate
in interfaceCSDiagramPinModel
- Returns:
- the create date of this cs diagram pin
-
getCSDiagramPinId
public long getCSDiagramPinId()Returns the cs diagram pin ID of this cs diagram pin.- Specified by:
getCSDiagramPinId
in interfaceCSDiagramPinModel
- Returns:
- the cs diagram pin ID of this cs diagram pin
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this cs diagram pin.- Specified by:
getCtCollectionId
in interfaceCSDiagramPinModel
- Specified by:
getCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<CSDiagramPin>
- Returns:
- the ct collection ID of this cs diagram pin
-
getModifiedDate
Returns the modified date of this cs diagram pin.- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getModifiedDate
in interfaceCSDiagramPinModel
- Returns:
- the modified date of this cs diagram pin
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this cs diagram pin.- Specified by:
getMvccVersion
in interfaceCSDiagramPinModel
- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Returns:
- the mvcc version of this cs diagram pin
-
getPositionX
public double getPositionX()Returns the position x of this cs diagram pin.- Specified by:
getPositionX
in interfaceCSDiagramPinModel
- Returns:
- the position x of this cs diagram pin
-
getPositionY
public double getPositionY()Returns the position y of this cs diagram pin.- Specified by:
getPositionY
in interfaceCSDiagramPinModel
- Returns:
- the position y of this cs diagram pin
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this cs diagram pin.- Specified by:
getPrimaryKey
in interfaceCSDiagramPinModel
- Specified by:
getPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<CSDiagramPin>
- Returns:
- the primary key of this cs diagram pin
-
getSequence
Returns the sequence of this cs diagram pin.- Specified by:
getSequence
in interfaceCSDiagramPinModel
- Returns:
- the sequence of this cs diagram pin
-
getUserId
public long getUserId()Returns the user ID of this cs diagram pin.- Specified by:
getUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserId
in interfaceCSDiagramPinModel
- Returns:
- the user ID of this cs diagram pin
-
getUserName
Returns the user name of this cs diagram pin.- Specified by:
getUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserName
in interfaceCSDiagramPinModel
- Returns:
- the user name of this cs diagram pin
-
getUserUuid
Returns the user uuid of this cs diagram pin.- Specified by:
getUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserUuid
in interfaceCSDiagramPinModel
- Returns:
- the user uuid of this cs diagram pin
-
persist
public void persist()- Specified by:
persist
in interfacecom.liferay.portal.kernel.model.PersistedModel
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this cs diagram pin.- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCompanyId
in interfaceCSDiagramPinModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Parameters:
companyId
- the company ID of this cs diagram pin
-
setCPDefinitionId
public void setCPDefinitionId(long CPDefinitionId) Sets the cp definition ID of this cs diagram pin.- Specified by:
setCPDefinitionId
in interfaceCSDiagramPinModel
- Parameters:
CPDefinitionId
- the cp definition ID of this cs diagram pin
-
setCreateDate
Sets the create date of this cs diagram pin.- Specified by:
setCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCreateDate
in interfaceCSDiagramPinModel
- Parameters:
createDate
- the create date of this cs diagram pin
-
setCSDiagramPinId
public void setCSDiagramPinId(long CSDiagramPinId) Sets the cs diagram pin ID of this cs diagram pin.- Specified by:
setCSDiagramPinId
in interfaceCSDiagramPinModel
- Parameters:
CSDiagramPinId
- the cs diagram pin ID of this cs diagram pin
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this cs diagram pin.- Specified by:
setCtCollectionId
in interfaceCSDiagramPinModel
- Specified by:
setCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<CSDiagramPin>
- Parameters:
ctCollectionId
- the ct collection ID of this cs diagram pin
-
setModifiedDate
Sets the modified date of this cs diagram pin.- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setModifiedDate
in interfaceCSDiagramPinModel
- Parameters:
modifiedDate
- the modified date of this cs diagram pin
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this cs diagram pin.- Specified by:
setMvccVersion
in interfaceCSDiagramPinModel
- Specified by:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Parameters:
mvccVersion
- the mvcc version of this cs diagram pin
-
setPositionX
public void setPositionX(double positionX) Sets the position x of this cs diagram pin.- Specified by:
setPositionX
in interfaceCSDiagramPinModel
- Parameters:
positionX
- the position x of this cs diagram pin
-
setPositionY
public void setPositionY(double positionY) Sets the position y of this cs diagram pin.- Specified by:
setPositionY
in interfaceCSDiagramPinModel
- Parameters:
positionY
- the position y of this cs diagram pin
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this cs diagram pin.- Specified by:
setPrimaryKey
in interfaceCSDiagramPinModel
- Specified by:
setPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<CSDiagramPin>
- Parameters:
primaryKey
- the primary key of this cs diagram pin
-
setSequence
Sets the sequence of this cs diagram pin.- Specified by:
setSequence
in interfaceCSDiagramPinModel
- Parameters:
sequence
- the sequence of this cs diagram pin
-
setUserId
public void setUserId(long userId) Sets the user ID of this cs diagram pin.- Specified by:
setUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserId
in interfaceCSDiagramPinModel
- Parameters:
userId
- the user ID of this cs diagram pin
-
setUserName
Sets the user name of this cs diagram pin.- Specified by:
setUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserName
in interfaceCSDiagramPinModel
- Parameters:
userName
- the user name of this cs diagram pin
-
setUserUuid
Sets the user uuid of this cs diagram pin.- Specified by:
setUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserUuid
in interfaceCSDiagramPinModel
- Parameters:
userUuid
- the user uuid of this cs diagram pin
-
toXmlString
- Specified by:
toXmlString
in interfaceCSDiagramPinModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctions
in interfacecom.liferay.portal.kernel.model.BaseModel<CSDiagramPin>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumers
in interfacecom.liferay.portal.kernel.model.BaseModel<CSDiagramPin>
-
wrap
- Specified by:
wrap
in classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CSDiagramPin>
-