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 TypeMethodDescriptionlongReturns the company ID of this cs diagram pin.longReturns 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.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.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.default StringMethods 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, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
getPrimaryKey
long getPrimaryKey()Returns the primary key of this cs diagram pin.- Specified by:
getPrimaryKeyin 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:
setPrimaryKeyin 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:
getMvccVersionin 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:
setMvccVersionin 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:
getCtCollectionIdin 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:
setCtCollectionIdin 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:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin 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:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin 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:
getUserIdin 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:
setUserIdin 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:
getUserUuidin 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:
setUserUuidin 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:
getUserNamein 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:
setUserNamein 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:
getCreateDatein 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:
setCreateDatein 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:
getModifiedDatein 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:
setModifiedDatein 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:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<CSDiagramPin>
-
toXmlString
-