@ProviderType public interface CTCollectionModel extends com.liferay.portal.kernel.model.BaseModel<CTCollection>, com.liferay.portal.kernel.model.ExternalReferenceCodeModel, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.StagedModel
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.
|
long |
getCtRemoteId()
Returns the ct remote ID of this ct collection.
|
java.lang.String |
getDescription()
Returns the description of this ct collection.
|
java.lang.String |
getExternalReferenceCode()
Returns the external reference code 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 |
getOnDemandUserId()
Returns the on demand user ID of this ct collection.
|
java.lang.String |
getOnDemandUserUuid()
Returns the on demand user uuid 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.
|
boolean |
getShareable()
Returns the shareable 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.
|
java.lang.String |
getUuid()
Returns the uuid of this ct collection.
|
boolean |
isShareable()
Returns
true if this ct collection is shareable. |
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 |
setCtRemoteId(long ctRemoteId)
Sets the ct remote ID of this ct collection.
|
void |
setDescription(java.lang.String description)
Sets the description of this ct collection.
|
void |
setExternalReferenceCode(java.lang.String externalReferenceCode)
Sets the external reference code 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 |
setOnDemandUserId(long onDemandUserId)
Sets the on demand user ID of this ct collection.
|
void |
setOnDemandUserUuid(java.lang.String onDemandUserUuid)
Sets the on demand user uuid 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 |
setShareable(boolean shareable)
Sets whether this ct collection is shareable.
|
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.
|
void |
setUuid(java.lang.String uuid)
Sets the uuid of this ct collection.
|
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 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 collection@AutoEscape java.lang.String getUuid()
getUuid
in interface com.liferay.portal.kernel.model.StagedModel
void setUuid(java.lang.String uuid)
setUuid
in interface com.liferay.portal.kernel.model.StagedModel
uuid
- the uuid of this ct collection@AutoEscape java.lang.String getExternalReferenceCode()
getExternalReferenceCode
in interface com.liferay.portal.kernel.model.ExternalReferenceCodeModel
void setExternalReferenceCode(java.lang.String externalReferenceCode)
setExternalReferenceCode
in interface com.liferay.portal.kernel.model.ExternalReferenceCodeModel
externalReferenceCode
- the external reference code 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
getCompanyId
in interface com.liferay.portal.kernel.model.StagedModel
void setCompanyId(long companyId)
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
setCompanyId
in interface com.liferay.portal.kernel.model.StagedModel
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()
getCreateDate
in interface com.liferay.portal.kernel.model.StagedModel
void setCreateDate(java.util.Date createDate)
setCreateDate
in interface com.liferay.portal.kernel.model.StagedModel
createDate
- the create date of this ct collectionjava.util.Date getModifiedDate()
getModifiedDate
in interface com.liferay.portal.kernel.model.StagedModel
void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate
in interface com.liferay.portal.kernel.model.StagedModel
modifiedDate
- the modified date of this ct collectionlong getCtRemoteId()
void setCtRemoteId(long ctRemoteId)
ctRemoteId
- the ct remote ID 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 collectionlong getOnDemandUserId()
void setOnDemandUserId(long onDemandUserId)
onDemandUserId
- the on demand user ID of this ct collectionjava.lang.String getOnDemandUserUuid()
void setOnDemandUserUuid(java.lang.String onDemandUserUuid)
onDemandUserUuid
- the on demand user uuid of this ct collectionboolean getShareable()
boolean isShareable()
true
if this ct collection is shareable.true
if this ct collection is shareable; false
otherwisevoid setShareable(boolean shareable)
shareable
- the shareable 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>
default java.lang.String toXmlString()