@ProviderType public interface TrashEntryModel extends com.liferay.portal.kernel.model.AttachedModel, com.liferay.portal.kernel.model.BaseModel<TrashEntry>, com.liferay.portal.kernel.model.MVCCModel, 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.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.
|
long |
getGroupId()
Returns the group ID of this trash entry.
|
long |
getMvccVersion()
Returns the mvcc version of this trash entry.
|
long |
getPrimaryKey()
Returns the primary key of this trash entry.
|
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.
|
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 |
setGroupId(long groupId)
Sets the group ID of this trash entry.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this trash entry.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this trash entry.
|
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.
|
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlString
long getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey
- the primary key of this trash entrylong getMvccVersion()
getMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
void setMvccVersion(long mvccVersion)
setMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
mvccVersion
- the mvcc version 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.ShardedModel
void setCompanyId(long companyId)
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
companyId
- 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.TypedModel
void setClassName(java.lang.String className)
long getClassNameId()
getClassNameId
in interface com.liferay.portal.kernel.model.TypedModel
void setClassNameId(long classNameId)
setClassNameId
in interface com.liferay.portal.kernel.model.TypedModel
classNameId
- the class name ID of this trash entrylong getClassPK()
getClassPK
in interface com.liferay.portal.kernel.model.AttachedModel
void setClassPK(long classPK)
setClassPK
in interface com.liferay.portal.kernel.model.AttachedModel
classPK
- 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 entry