@ProviderType public class CTEntryWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CTEntry> implements CTEntry, com.liferay.portal.kernel.model.ModelWrapper<CTEntry>
This class is a wrapper for CTEntry.
CTEntry,
Serialized FormCT_ENTRY_ID_ACCESSOR| Constructor and Description |
|---|
CTEntryWrapper(CTEntry ctEntry) |
| Modifier and Type | Method and Description |
|---|---|
int |
getChangeType()
Returns the change type of this ct entry.
|
boolean |
getCollision()
Returns the collision of this ct entry.
|
long |
getCompanyId()
Returns the company ID of this ct entry.
|
java.util.Date |
getCreateDate()
Returns the create date of this ct entry.
|
java.util.List<CTEntryAggregate> |
getCTEntryAggregates() |
long |
getCtEntryId()
Returns the ct entry ID of this ct entry.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
long |
getModelClassNameId()
Returns the model class name ID of this ct entry.
|
long |
getModelClassPK()
Returns the model class pk of this ct entry.
|
long |
getModelResourcePrimKey()
Returns the model resource prim key of this ct entry.
|
java.util.Date |
getModifiedDate()
Returns the modified date of this ct entry.
|
long |
getOriginalCTCollectionId()
Returns the original ct collection ID of this ct entry.
|
long |
getPrimaryKey()
Returns the primary key of this ct entry.
|
int |
getStatus()
Returns the status of this ct entry.
|
long |
getUserId()
Returns the user ID of this ct entry.
|
java.lang.String |
getUserName()
Returns the user name of this ct entry.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this ct entry.
|
boolean |
hasCTEntryAggregate() |
boolean |
isCollision()
Returns
true if this ct entry is collision. |
void |
persist() |
void |
setChangeType(int changeType)
Sets the change type of this ct entry.
|
void |
setCollision(boolean collision)
Sets whether this ct entry is collision.
|
void |
setCompanyId(long companyId)
Sets the company ID of this ct entry.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this ct entry.
|
void |
setCtEntryId(long ctEntryId)
Sets the ct entry ID of this ct entry.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModelClassNameId(long modelClassNameId)
Sets the model class name ID of this ct entry.
|
void |
setModelClassPK(long modelClassPK)
Sets the model class pk of this ct entry.
|
void |
setModelResourcePrimKey(long modelResourcePrimKey)
Sets the model resource prim key of this ct entry.
|
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this ct entry.
|
void |
setOriginalCTCollectionId(long originalCTCollectionId)
Sets the original ct collection ID of this ct entry.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this ct entry.
|
void |
setStatus(int status)
Sets the status of this ct entry.
|
void |
setUserId(long userId)
Sets the user ID of this ct entry.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this ct entry.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this ct entry.
|
protected CTEntryWrapper |
wrap(CTEntry ctEntry) |
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 CTEntryWrapper(CTEntry ctEntry)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<CTEntry>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<CTEntry>public int getChangeType()
getChangeType in interface CTEntryModelpublic boolean getCollision()
getCollision in interface CTEntryModelpublic long getCompanyId()
getCompanyId in interface CTEntryModelgetCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelpublic java.util.Date getCreateDate()
getCreateDate in interface CTEntryModelgetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelpublic java.util.List<CTEntryAggregate> getCTEntryAggregates()
getCTEntryAggregates in interface CTEntrypublic long getCtEntryId()
getCtEntryId in interface CTEntryModelpublic long getModelClassNameId()
getModelClassNameId in interface CTEntryModelpublic long getModelClassPK()
getModelClassPK in interface CTEntryModelpublic long getModelResourcePrimKey()
getModelResourcePrimKey in interface CTEntryModelpublic java.util.Date getModifiedDate()
getModifiedDate in interface CTEntryModelgetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelpublic long getOriginalCTCollectionId()
getOriginalCTCollectionId in interface CTEntryModelpublic long getPrimaryKey()
getPrimaryKey in interface CTEntryModelpublic int getStatus()
getStatus in interface CTEntryModelpublic long getUserId()
getUserId in interface CTEntryModelgetUserId in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUserName()
getUserName in interface CTEntryModelgetUserName in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUserUuid()
getUserUuid in interface CTEntryModelgetUserUuid in interface com.liferay.portal.kernel.model.AuditedModelpublic boolean hasCTEntryAggregate()
hasCTEntryAggregate in interface CTEntrypublic boolean isCollision()
true if this ct entry is collision.isCollision in interface CTEntryModeltrue if this ct entry is collision; false otherwisepublic void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void setChangeType(int changeType)
setChangeType in interface CTEntryModelchangeType - the change type of this ct entrypublic void setCollision(boolean collision)
setCollision in interface CTEntryModelcollision - the collision of this ct entrypublic void setCompanyId(long companyId)
setCompanyId in interface CTEntryModelsetCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelcompanyId - the company ID of this ct entrypublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface CTEntryModelsetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelcreateDate - the create date of this ct entrypublic void setCtEntryId(long ctEntryId)
setCtEntryId in interface CTEntryModelctEntryId - the ct entry ID of this ct entrypublic void setModelClassNameId(long modelClassNameId)
setModelClassNameId in interface CTEntryModelmodelClassNameId - the model class name ID of this ct entrypublic void setModelClassPK(long modelClassPK)
setModelClassPK in interface CTEntryModelmodelClassPK - the model class pk of this ct entrypublic void setModelResourcePrimKey(long modelResourcePrimKey)
setModelResourcePrimKey in interface CTEntryModelmodelResourcePrimKey - the model resource prim key of this ct entrypublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface CTEntryModelsetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelmodifiedDate - the modified date of this ct entrypublic void setOriginalCTCollectionId(long originalCTCollectionId)
setOriginalCTCollectionId in interface CTEntryModeloriginalCTCollectionId - the original ct collection ID of this ct entrypublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface CTEntryModelprimaryKey - the primary key of this ct entrypublic void setStatus(int status)
setStatus in interface CTEntryModelstatus - the status of this ct entrypublic void setUserId(long userId)
setUserId in interface CTEntryModelsetUserId in interface com.liferay.portal.kernel.model.AuditedModeluserId - the user ID of this ct entrypublic void setUserName(java.lang.String userName)
setUserName in interface CTEntryModelsetUserName in interface com.liferay.portal.kernel.model.AuditedModeluserName - the user name of this ct entrypublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface CTEntryModelsetUserUuid in interface com.liferay.portal.kernel.model.AuditedModeluserUuid - the user uuid of this ct entryprotected CTEntryWrapper wrap(CTEntry ctEntry)
wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CTEntry>