Interface CSDiagramPinModel
- All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel
,com.liferay.portal.kernel.model.BaseModel<CSDiagramPin>
,com.liferay.portal.kernel.model.ClassedModel
,Cloneable
,Comparable<CSDiagramPin>
,com.liferay.portal.kernel.model.change.tracking.CTModel<CSDiagramPin>
,com.liferay.portal.kernel.model.MVCCModel
,Serializable
,com.liferay.portal.kernel.model.ShardedModel
- All Known Subinterfaces:
CSDiagramPin
- All Known Implementing Classes:
CSDiagramPinWrapper
@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
The base model interface for the CSDiagramPin service. Represents a row in the "CSDiagramPin" database table, with each column mapped to a property of this class.
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
.
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionlong
Returns the company ID of this cs diagram pin.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
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
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.default String
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, 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
-
Method Details
-
getPrimaryKey
long getPrimaryKey()Returns the primary key of this cs diagram pin.- Specified by:
getPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<CSDiagramPin>
- Returns:
- the primary key of this cs diagram pin
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Sets the primary key of this cs diagram pin.- Specified by:
setPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<CSDiagramPin>
- Parameters:
primaryKey
- the primary key of this cs diagram pin
-
getMvccVersion
long getMvccVersion()Returns the mvcc version of this cs diagram pin.- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Returns:
- the mvcc version of this cs diagram pin
-
setMvccVersion
void setMvccVersion(long mvccVersion) Sets the mvcc version of this cs diagram pin.- Specified by:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Parameters:
mvccVersion
- the mvcc version of this cs diagram pin
-
getCtCollectionId
long getCtCollectionId()Returns the ct collection ID of this cs diagram pin.- Specified by:
getCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<CSDiagramPin>
- Returns:
- the ct collection ID of this cs diagram pin
-
setCtCollectionId
void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this cs diagram pin.- Specified by:
setCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<CSDiagramPin>
- Parameters:
ctCollectionId
- the ct collection ID of this cs diagram pin
-
getCSDiagramPinId
long getCSDiagramPinId()Returns the cs diagram pin ID of this cs diagram pin.- Returns:
- the cs diagram pin ID of this cs diagram pin
-
setCSDiagramPinId
void setCSDiagramPinId(long CSDiagramPinId) Sets the cs diagram pin ID of this cs diagram pin.- Parameters:
CSDiagramPinId
- the cs diagram pin ID of this cs diagram pin
-
getCompanyId
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 interfacecom.liferay.portal.kernel.model.ShardedModel
- Returns:
- the company ID of this cs diagram pin
-
setCompanyId
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 interfacecom.liferay.portal.kernel.model.ShardedModel
- Parameters:
companyId
- the company ID of this cs diagram pin
-
getUserId
long getUserId()Returns the user ID of this cs diagram pin.- Specified by:
getUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Returns:
- the user ID of this cs diagram pin
-
setUserId
void setUserId(long userId) Sets the user ID of this cs diagram pin.- Specified by:
setUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Parameters:
userId
- the user ID of this cs diagram pin
-
getUserUuid
String getUserUuid()Returns the user uuid of this cs diagram pin.- Specified by:
getUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Returns:
- the user uuid 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
- Parameters:
userUuid
- the user uuid 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
- Returns:
- the user name 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
- Parameters:
userName
- the user name of this cs diagram pin
-
getCreateDate
Date getCreateDate()Returns the create date of this cs diagram pin.- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Returns:
- the create date 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
- Parameters:
createDate
- the create date of this cs diagram pin
-
getModifiedDate
Date getModifiedDate()Returns the modified date of this cs diagram pin.- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Returns:
- the modified date 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
- Parameters:
modifiedDate
- the modified date of this cs diagram pin
-
getCPDefinitionId
long getCPDefinitionId()Returns the cp definition ID of this cs diagram pin.- Returns:
- the cp definition ID of this cs diagram pin
-
setCPDefinitionId
void setCPDefinitionId(long CPDefinitionId) Sets the cp definition ID of this cs diagram pin.- Parameters:
CPDefinitionId
- the cp definition ID of this cs diagram pin
-
getPositionX
double getPositionX()Returns the position x of this cs diagram pin.- Returns:
- the position x of this cs diagram pin
-
setPositionX
void setPositionX(double positionX) Sets the position x of this cs diagram pin.- Parameters:
positionX
- the position x of this cs diagram pin
-
getPositionY
double getPositionY()Returns the position y of this cs diagram pin.- Returns:
- the position y of this cs diagram pin
-
setPositionY
void setPositionY(double positionY) Sets the position y of this cs diagram pin.- Parameters:
positionY
- the position y of this cs diagram pin
-
getSequence
Returns the sequence of this cs diagram pin.- Returns:
- the sequence of this cs diagram pin
-
setSequence
Sets the sequence of this cs diagram pin.- Parameters:
sequence
- the sequence of this cs diagram pin
-
cloneWithOriginalValues
CSDiagramPin cloneWithOriginalValues()- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<CSDiagramPin>
-
toXmlString
-