Liferay 6.2.0-ce-m5

com.liferay.portlet.trash.model
Interface TrashEntry

All Superinterfaces:
AttachedModel, BaseModel<TrashEntry>, ClassedModel, Cloneable, Comparable<TrashEntry>, PersistedModel, Serializable, TrashEntryModel
All Known Implementing Classes:
TrashEntryWrapper

public interface TrashEntry
extends TrashEntryModel, PersistedModel

The extended model interface for the TrashEntry service. Represents a row in the "TrashEntry" database table, with each column mapped to a property of this class.

See Also:
TrashEntryModel, TrashEntryImpl, TrashEntryModelImpl

Method Summary
 TrashEntry getRootEntry()
           
 String getTypeSettings()
          Returns the type settings of this trash entry.
 UnicodeProperties getTypeSettingsProperties()
           
 String getTypeSettingsProperty(String key)
           
 String getTypeSettingsProperty(String key, String defaultValue)
           
 void setRootEntry(TrashEntry rootEntry)
           
 void setTypeSettings(String typeSettings)
          Sets the type settings of this trash entry.
 void setTypeSettingsProperties(UnicodeProperties typeSettingsProperties)
           
 
Methods inherited from interface com.liferay.portlet.trash.model.TrashEntryModel
clone, compareTo, getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getEntryId, getExpandoBridge, getGroupId, getPrimaryKey, getPrimaryKeyObj, getStatus, getUserId, getUserName, getUserUuid, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setClassName, setClassNameId, setClassPK, setCompanyId, setCreateDate, setEntryId, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setGroupId, setNew, setPrimaryKey, setPrimaryKeyObj, setStatus, setUserId, setUserName, setUserUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Method Detail

getRootEntry

TrashEntry getRootEntry()

getTypeSettings

String getTypeSettings()
Description copied from interface: TrashEntryModel
Returns the type settings of this trash entry.

Specified by:
getTypeSettings in interface TrashEntryModel
Returns:
the type settings of this trash entry

getTypeSettingsProperties

UnicodeProperties getTypeSettingsProperties()

getTypeSettingsProperty

String getTypeSettingsProperty(String key)

getTypeSettingsProperty

String getTypeSettingsProperty(String key,
                               String defaultValue)

setRootEntry

void setRootEntry(TrashEntry rootEntry)

setTypeSettings

void setTypeSettings(String typeSettings)
Description copied from interface: TrashEntryModel
Sets the type settings of this trash entry.

Specified by:
setTypeSettings in interface TrashEntryModel
Parameters:
typeSettings - the type settings of this trash entry

setTypeSettingsProperties

void setTypeSettingsProperties(UnicodeProperties typeSettingsProperties)

Liferay 6.2.0-ce-m5