@ProviderType public interface TrashEntryModel extends com.liferay.portal.kernel.model.AttachedModel, com.liferay.portal.kernel.model.BaseModel<TrashEntry>, com.liferay.portal.kernel.model.ShardedModel
This interface and its corresponding implementation com.liferay.trash.model.impl.TrashEntryModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.trash.model.impl.TrashEntryImpl.
TrashEntry| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
int |
compareTo(TrashEntry trashEntry) |
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.
|
long |
getPrimaryKey()
Returns the primary key of this trash entry.
|
java.io.Serializable |
getPrimaryKeyObj() |
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.
|
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.
|
int |
hashCode() |
boolean |
isCachedModel() |
boolean |
isEscapedModel() |
boolean |
isNew() |
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 |
setNew(boolean n) |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this trash entry.
|
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
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 |
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() |
long getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey - the primary key of this trash entrylong getEntryId()
void setEntryId(long entryId)
entryId - the entry ID of this trash entrylong getGroupId()
void setGroupId(long groupId)
groupId - the group ID of this trash entrylong getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.ShardedModelvoid setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.ShardedModelcompanyId - the company ID of this trash entrylong getUserId()
void setUserId(long userId)
userId - the user ID of this trash entryjava.lang.String getUserUuid()
void setUserUuid(java.lang.String userUuid)
userUuid - the user uuid of this trash entry@AutoEscape java.lang.String getUserName()
void setUserName(java.lang.String userName)
userName - the user name of this trash entryjava.util.Date getCreateDate()
void setCreateDate(java.util.Date createDate)
createDate - the create date of this trash entryjava.lang.String getClassName()
getClassName in interface com.liferay.portal.kernel.model.TypedModelvoid setClassName(java.lang.String className)
long getClassNameId()
getClassNameId in interface com.liferay.portal.kernel.model.TypedModelvoid setClassNameId(long classNameId)
setClassNameId in interface com.liferay.portal.kernel.model.TypedModelclassNameId - the class name ID of this trash entrylong getClassPK()
getClassPK in interface com.liferay.portal.kernel.model.AttachedModelvoid setClassPK(long classPK)
setClassPK in interface com.liferay.portal.kernel.model.AttachedModelclassPK - the class pk of this trash entrylong getSystemEventSetKey()
void setSystemEventSetKey(long systemEventSetKey)
systemEventSetKey - the system event set key of this trash entry@AutoEscape java.lang.String getTypeSettings()
void setTypeSettings(java.lang.String typeSettings)
typeSettings - the type settings of this trash entryint getStatus()
void setStatus(int status)
status - the status of this trash entryboolean isNew()
isNew in interface com.liferay.portal.kernel.model.BaseModel<TrashEntry>void setNew(boolean n)
setNew in interface com.liferay.portal.kernel.model.BaseModel<TrashEntry>boolean isCachedModel()
isCachedModel in interface com.liferay.portal.kernel.model.BaseModel<TrashEntry>void setCachedModel(boolean cachedModel)
setCachedModel in interface com.liferay.portal.kernel.model.BaseModel<TrashEntry>boolean isEscapedModel()
isEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<TrashEntry>java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<TrashEntry>getPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelvoid setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<TrashEntry>setPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelcom.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface com.liferay.portal.kernel.model.BaseModel<TrashEntry>getExpandoBridge in interface com.liferay.portal.kernel.model.ClassedModelvoid setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<TrashEntry>void setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<TrashEntry>void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<TrashEntry>java.lang.Object clone()
clone in interface com.liferay.portal.kernel.model.BaseModel<TrashEntry>int compareTo(TrashEntry trashEntry)
compareTo in interface java.lang.Comparable<TrashEntry>int hashCode()
hashCode in class java.lang.Objectcom.liferay.portal.kernel.model.CacheModel<TrashEntry> toCacheModel()
toCacheModel in interface com.liferay.portal.kernel.model.BaseModel<TrashEntry>TrashEntry toEscapedModel()
toEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<TrashEntry>TrashEntry toUnescapedModel()
toUnescapedModel in interface com.liferay.portal.kernel.model.BaseModel<TrashEntry>java.lang.String toString()
toString in class java.lang.Objectjava.lang.String toXmlString()
toXmlString in interface com.liferay.portal.kernel.model.BaseModel<TrashEntry>