@ProviderType public interface CTCollectionTemplateModel extends com.liferay.portal.kernel.model.BaseModel<CTCollectionTemplate>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel
This interface and its corresponding implementation com.liferay.change.tracking.model.impl.CTCollectionTemplateModelImpl
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.change.tracking.model.impl.CTCollectionTemplateImpl
.
CTCollectionTemplate
Modifier and Type | Method and Description |
---|---|
CTCollectionTemplate |
cloneWithOriginalValues() |
long |
getCompanyId()
Returns the company ID of this ct collection template.
|
java.util.Date |
getCreateDate()
Returns the create date of this ct collection template.
|
long |
getCtCollectionTemplateId()
Returns the ct collection template ID of this ct collection template.
|
java.lang.String |
getDescription()
Returns the description of this ct collection template.
|
java.util.Date |
getModifiedDate()
Returns the modified date of this ct collection template.
|
long |
getMvccVersion()
Returns the mvcc version of this ct collection template.
|
java.lang.String |
getName()
Returns the name of this ct collection template.
|
long |
getPrimaryKey()
Returns the primary key of this ct collection template.
|
long |
getUserId()
Returns the user ID of this ct collection template.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this ct collection template.
|
void |
setCompanyId(long companyId)
Sets the company ID of this ct collection template.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this ct collection template.
|
void |
setCtCollectionTemplateId(long ctCollectionTemplateId)
Sets the ct collection template ID of this ct collection template.
|
void |
setDescription(java.lang.String description)
Sets the description of this ct collection template.
|
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this ct collection template.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this ct collection template.
|
void |
setName(java.lang.String name)
Sets the name of this ct collection template.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this ct collection template.
|
void |
setUserId(long userId)
Sets the user ID of this ct collection template.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this ct collection template.
|
default java.lang.String |
toXmlString() |
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
long getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey
- the primary key of this ct collection templatelong getMvccVersion()
getMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
void setMvccVersion(long mvccVersion)
setMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
mvccVersion
- the mvcc version of this ct collection templatelong getCtCollectionTemplateId()
void setCtCollectionTemplateId(long ctCollectionTemplateId)
ctCollectionTemplateId
- the ct collection template ID of this ct collection templatelong getCompanyId()
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
void setCompanyId(long companyId)
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
companyId
- the company ID of this ct collection templatelong getUserId()
void setUserId(long userId)
userId
- the user ID of this ct collection templatejava.lang.String getUserUuid()
void setUserUuid(java.lang.String userUuid)
userUuid
- the user uuid of this ct collection templatejava.util.Date getCreateDate()
void setCreateDate(java.util.Date createDate)
createDate
- the create date of this ct collection templatejava.util.Date getModifiedDate()
void setModifiedDate(java.util.Date modifiedDate)
modifiedDate
- the modified date of this ct collection template@AutoEscape java.lang.String getName()
void setName(java.lang.String name)
name
- the name of this ct collection template@AutoEscape java.lang.String getDescription()
void setDescription(java.lang.String description)
description
- the description of this ct collection templateCTCollectionTemplate cloneWithOriginalValues()
cloneWithOriginalValues
in interface com.liferay.portal.kernel.model.BaseModel<CTCollectionTemplate>
default java.lang.String toXmlString()