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.
CTCollection,
Serialized FormCT_COLLECTION_ID_ACCESSOR| Constructor and Description |
|---|
CTCollectionWrapper(CTCollection 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.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
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 |
getUserName() |
java.lang.String |
getUserUuid()
Returns the user uuid of this ct collection.
|
boolean |
isProduction() |
void |
persist() |
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 |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
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.
|
java.lang.String |
toXmlString() |
protected CTCollectionWrapper |
wrap(CTCollection ctCollection) |
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModelfinalize, getClass, notify, notifyAll, wait, wait, waitclone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelpublic CTCollectionWrapper(CTCollection ctCollection)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<CTCollection>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<CTCollection>public CTCollection cloneWithOriginalValues()
cloneWithOriginalValues in interface CTCollectionModelcloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<CTCollection>public long getCompanyId()
getCompanyId in interface CTCollectionModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelpublic java.util.Date getCreateDate()
getCreateDate in interface CTCollectionModelpublic long getCtCollectionId()
getCtCollectionId in interface CTCollectionModelpublic java.lang.String getDescription()
getDescription in interface CTCollectionModelpublic java.util.Date getModifiedDate()
getModifiedDate in interface CTCollectionModelpublic long getMvccVersion()
getMvccVersion in interface CTCollectionModelgetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelpublic java.lang.String getName()
getName in interface CTCollectionModelpublic long getPrimaryKey()
getPrimaryKey in interface CTCollectionModelpublic long getSchemaVersionId()
getSchemaVersionId in interface CTCollectionModelpublic int getStatus()
getStatus in interface CTCollectionModelpublic long getStatusByUserId()
getStatusByUserId in interface CTCollectionModelpublic java.lang.String getStatusByUserUuid()
getStatusByUserUuid in interface CTCollectionModelpublic java.util.Date getStatusDate()
getStatusDate in interface CTCollectionModelpublic long getUserId()
getUserId in interface CTCollectionModelpublic java.lang.String getUserName()
getUserName in interface CTCollectionpublic java.lang.String getUserUuid()
getUserUuid in interface CTCollectionModelpublic boolean isProduction()
isProduction in interface CTCollectionpublic void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void setCompanyId(long companyId)
setCompanyId in interface CTCollectionModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelcompanyId - the company ID of this ct collectionpublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface CTCollectionModelcreateDate - the create date of this ct collectionpublic void setCtCollectionId(long ctCollectionId)
setCtCollectionId in interface CTCollectionModelctCollectionId - the ct collection ID of this ct collectionpublic void setDescription(java.lang.String description)
setDescription in interface CTCollectionModeldescription - the description of this ct collectionpublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface CTCollectionModelmodifiedDate - the modified date of this ct collectionpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface CTCollectionModelsetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelmvccVersion - the mvcc version of this ct collectionpublic void setName(java.lang.String name)
setName in interface CTCollectionModelname - the name of this ct collectionpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface CTCollectionModelprimaryKey - the primary key of this ct collectionpublic void setSchemaVersionId(long schemaVersionId)
setSchemaVersionId in interface CTCollectionModelschemaVersionId - the schema version ID of this ct collectionpublic void setStatus(int status)
setStatus in interface CTCollectionModelstatus - the status of this ct collectionpublic void setStatusByUserId(long statusByUserId)
setStatusByUserId in interface CTCollectionModelstatusByUserId - the status by user ID of this ct collectionpublic void setStatusByUserUuid(java.lang.String statusByUserUuid)
setStatusByUserUuid in interface CTCollectionModelstatusByUserUuid - the status by user uuid of this ct collectionpublic void setStatusDate(java.util.Date statusDate)
setStatusDate in interface CTCollectionModelstatusDate - the status date of this ct collectionpublic void setUserId(long userId)
setUserId in interface CTCollectionModeluserId - the user ID of this ct collectionpublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface CTCollectionModeluserUuid - the user uuid of this ct collectionpublic java.lang.String toXmlString()
toXmlString in interface CTCollectionModelprotected CTCollectionWrapper wrap(CTCollection ctCollection)
wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CTCollection>