@ProviderType public interface CTCollectionModel extends com.liferay.portal.kernel.model.BaseModel<CTCollection>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel
This interface and its corresponding implementation com.liferay.change.tracking.model.impl.CTCollectionModelImpl
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.CTCollectionImpl
.
CTCollection
Modifier and Type | Method and Description |
---|---|
CTCollection |
cloneWithOriginalValues() |
long |
getCompanyId()
Returns the company ID of this ct collection.
|
java.util.Date |
getCreateDate()
Returns the create date of this ct collection.
|
long |
getCtCollectionId()
Returns the ct collection ID of this ct collection.
|
java.lang.String |
getDescription()
Returns the description of this ct collection.
|
java.util.Date |
getModifiedDate()
Returns the modified date of this ct collection.
|
long |
getMvccVersion()
Returns the mvcc version of this ct collection.
|
java.lang.String |
getName()
Returns the name of this ct collection.
|
long |
getPrimaryKey()
Returns the primary key of this ct collection.
|
long |
getSchemaVersionId()
Returns the schema version ID of this ct collection.
|
int |
getStatus()
Returns the status of this ct collection.
|
long |
getStatusByUserId()
Returns the status by user ID of this ct collection.
|
java.lang.String |
getStatusByUserUuid()
Returns the status by user uuid of this ct collection.
|
java.util.Date |
getStatusDate()
Returns the status date of this ct collection.
|
long |
getUserId()
Returns the user ID of this ct collection.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this ct collection.
|
void |
setCompanyId(long companyId)
Sets the company ID of this ct collection.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this ct collection.
|
void |
setCtCollectionId(long ctCollectionId)
Sets the ct collection ID of this ct collection.
|
void |
setDescription(java.lang.String description)
Sets the description of this ct collection.
|
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this ct collection.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this ct collection.
|
void |
setName(java.lang.String name)
Sets the name of this ct collection.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this ct collection.
|
void |
setSchemaVersionId(long schemaVersionId)
Sets the schema version ID of this ct collection.
|
void |
setStatus(int status)
Sets the status of this ct collection.
|
void |
setStatusByUserId(long statusByUserId)
Sets the status by user ID of this ct collection.
|
void |
setStatusByUserUuid(java.lang.String statusByUserUuid)
Sets the status by user uuid of this ct collection.
|
void |
setStatusDate(java.util.Date statusDate)
Sets the status date of this ct collection.
|
void |
setUserId(long userId)
Sets the user ID of this ct collection.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this ct collection.
|
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlString
long getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey
- the primary key of this ct collectionlong 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 collectionlong getCtCollectionId()
void setCtCollectionId(long ctCollectionId)
ctCollectionId
- the ct collection ID of this ct collectionlong 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 collectionlong getUserId()
void setUserId(long userId)
userId
- the user ID of this ct collectionjava.lang.String getUserUuid()
void setUserUuid(java.lang.String userUuid)
userUuid
- the user uuid of this ct collectionjava.util.Date getCreateDate()
void setCreateDate(java.util.Date createDate)
createDate
- the create date of this ct collectionjava.util.Date getModifiedDate()
void setModifiedDate(java.util.Date modifiedDate)
modifiedDate
- the modified date of this ct collectionlong getSchemaVersionId()
void setSchemaVersionId(long schemaVersionId)
schemaVersionId
- the schema version ID of this ct collection@AutoEscape java.lang.String getName()
void setName(java.lang.String name)
name
- the name of this ct collection@AutoEscape java.lang.String getDescription()
void setDescription(java.lang.String description)
description
- the description of this ct collectionint getStatus()
void setStatus(int status)
status
- the status of this ct collectionlong getStatusByUserId()
void setStatusByUserId(long statusByUserId)
statusByUserId
- the status by user ID of this ct collectionjava.lang.String getStatusByUserUuid()
void setStatusByUserUuid(java.lang.String statusByUserUuid)
statusByUserUuid
- the status by user uuid of this ct collectionjava.util.Date getStatusDate()
void setStatusDate(java.util.Date statusDate)
statusDate
- the status date of this ct collectionCTCollection cloneWithOriginalValues()
cloneWithOriginalValues
in interface com.liferay.portal.kernel.model.BaseModel<CTCollection>