com.liferay.portlet.trash.model
Interface TrashEntry
- All Superinterfaces:
- AttachedModel, BaseModel<TrashEntry>, ClassedModel, Cloneable, Comparable<TrashEntry>, PersistedModel, Serializable, TrashEntryModel
- All Known Implementing Classes:
- TrashEntryBaseImpl, TrashEntryImpl, 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- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
| 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 |
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)