@ProviderType public class TrashEntryWrapper extends java.lang.Object implements TrashEntry, com.liferay.portal.kernel.model.ModelWrapper<TrashEntry>
This class is a wrapper for TrashEntry.
TrashEntry,
Serialized FormENTRY_ID_ACCESSOR| Constructor and Description |
|---|
TrashEntryWrapper(TrashEntry trashEntry) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
int |
compareTo(TrashEntry trashEntry) |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getClassName()
Returns the fully qualified class name of this trash entry.
|
long |
getClassNameId()
Returns the class name ID of this trash entry.
|
long |
getClassPK()
Returns the class pk of this trash entry.
|
long |
getCompanyId()
Returns the company ID of this trash entry.
|
java.util.Date |
getCreateDate()
Returns the create date of this trash entry.
|
long |
getEntryId()
Returns the entry ID of this trash entry.
|
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
long |
getGroupId()
Returns the group ID of this trash entry.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.lang.Class<?> |
getModelClass() |
java.lang.String |
getModelClassName() |
long |
getPrimaryKey()
Returns the primary key of this trash entry.
|
java.io.Serializable |
getPrimaryKeyObj() |
TrashEntry |
getRootEntry() |
int |
getStatus()
Returns the status of this trash entry.
|
long |
getSystemEventSetKey()
Returns the system event set key of this trash entry.
|
java.lang.String |
getTypeSettings()
Returns the type settings of this trash entry.
|
com.liferay.portal.kernel.util.UnicodeProperties |
getTypeSettingsProperties() |
java.lang.String |
getTypeSettingsProperty(java.lang.String key) |
java.lang.String |
getTypeSettingsProperty(java.lang.String key,
java.lang.String defaultValue) |
long |
getUserId()
Returns the user ID of this trash entry.
|
java.lang.String |
getUserName()
Returns the user name of this trash entry.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this trash entry.
|
TrashEntry |
getWrappedModel() |
int |
hashCode() |
boolean |
isCachedModel() |
boolean |
isEntityCacheEnabled() |
boolean |
isEscapedModel() |
boolean |
isFinderCacheEnabled() |
boolean |
isNew() |
boolean |
isTrashEntry(java.lang.Class<?> clazz,
long classPK) |
boolean |
isTrashEntry(java.lang.String className,
long classPK) |
void |
persist() |
void |
resetOriginalValues() |
void |
setCachedModel(boolean cachedModel) |
void |
setClassName(java.lang.String className) |
void |
setClassNameId(long classNameId)
Sets the class name ID of this trash entry.
|
void |
setClassPK(long classPK)
Sets the class pk of this trash entry.
|
void |
setCompanyId(long companyId)
Sets the company ID of this trash entry.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this trash entry.
|
void |
setEntryId(long entryId)
Sets the entry ID of this trash entry.
|
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel) |
void |
setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge) |
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
setGroupId(long groupId)
Sets the group ID of this trash entry.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setNew(boolean n) |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this trash entry.
|
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
void |
setRootEntry(TrashEntry rootEntry) |
void |
setStatus(int status)
Sets the status of this trash entry.
|
void |
setSystemEventSetKey(long systemEventSetKey)
Sets the system event set key of this trash entry.
|
void |
setTypeSettings(java.lang.String typeSettings)
Sets the type settings of this trash entry.
|
void |
setTypeSettingsProperties(com.liferay.portal.kernel.util.UnicodeProperties typeSettingsProperties) |
void |
setUserId(long userId)
Sets the user ID of this trash entry.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this trash entry.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this trash entry.
|
com.liferay.portal.kernel.model.CacheModel<TrashEntry> |
toCacheModel() |
TrashEntry |
toEscapedModel() |
java.lang.String |
toString() |
TrashEntry |
toUnescapedModel() |
java.lang.String |
toXmlString() |
public TrashEntryWrapper(TrashEntry trashEntry)
public java.lang.Class<?> getModelClass()
getModelClass in interface com.liferay.portal.kernel.model.ClassedModelpublic java.lang.String getModelClassName()
getModelClassName in interface com.liferay.portal.kernel.model.ClassedModelpublic java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<TrashEntry>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<TrashEntry>public java.lang.Object clone()
clone in interface com.liferay.portal.kernel.model.BaseModel<TrashEntry>clone in interface TrashEntryModelclone in class java.lang.Objectpublic int compareTo(TrashEntry trashEntry)
compareTo in interface TrashEntryModelcompareTo in interface java.lang.Comparable<TrashEntry>public java.lang.String getClassName()
getClassName in interface com.liferay.portal.kernel.model.TypedModelgetClassName in interface TrashEntryModelpublic long getClassNameId()
getClassNameId in interface com.liferay.portal.kernel.model.TypedModelgetClassNameId in interface TrashEntryModelpublic long getClassPK()
getClassPK in interface com.liferay.portal.kernel.model.AttachedModelgetClassPK in interface TrashEntryModelpublic long getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.ShardedModelgetCompanyId in interface TrashEntryModelpublic java.util.Date getCreateDate()
getCreateDate in interface TrashEntryModelpublic long getEntryId()
getEntryId in interface TrashEntryModelpublic com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface com.liferay.portal.kernel.model.BaseModel<TrashEntry>getExpandoBridge in interface com.liferay.portal.kernel.model.ClassedModelgetExpandoBridge in interface TrashEntryModelpublic long getGroupId()
getGroupId in interface TrashEntryModelpublic long getPrimaryKey()
getPrimaryKey in interface TrashEntryModelpublic java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<TrashEntry>getPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelgetPrimaryKeyObj in interface TrashEntryModelpublic TrashEntry getRootEntry()
getRootEntry in interface TrashEntrypublic int getStatus()
getStatus in interface TrashEntryModelpublic long getSystemEventSetKey()
getSystemEventSetKey in interface TrashEntryModelpublic java.lang.String getTypeSettings()
getTypeSettings in interface TrashEntryModelpublic com.liferay.portal.kernel.util.UnicodeProperties getTypeSettingsProperties()
getTypeSettingsProperties in interface TrashEntrypublic java.lang.String getTypeSettingsProperty(java.lang.String key)
getTypeSettingsProperty in interface TrashEntrypublic java.lang.String getTypeSettingsProperty(java.lang.String key,
java.lang.String defaultValue)
getTypeSettingsProperty in interface TrashEntrypublic long getUserId()
getUserId in interface TrashEntryModelpublic java.lang.String getUserName()
getUserName in interface TrashEntryModelpublic java.lang.String getUserUuid()
getUserUuid in interface TrashEntryModelpublic int hashCode()
hashCode in interface TrashEntryModelhashCode in class java.lang.Objectpublic boolean isCachedModel()
isCachedModel in interface com.liferay.portal.kernel.model.BaseModel<TrashEntry>isCachedModel in interface TrashEntryModelpublic boolean isEscapedModel()
isEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<TrashEntry>isEscapedModel in interface TrashEntryModelpublic boolean isNew()
isNew in interface com.liferay.portal.kernel.model.BaseModel<TrashEntry>isNew in interface TrashEntryModelpublic boolean isTrashEntry(java.lang.Class<?> clazz,
long classPK)
isTrashEntry in interface TrashEntrypublic boolean isTrashEntry(java.lang.String className,
long classPK)
isTrashEntry in interface TrashEntrypublic void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void setCachedModel(boolean cachedModel)
setCachedModel in interface com.liferay.portal.kernel.model.BaseModel<TrashEntry>setCachedModel in interface TrashEntryModelpublic void setClassName(java.lang.String className)
setClassName in interface TrashEntryModelpublic void setClassNameId(long classNameId)
setClassNameId in interface com.liferay.portal.kernel.model.TypedModelsetClassNameId in interface TrashEntryModelclassNameId - the class name ID of this trash entrypublic void setClassPK(long classPK)
setClassPK in interface com.liferay.portal.kernel.model.AttachedModelsetClassPK in interface TrashEntryModelclassPK - the class pk of this trash entrypublic void setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.ShardedModelsetCompanyId in interface TrashEntryModelcompanyId - the company ID of this trash entrypublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface TrashEntryModelcreateDate - the create date of this trash entrypublic void setEntryId(long entryId)
setEntryId in interface TrashEntryModelentryId - the entry ID of this trash entrypublic void setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<TrashEntry>setExpandoBridgeAttributes in interface TrashEntryModelpublic void setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<TrashEntry>setExpandoBridgeAttributes in interface TrashEntryModelpublic void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<TrashEntry>setExpandoBridgeAttributes in interface TrashEntryModelpublic void setGroupId(long groupId)
setGroupId in interface TrashEntryModelgroupId - the group ID of this trash entrypublic void setNew(boolean n)
setNew in interface com.liferay.portal.kernel.model.BaseModel<TrashEntry>setNew in interface TrashEntryModelpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface TrashEntryModelprimaryKey - the primary key of this trash entrypublic void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<TrashEntry>setPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelsetPrimaryKeyObj in interface TrashEntryModelpublic void setRootEntry(TrashEntry rootEntry)
setRootEntry in interface TrashEntrypublic void setStatus(int status)
setStatus in interface TrashEntryModelstatus - the status of this trash entrypublic void setSystemEventSetKey(long systemEventSetKey)
setSystemEventSetKey in interface TrashEntryModelsystemEventSetKey - the system event set key of this trash entrypublic void setTypeSettings(java.lang.String typeSettings)
setTypeSettings in interface TrashEntryModeltypeSettings - the type settings of this trash entrypublic void setTypeSettingsProperties(com.liferay.portal.kernel.util.UnicodeProperties typeSettingsProperties)
setTypeSettingsProperties in interface TrashEntrypublic void setUserId(long userId)
setUserId in interface TrashEntryModeluserId - the user ID of this trash entrypublic void setUserName(java.lang.String userName)
setUserName in interface TrashEntryModeluserName - the user name of this trash entrypublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface TrashEntryModeluserUuid - the user uuid of this trash entrypublic com.liferay.portal.kernel.model.CacheModel<TrashEntry> toCacheModel()
toCacheModel in interface com.liferay.portal.kernel.model.BaseModel<TrashEntry>toCacheModel in interface TrashEntryModelpublic TrashEntry toEscapedModel()
toEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<TrashEntry>toEscapedModel in interface TrashEntryModelpublic java.lang.String toString()
toString in interface TrashEntryModeltoString in class java.lang.Objectpublic TrashEntry toUnescapedModel()
toUnescapedModel in interface com.liferay.portal.kernel.model.BaseModel<TrashEntry>toUnescapedModel in interface TrashEntryModelpublic java.lang.String toXmlString()
toXmlString in interface com.liferay.portal.kernel.model.BaseModel<TrashEntry>toXmlString in interface TrashEntryModelpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic TrashEntry getWrappedModel()
getWrappedModel in interface com.liferay.portal.kernel.model.ModelWrapper<TrashEntry>public boolean isEntityCacheEnabled()
isEntityCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<TrashEntry>public boolean isFinderCacheEnabled()
isFinderCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<TrashEntry>public void resetOriginalValues()
resetOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<TrashEntry>