Class CTCollectionWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CTCollection>
com.liferay.change.tracking.model.CTCollectionWrapper
- All Implemented Interfaces:
CTCollection,CTCollectionModel,com.liferay.portal.kernel.model.BaseModel<CTCollection>,com.liferay.portal.kernel.model.ClassedModel,com.liferay.portal.kernel.model.ExternalReferenceCodeModel,com.liferay.portal.kernel.model.ModelWrapper<CTCollection>,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.PersistedModel,com.liferay.portal.kernel.model.ShardedModel,com.liferay.portal.kernel.model.StagedModel,Serializable,Cloneable,Comparable<CTCollection>
public class CTCollectionWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CTCollection>
implements CTCollection, com.liferay.portal.kernel.model.ModelWrapper<CTCollection>
This class is a wrapper for CTCollection.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
modelFields inherited from interface com.liferay.change.tracking.model.CTCollection
CT_COLLECTION_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongReturns the company ID of this ct collection.Returns the create date of this ct collection.longReturns the ct collection ID of this ct collection.longReturns the ct remote ID of this ct collection.Returns the description of this ct collection.Returns the external reference code of this ct collection.Returns the modified date of this ct collection.longReturns the mvcc version of this ct collection.getName()Returns the name of this ct collection.longReturns the on demand user ID of this ct collection.Returns the on demand user uuid of this ct collection.longReturns the primary key of this ct collection.longReturns the schema version ID of this ct collection.intgetScore()booleanReturns the shareable of this ct collection.com.liferay.exportimport.kernel.lar.StagedModelTypeintReturns the status of this ct collection.longReturns the status by user ID of this ct collection.Returns the status by user uuid of this ct collection.Returns the status date of this ct collection.longReturns the user ID of this ct collection.Returns the user uuid of this ct collection.getUuid()Returns the uuid of this ct collection.booleanisEmpty()booleanbooleanReturnstrueif this ct collection is shareable.voidpersist()voidsetCompanyId(long companyId) Sets the company ID of this ct collection.voidsetCreateDate(Date createDate) Sets the create date of this ct collection.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this ct collection.voidsetCtRemoteId(long ctRemoteId) Sets the ct remote ID of this ct collection.voidsetDescription(String description) Sets the description of this ct collection.voidsetExternalReferenceCode(String externalReferenceCode) Sets the external reference code of this ct collection.voidsetModelAttributes(Map<String, Object> attributes) voidsetModifiedDate(Date modifiedDate) Sets the modified date of this ct collection.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this ct collection.voidSets the name of this ct collection.voidsetOnDemandUserId(long onDemandUserId) Sets the on demand user ID of this ct collection.voidsetOnDemandUserUuid(String onDemandUserUuid) Sets the on demand user uuid of this ct collection.voidsetPrimaryKey(long primaryKey) Sets the primary key of this ct collection.voidsetSchemaVersionId(long schemaVersionId) Sets the schema version ID of this ct collection.voidsetShareable(boolean shareable) Sets whether this ct collection is shareable.voidsetStatus(int status) Sets the status of this ct collection.voidsetStatusByUserId(long statusByUserId) Sets the status by user ID of this ct collection.voidsetStatusByUserUuid(String statusByUserUuid) Sets the status by user uuid of this ct collection.voidsetStatusDate(Date statusDate) Sets the status date of this ct collection.voidsetUserId(long userId) Sets the user ID of this ct collection.voidsetUserUuid(String userUuid) Sets the user uuid of this ct collection.voidSets the uuid of this ct collection.protected CTCollectionWrapperwrap(CTCollection ctCollection) Methods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModelMethods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone
-
Constructor Details
-
CTCollectionWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<CTCollection>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<CTCollection>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<CTCollection>- Specified by:
cloneWithOriginalValuesin interfaceCTCollectionModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this ct collection.- Specified by:
getCompanyIdin interfaceCTCollectionModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the company ID of this ct collection
-
getCreateDate
Returns the create date of this ct collection.- Specified by:
getCreateDatein interfaceCTCollectionModel- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the create date of this ct collection
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this ct collection.- Specified by:
getCtCollectionIdin interfaceCTCollectionModel- Returns:
- the ct collection ID of this ct collection
-
getCtRemoteId
public long getCtRemoteId()Returns the ct remote ID of this ct collection.- Specified by:
getCtRemoteIdin interfaceCTCollectionModel- Returns:
- the ct remote ID of this ct collection
-
getDescription
Returns the description of this ct collection.- Specified by:
getDescriptionin interfaceCTCollectionModel- Returns:
- the description of this ct collection
-
getExternalReferenceCode
Returns the external reference code of this ct collection.- Specified by:
getExternalReferenceCodein interfaceCTCollectionModel- Specified by:
getExternalReferenceCodein interfacecom.liferay.portal.kernel.model.ExternalReferenceCodeModel- Returns:
- the external reference code of this ct collection
-
getModifiedDate
Returns the modified date of this ct collection.- Specified by:
getModifiedDatein interfaceCTCollectionModel- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the modified date of this ct collection
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this ct collection.- Specified by:
getMvccVersionin interfaceCTCollectionModel- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this ct collection
-
getName
Returns the name of this ct collection.- Specified by:
getNamein interfaceCTCollectionModel- Returns:
- the name of this ct collection
-
getOnDemandUserId
public long getOnDemandUserId()Returns the on demand user ID of this ct collection.- Specified by:
getOnDemandUserIdin interfaceCTCollectionModel- Returns:
- the on demand user ID of this ct collection
-
getOnDemandUserUuid
Returns the on demand user uuid of this ct collection.- Specified by:
getOnDemandUserUuidin interfaceCTCollectionModel- Returns:
- the on demand user uuid of this ct collection
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this ct collection.- Specified by:
getPrimaryKeyin interfaceCTCollectionModel- Returns:
- the primary key of this ct collection
-
getSchemaVersionId
public long getSchemaVersionId()Returns the schema version ID of this ct collection.- Specified by:
getSchemaVersionIdin interfaceCTCollectionModel- Returns:
- the schema version ID of this ct collection
-
getScore
public int getScore()- Specified by:
getScorein interfaceCTCollection
-
getScoreSizeClassification
- Specified by:
getScoreSizeClassificationin interfaceCTCollection
-
getStatus
public int getStatus()Returns the status of this ct collection.- Specified by:
getStatusin interfaceCTCollectionModel- Returns:
- the status of this ct collection
-
getStatusByUserId
public long getStatusByUserId()Returns the status by user ID of this ct collection.- Specified by:
getStatusByUserIdin interfaceCTCollectionModel- Returns:
- the status by user ID of this ct collection
-
getStatusByUserUuid
Returns the status by user uuid of this ct collection.- Specified by:
getStatusByUserUuidin interfaceCTCollectionModel- Returns:
- the status by user uuid of this ct collection
-
getStatusDate
Returns the status date of this ct collection.- Specified by:
getStatusDatein interfaceCTCollectionModel- Returns:
- the status date of this ct collection
-
getUserId
public long getUserId()Returns the user ID of this ct collection.- Specified by:
getUserIdin interfaceCTCollectionModel- Returns:
- the user ID of this ct collection
-
getUserName
- Specified by:
getUserNamein interfaceCTCollection
-
getUserUuid
Returns the user uuid of this ct collection.- Specified by:
getUserUuidin interfaceCTCollectionModel- Returns:
- the user uuid of this ct collection
-
getUuid
Returns the uuid of this ct collection.- Specified by:
getUuidin interfaceCTCollectionModel- Specified by:
getUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the uuid of this ct collection
-
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceCTCollection
-
isProduction
public boolean isProduction()- Specified by:
isProductionin interfaceCTCollection
-
persist
public void persist()- Specified by:
persistin interfacecom.liferay.portal.kernel.model.PersistedModel
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this ct collection.- Specified by:
setCompanyIdin interfaceCTCollectionModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
companyId- the company ID of this ct collection
-
setCreateDate
Sets the create date of this ct collection.- Specified by:
setCreateDatein interfaceCTCollectionModel- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
createDate- the create date of this ct collection
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this ct collection.- Specified by:
setCtCollectionIdin interfaceCTCollectionModel- Parameters:
ctCollectionId- the ct collection ID of this ct collection
-
setCtRemoteId
public void setCtRemoteId(long ctRemoteId) Sets the ct remote ID of this ct collection.- Specified by:
setCtRemoteIdin interfaceCTCollectionModel- Parameters:
ctRemoteId- the ct remote ID of this ct collection
-
setDescription
Sets the description of this ct collection.- Specified by:
setDescriptionin interfaceCTCollectionModel- Parameters:
description- the description of this ct collection
-
setExternalReferenceCode
Sets the external reference code of this ct collection.- Specified by:
setExternalReferenceCodein interfaceCTCollectionModel- Specified by:
setExternalReferenceCodein interfacecom.liferay.portal.kernel.model.ExternalReferenceCodeModel- Parameters:
externalReferenceCode- the external reference code of this ct collection
-
setModifiedDate
Sets the modified date of this ct collection.- Specified by:
setModifiedDatein interfaceCTCollectionModel- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
modifiedDate- the modified date of this ct collection
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this ct collection.- Specified by:
setMvccVersionin interfaceCTCollectionModel- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this ct collection
-
setName
Sets the name of this ct collection.- Specified by:
setNamein interfaceCTCollectionModel- Parameters:
name- the name of this ct collection
-
setOnDemandUserId
public void setOnDemandUserId(long onDemandUserId) Sets the on demand user ID of this ct collection.- Specified by:
setOnDemandUserIdin interfaceCTCollectionModel- Parameters:
onDemandUserId- the on demand user ID of this ct collection
-
setOnDemandUserUuid
Sets the on demand user uuid of this ct collection.- Specified by:
setOnDemandUserUuidin interfaceCTCollectionModel- Parameters:
onDemandUserUuid- the on demand user uuid of this ct collection
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this ct collection.- Specified by:
setPrimaryKeyin interfaceCTCollectionModel- Parameters:
primaryKey- the primary key of this ct collection
-
setSchemaVersionId
public void setSchemaVersionId(long schemaVersionId) Sets the schema version ID of this ct collection.- Specified by:
setSchemaVersionIdin interfaceCTCollectionModel- Parameters:
schemaVersionId- the schema version ID of this ct collection
-
setStatus
public void setStatus(int status) Sets the status of this ct collection.- Specified by:
setStatusin interfaceCTCollectionModel- Parameters:
status- the status of this ct collection
-
setStatusByUserId
public void setStatusByUserId(long statusByUserId) Sets the status by user ID of this ct collection.- Specified by:
setStatusByUserIdin interfaceCTCollectionModel- Parameters:
statusByUserId- the status by user ID of this ct collection
-
setStatusByUserUuid
Sets the status by user uuid of this ct collection.- Specified by:
setStatusByUserUuidin interfaceCTCollectionModel- Parameters:
statusByUserUuid- the status by user uuid of this ct collection
-
setStatusDate
Sets the status date of this ct collection.- Specified by:
setStatusDatein interfaceCTCollectionModel- Parameters:
statusDate- the status date of this ct collection
-
setUserId
public void setUserId(long userId) Sets the user ID of this ct collection.- Specified by:
setUserIdin interfaceCTCollectionModel- Parameters:
userId- the user ID of this ct collection
-
setUserUuid
Sets the user uuid of this ct collection.- Specified by:
setUserUuidin interfaceCTCollectionModel- Parameters:
userUuid- the user uuid of this ct collection
-
setUuid
Sets the uuid of this ct collection.- Specified by:
setUuidin interfaceCTCollectionModel- Specified by:
setUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
uuid- the uuid of this ct collection
-
toXmlString
- Specified by:
toXmlStringin interfaceCTCollectionModel
-
getStagedModelType
public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()- Specified by:
getStagedModelTypein interfacecom.liferay.portal.kernel.model.StagedModel
-
wrap
- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CTCollection>
-