@ProviderType public class TrashEntryWrapper extends Object implements TrashEntry, 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 |
---|---|
Object |
clone()
Creates a shallow clone of this model instance.
|
int |
compareTo(TrashEntry trashEntry) |
boolean |
equals(Object obj) |
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.
|
Date |
getCreateDate()
Returns the create date of this trash entry.
|
long |
getEntryId()
Returns the entry ID of this trash entry.
|
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance.
|
long |
getGroupId()
Returns the group ID of this trash entry.
|
Map<String,Object> |
getModelAttributes() |
Class<?> |
getModelClass() |
String |
getModelClassName() |
long |
getPrimaryKey()
Returns the primary key of this trash entry.
|
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance.
|
TrashEntry |
getRootEntry() |
int |
getStatus()
Returns the status of this trash entry.
|
long |
getSystemEventSetKey()
Returns the system event set key of this trash entry.
|
String |
getTypeSettings()
Returns the type settings of this trash entry.
|
UnicodeProperties |
getTypeSettingsProperties() |
String |
getTypeSettingsProperty(String key) |
String |
getTypeSettingsProperty(String key,
String defaultValue) |
long |
getUserId()
Returns the user ID of this trash entry.
|
String |
getUserName()
Returns the user name of this trash entry.
|
String |
getUserUuid()
Returns the user uuid of this trash entry.
|
TrashEntry |
getWrappedModel() |
int |
hashCode() |
boolean |
isCachedModel()
Returns
true if this model instance was retrieved from the
entity cache. |
boolean |
isEntityCacheEnabled()
Returns
true if this model's entity cache is enabled. |
boolean |
isEscapedModel()
Returns
true if this model instance is escaped. |
boolean |
isFinderCacheEnabled()
Returns
true if this model's finder cache is enabled. |
boolean |
isNew()
Returns
true if this model instance does not yet exist in
the database. |
boolean |
isTrashEntry(Class<?> clazz,
long classPK) |
boolean |
isTrashEntry(String className,
long classPK) |
void |
persist()
Updates this model instance in the database or adds it if it does not yet
exist.
|
void |
resetOriginalValues()
Reset all original fields to current values.
|
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache.
|
void |
setClassName(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(Date createDate)
Sets the create date of this trash entry.
|
void |
setEntryId(long entryId)
Sets the entry ID of this trash entry.
|
void |
setExpandoBridgeAttributes(BaseModel<?> baseModel) |
void |
setExpandoBridgeAttributes(ExpandoBridge expandoBridge) |
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the
attributes stored in the service context.
|
void |
setGroupId(long groupId)
Sets the group ID of this trash entry.
|
void |
setModelAttributes(Map<String,Object> attributes) |
void |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this trash entry.
|
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance.
|
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(String typeSettings)
Sets the type settings of this trash entry.
|
void |
setTypeSettingsProperties(UnicodeProperties typeSettingsProperties) |
void |
setUserId(long userId)
Sets the user ID of this trash entry.
|
void |
setUserName(String userName)
Sets the user name of this trash entry.
|
void |
setUserUuid(String userUuid)
Sets the user uuid of this trash entry.
|
CacheModel<TrashEntry> |
toCacheModel()
Returns a cache model object for this entity used by entity cache.
|
TrashEntry |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it
with an
AutoEscapeBeanHandler . |
String |
toString() |
TrashEntry |
toUnescapedModel() |
String |
toXmlString()
Returns the XML representation of this model instance.
|
public TrashEntryWrapper(TrashEntry trashEntry)
public Class<?> getModelClass()
getModelClass
in interface ClassedModel
public String getModelClassName()
getModelClassName
in interface ClassedModel
public Map<String,Object> getModelAttributes()
getModelAttributes
in interface BaseModel<TrashEntry>
public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes
in interface BaseModel<TrashEntry>
public Object clone()
BaseModel
clone
in interface BaseModel<TrashEntry>
clone
in interface TrashEntryModel
clone
in class Object
public int compareTo(TrashEntry trashEntry)
compareTo
in interface TrashEntryModel
compareTo
in interface Comparable<TrashEntry>
public String getClassName()
getClassName
in interface TypedModel
getClassName
in interface TrashEntryModel
public long getClassNameId()
getClassNameId
in interface TypedModel
getClassNameId
in interface TrashEntryModel
public long getClassPK()
getClassPK
in interface AttachedModel
getClassPK
in interface TrashEntryModel
public long getCompanyId()
getCompanyId
in interface ShardedModel
getCompanyId
in interface TrashEntryModel
public Date getCreateDate()
getCreateDate
in interface TrashEntryModel
public long getEntryId()
getEntryId
in interface TrashEntryModel
public ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge
in interface BaseModel<TrashEntry>
getExpandoBridge
in interface ClassedModel
getExpandoBridge
in interface TrashEntryModel
public long getGroupId()
getGroupId
in interface TrashEntryModel
public long getPrimaryKey()
getPrimaryKey
in interface TrashEntryModel
public Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj
in interface BaseModel<TrashEntry>
getPrimaryKeyObj
in interface ClassedModel
getPrimaryKeyObj
in interface TrashEntryModel
public TrashEntry getRootEntry()
getRootEntry
in interface TrashEntry
public int getStatus()
getStatus
in interface TrashEntryModel
public long getSystemEventSetKey()
getSystemEventSetKey
in interface TrashEntryModel
public String getTypeSettings()
getTypeSettings
in interface TrashEntryModel
public UnicodeProperties getTypeSettingsProperties()
getTypeSettingsProperties
in interface TrashEntry
public String getTypeSettingsProperty(String key)
getTypeSettingsProperty
in interface TrashEntry
public String getTypeSettingsProperty(String key, String defaultValue)
getTypeSettingsProperty
in interface TrashEntry
public long getUserId()
getUserId
in interface TrashEntryModel
public String getUserName()
getUserName
in interface TrashEntryModel
public String getUserUuid()
getUserUuid
in interface TrashEntryModel
public int hashCode()
hashCode
in interface TrashEntryModel
hashCode
in class Object
public boolean isCachedModel()
BaseModel
true
if this model instance was retrieved from the
entity cache.isCachedModel
in interface BaseModel<TrashEntry>
isCachedModel
in interface TrashEntryModel
true
if this model instance was retrieved from the
entity cache; false
otherwiseBaseModel.setCachedModel(boolean)
public boolean isEscapedModel()
BaseModel
true
if this model instance is escaped.isEscapedModel
in interface BaseModel<TrashEntry>
isEscapedModel
in interface TrashEntryModel
true
if this model instance is escaped;
false
otherwisepublic boolean isNew()
BaseModel
true
if this model instance does not yet exist in
the database.isNew
in interface BaseModel<TrashEntry>
isNew
in interface TrashEntryModel
true
if this model instance does not yet exist in
the database; false
otherwisepublic boolean isTrashEntry(Class<?> clazz, long classPK)
isTrashEntry
in interface TrashEntry
public boolean isTrashEntry(String className, long classPK)
isTrashEntry
in interface TrashEntry
public void persist()
PersistedModel
persist
in interface PersistedModel
public void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel
in interface BaseModel<TrashEntry>
setCachedModel
in interface TrashEntryModel
cachedModel
- whether this model instance was retrieved from the
entity cacheEntityCache
public void setClassName(String className)
setClassName
in interface TrashEntryModel
public void setClassNameId(long classNameId)
setClassNameId
in interface TypedModel
setClassNameId
in interface TrashEntryModel
classNameId
- the class name ID of this trash entrypublic void setClassPK(long classPK)
setClassPK
in interface AttachedModel
setClassPK
in interface TrashEntryModel
classPK
- the class pk of this trash entrypublic void setCompanyId(long companyId)
setCompanyId
in interface ShardedModel
setCompanyId
in interface TrashEntryModel
companyId
- the company ID of this trash entrypublic void setCreateDate(Date createDate)
setCreateDate
in interface TrashEntryModel
createDate
- the create date of this trash entrypublic void setEntryId(long entryId)
setEntryId
in interface TrashEntryModel
entryId
- the entry ID of this trash entrypublic void setExpandoBridgeAttributes(BaseModel<?> baseModel)
setExpandoBridgeAttributes
in interface BaseModel<TrashEntry>
setExpandoBridgeAttributes
in interface TrashEntryModel
public void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
setExpandoBridgeAttributes
in interface BaseModel<TrashEntry>
setExpandoBridgeAttributes
in interface TrashEntryModel
public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes
in interface BaseModel<TrashEntry>
setExpandoBridgeAttributes
in interface TrashEntryModel
serviceContext
- the service context to be appliedServiceContext.getExpandoBridgeAttributes()
public void setGroupId(long groupId)
setGroupId
in interface TrashEntryModel
groupId
- the group ID of this trash entrypublic void setNew(boolean n)
BaseModel
setNew
in interface BaseModel<TrashEntry>
setNew
in interface TrashEntryModel
n
- whether this model instance does not yet exist in the databasepublic void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface TrashEntryModel
primaryKey
- the primary key of this trash entrypublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj
in interface BaseModel<TrashEntry>
setPrimaryKeyObj
in interface ClassedModel
setPrimaryKeyObj
in interface TrashEntryModel
primaryKeyObj
- the primary key of this model instancepublic void setRootEntry(TrashEntry rootEntry)
setRootEntry
in interface TrashEntry
public void setStatus(int status)
setStatus
in interface TrashEntryModel
status
- the status of this trash entrypublic void setSystemEventSetKey(long systemEventSetKey)
setSystemEventSetKey
in interface TrashEntryModel
systemEventSetKey
- the system event set key of this trash entrypublic void setTypeSettings(String typeSettings)
setTypeSettings
in interface TrashEntryModel
typeSettings
- the type settings of this trash entrypublic void setTypeSettingsProperties(UnicodeProperties typeSettingsProperties)
setTypeSettingsProperties
in interface TrashEntry
public void setUserId(long userId)
setUserId
in interface TrashEntryModel
userId
- the user ID of this trash entrypublic void setUserName(String userName)
setUserName
in interface TrashEntryModel
userName
- the user name of this trash entrypublic void setUserUuid(String userUuid)
setUserUuid
in interface TrashEntryModel
userUuid
- the user uuid of this trash entrypublic CacheModel<TrashEntry> toCacheModel()
BaseModel
toCacheModel
in interface BaseModel<TrashEntry>
toCacheModel
in interface TrashEntryModel
public TrashEntry toEscapedModel()
BaseModel
AutoEscapeBeanHandler
.toEscapedModel
in interface BaseModel<TrashEntry>
toEscapedModel
in interface TrashEntryModel
AutoEscapeBeanHandler
public String toString()
toString
in interface TrashEntryModel
toString
in class Object
public TrashEntry toUnescapedModel()
toUnescapedModel
in interface BaseModel<TrashEntry>
toUnescapedModel
in interface TrashEntryModel
public String toXmlString()
BaseModel
toXmlString
in interface BaseModel<TrashEntry>
toXmlString
in interface TrashEntryModel
public boolean equals(Object obj)
equals
in class Object
public TrashEntry getWrappedModel()
getWrappedModel
in interface ModelWrapper<TrashEntry>
public boolean isEntityCacheEnabled()
BaseModel
true
if this model's entity cache is enabled.isEntityCacheEnabled
in interface BaseModel<TrashEntry>
true
if this model's entity cache is enabled;
false
otherwisepublic boolean isFinderCacheEnabled()
BaseModel
true
if this model's finder cache is enabled.isFinderCacheEnabled
in interface BaseModel<TrashEntry>
true
if this model's finder cache is enabled;
false
otherwisepublic void resetOriginalValues()
BaseModel
resetOriginalValues
in interface BaseModel<TrashEntry>