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
modelFields inherited from interface com.liferay.commerce.shop.by.diagram.model.CSDiagramPin
CS_DIAGRAM_PIN_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongReturns the company ID of this cs diagram pin.com.liferay.commerce.product.model.CPDefinitionlongReturns the cp definition ID of this cs diagram pin.Returns the create date of this cs diagram pin.longReturns the cs diagram pin ID of this cs diagram pin.longReturns the ct collection ID of this cs diagram pin.Returns the modified date of this cs diagram pin.longReturns the mvcc version of this cs diagram pin.doubleReturns the position x of this cs diagram pin.doubleReturns the position y of this cs diagram pin.longReturns the primary key of this cs diagram pin.Returns the sequence of this cs diagram pin.longReturns 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.voidpersist()voidsetCompanyId(long companyId) Sets the company ID of this cs diagram pin.voidsetCPDefinitionId(long CPDefinitionId) Sets the cp definition ID of this cs diagram pin.voidsetCreateDate(Date createDate) Sets the create date of this cs diagram pin.voidsetCSDiagramPinId(long CSDiagramPinId) Sets the cs diagram pin ID of this cs diagram pin.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this cs diagram pin.voidsetModelAttributes(Map<String, Object> attributes) voidsetModifiedDate(Date modifiedDate) Sets the modified date of this cs diagram pin.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this cs diagram pin.voidsetPositionX(double positionX) Sets the position x of this cs diagram pin.voidsetPositionY(double positionY) Sets the position y of this cs diagram pin.voidsetPrimaryKey(long primaryKey) Sets the primary key of this cs diagram pin.voidsetSequence(String sequence) Sets the sequence of this cs diagram pin.voidsetUserId(long userId) Sets the user ID of this cs diagram pin.voidsetUserName(String userName) Sets the user name of this cs diagram pin.voidsetUserUuid(String userUuid) Sets the user uuid of this cs diagram pin.protected CSDiagramPinWrapperwrap(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, 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
-
CSDiagramPinWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<CSDiagramPin>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<CSDiagramPin>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<CSDiagramPin>- Specified by:
cloneWithOriginalValuesin interfaceCSDiagramPinModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this cs diagram pin.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfaceCSDiagramPinModel- Specified by:
getCompanyIdin 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:
getCPDefinitionin interfaceCSDiagramPin- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCPDefinitionId
public long getCPDefinitionId()Returns the cp definition ID of this cs diagram pin.- Specified by:
getCPDefinitionIdin interfaceCSDiagramPinModel- Returns:
- the cp definition ID of this cs diagram pin
-
getCreateDate
Returns the create date of this cs diagram pin.- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCreateDatein 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:
getCSDiagramPinIdin 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:
getCtCollectionIdin interfaceCSDiagramPinModel- Specified by:
getCtCollectionIdin 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:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getModifiedDatein 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:
getMvccVersionin interfaceCSDiagramPinModel- Specified by:
getMvccVersionin 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:
getPositionXin 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:
getPositionYin 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:
getPrimaryKeyin interfaceCSDiagramPinModel- Specified by:
getPrimaryKeyin 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:
getSequencein interfaceCSDiagramPinModel- Returns:
- the sequence of this cs diagram pin
-
getUserId
public long getUserId()Returns the user ID of this cs diagram pin.- Specified by:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserIdin interfaceCSDiagramPinModel- Returns:
- the user ID of this cs diagram pin
-
getUserName
Returns the user name of this cs diagram pin.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserNamein interfaceCSDiagramPinModel- Returns:
- the user name of this cs diagram pin
-
getUserUuid
Returns the user uuid of this cs diagram pin.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserUuidin interfaceCSDiagramPinModel- Returns:
- the user uuid of this cs diagram pin
-
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 pin.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin interfaceCSDiagramPinModel- Specified by:
setCompanyIdin 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:
setCPDefinitionIdin interfaceCSDiagramPinModel- Parameters:
CPDefinitionId- the cp definition ID of this cs diagram pin
-
setCreateDate
Sets the create date of this cs diagram pin.- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCreateDatein 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:
setCSDiagramPinIdin 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:
setCtCollectionIdin interfaceCSDiagramPinModel- Specified by:
setCtCollectionIdin 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:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setModifiedDatein 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:
setMvccVersionin interfaceCSDiagramPinModel- Specified by:
setMvccVersionin 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:
setPositionXin 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:
setPositionYin 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:
setPrimaryKeyin interfaceCSDiagramPinModel- Specified by:
setPrimaryKeyin 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:
setSequencein 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:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserIdin interfaceCSDiagramPinModel- Parameters:
userId- the user ID of this cs diagram pin
-
setUserName
Sets the user name of this cs diagram pin.- Specified by:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserNamein interfaceCSDiagramPinModel- Parameters:
userName- the user name of this cs diagram pin
-
setUserUuid
Sets the user uuid of this cs diagram pin.- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserUuidin interfaceCSDiagramPinModel- Parameters:
userUuid- the user uuid of this cs diagram pin
-
toXmlString
- Specified by:
toXmlStringin interfaceCSDiagramPinModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctionsin interfacecom.liferay.portal.kernel.model.BaseModel<CSDiagramPin>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumersin interfacecom.liferay.portal.kernel.model.BaseModel<CSDiagramPin>
-
wrap
- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CSDiagramPin>
-