@ProviderType 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 |
|---|---|
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.
|
java.lang.String |
getName()
Returns the name of this ct collection.
|
long |
getPrimaryKey()
Returns the primary key 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 |
getStatusByUserName()
Returns the status by user name 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()
Returns the user name of this ct collection.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this ct collection.
|
boolean |
isApproved()
Returns
true if this ct collection is approved. |
boolean |
isDenied()
Returns
true if this ct collection is denied. |
boolean |
isDraft()
Returns
true if this ct collection is a draft. |
boolean |
isExpired()
Returns
true if this ct collection is expired. |
boolean |
isInactive()
Returns
true if this ct collection is inactive. |
boolean |
isIncomplete()
Returns
true if this ct collection is incomplete. |
boolean |
isPending()
Returns
true if this ct collection is pending. |
boolean |
isProduction() |
boolean |
isScheduled()
Returns
true if this ct collection is scheduled. |
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 |
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 |
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 |
setStatusByUserName(java.lang.String statusByUserName)
Sets the status by user name 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 |
setUserName(java.lang.String userName)
Sets the user name of this ct collection.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this ct collection.
|
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, toUnescapedModel, toXmlStringfinalize, getClass, notify, notifyAll, wait, wait, waitclone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringpublic 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 long getCompanyId()
getCompanyId in interface CTCollectionModelgetCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelpublic java.util.Date getCreateDate()
getCreateDate in interface CTCollectionModelgetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelpublic long getCtCollectionId()
getCtCollectionId in interface CTCollectionModelpublic java.lang.String getDescription()
getDescription in interface CTCollectionModelpublic java.util.Date getModifiedDate()
getModifiedDate in interface CTCollectionModelgetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getName()
getName in interface CTCollectionModelpublic long getPrimaryKey()
getPrimaryKey in interface CTCollectionModelpublic int getStatus()
getStatus in interface CTCollectionModelgetStatus in interface com.liferay.portal.kernel.model.WorkflowedModelpublic long getStatusByUserId()
getStatusByUserId in interface CTCollectionModelgetStatusByUserId in interface com.liferay.portal.kernel.model.WorkflowedModelpublic java.lang.String getStatusByUserName()
getStatusByUserName in interface CTCollectionModelgetStatusByUserName in interface com.liferay.portal.kernel.model.WorkflowedModelpublic java.lang.String getStatusByUserUuid()
getStatusByUserUuid in interface CTCollectionModelgetStatusByUserUuid in interface com.liferay.portal.kernel.model.WorkflowedModelpublic java.util.Date getStatusDate()
getStatusDate in interface CTCollectionModelgetStatusDate in interface com.liferay.portal.kernel.model.WorkflowedModelpublic long getUserId()
getUserId in interface CTCollectionModelgetUserId in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUserName()
getUserName in interface CTCollectionModelgetUserName in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUserUuid()
getUserUuid in interface CTCollectionModelgetUserUuid in interface com.liferay.portal.kernel.model.AuditedModelpublic boolean isApproved()
true if this ct collection is approved.isApproved in interface CTCollectionModelisApproved in interface com.liferay.portal.kernel.model.WorkflowedModeltrue if this ct collection is approved; false otherwisepublic boolean isDenied()
true if this ct collection is denied.isDenied in interface CTCollectionModelisDenied in interface com.liferay.portal.kernel.model.WorkflowedModeltrue if this ct collection is denied; false otherwisepublic boolean isDraft()
true if this ct collection is a draft.isDraft in interface CTCollectionModelisDraft in interface com.liferay.portal.kernel.model.WorkflowedModeltrue if this ct collection is a draft; false otherwisepublic boolean isExpired()
true if this ct collection is expired.isExpired in interface CTCollectionModelisExpired in interface com.liferay.portal.kernel.model.WorkflowedModeltrue if this ct collection is expired; false otherwisepublic boolean isInactive()
true if this ct collection is inactive.isInactive in interface CTCollectionModelisInactive in interface com.liferay.portal.kernel.model.WorkflowedModeltrue if this ct collection is inactive; false otherwisepublic boolean isIncomplete()
true if this ct collection is incomplete.isIncomplete in interface CTCollectionModelisIncomplete in interface com.liferay.portal.kernel.model.WorkflowedModeltrue if this ct collection is incomplete; false otherwisepublic boolean isPending()
true if this ct collection is pending.isPending in interface CTCollectionModelisPending in interface com.liferay.portal.kernel.model.WorkflowedModeltrue if this ct collection is pending; false otherwisepublic boolean isProduction()
isProduction in interface CTCollectionpublic boolean isScheduled()
true if this ct collection is scheduled.isScheduled in interface CTCollectionModelisScheduled in interface com.liferay.portal.kernel.model.WorkflowedModeltrue if this ct collection is scheduled; false otherwisepublic 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.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelcompanyId - the company ID of this ct collectionpublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface CTCollectionModelsetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelcreateDate - 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 CTCollectionModelsetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelmodifiedDate - the modified date 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 setStatus(int status)
setStatus in interface CTCollectionModelsetStatus in interface com.liferay.portal.kernel.model.WorkflowedModelstatus - the status of this ct collectionpublic void setStatusByUserId(long statusByUserId)
setStatusByUserId in interface CTCollectionModelsetStatusByUserId in interface com.liferay.portal.kernel.model.WorkflowedModelstatusByUserId - the status by user ID of this ct collectionpublic void setStatusByUserName(java.lang.String statusByUserName)
setStatusByUserName in interface CTCollectionModelsetStatusByUserName in interface com.liferay.portal.kernel.model.WorkflowedModelstatusByUserName - the status by user name of this ct collectionpublic void setStatusByUserUuid(java.lang.String statusByUserUuid)
setStatusByUserUuid in interface CTCollectionModelsetStatusByUserUuid in interface com.liferay.portal.kernel.model.WorkflowedModelstatusByUserUuid - the status by user uuid of this ct collectionpublic void setStatusDate(java.util.Date statusDate)
setStatusDate in interface CTCollectionModelsetStatusDate in interface com.liferay.portal.kernel.model.WorkflowedModelstatusDate - the status date of this ct collectionpublic void setUserId(long userId)
setUserId in interface CTCollectionModelsetUserId in interface com.liferay.portal.kernel.model.AuditedModeluserId - the user ID of this ct collectionpublic void setUserName(java.lang.String userName)
setUserName in interface CTCollectionModelsetUserName in interface com.liferay.portal.kernel.model.AuditedModeluserName - the user name of this ct collectionpublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface CTCollectionModelsetUserUuid in interface com.liferay.portal.kernel.model.AuditedModeluserUuid - the user uuid of this ct collectionprotected CTCollectionWrapper wrap(CTCollection ctCollection)
wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CTCollection>