com.liferay.portlet.trash.model
Interface TrashVersion
- All Superinterfaces:
- AttachedModel, BaseModel<TrashVersion>, ClassedModel, Cloneable, Comparable<TrashVersion>, PersistedModel, Serializable, TrashVersionModel, TypedModel
- All Known Implementing Classes:
- TrashVersionWrapper
@ProviderType
public interface TrashVersion
- extends TrashVersionModel, PersistedModel
The extended model interface for the TrashVersion service. Represents a row in the "TrashVersion" database table, with each column mapped to a property of this class.
- See Also:
TrashVersionModel
,
TrashVersionImpl
,
TrashVersionModelImpl
Methods inherited from interface com.liferay.portlet.trash.model.TrashVersionModel |
clone, compareTo, getClassName, getClassNameId, getClassPK, getEntryId, getExpandoBridge, getPrimaryKey, getPrimaryKeyObj, getStatus, getTypeSettings, getVersionId, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setClassName, setClassNameId, setClassPK, setEntryId, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKey, setPrimaryKeyObj, setStatus, setTypeSettings, setVersionId, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString |
getTypeSettingsProperties
UnicodeProperties getTypeSettingsProperties()
getTypeSettingsProperty
String getTypeSettingsProperty(String key)
getTypeSettingsProperty
String getTypeSettingsProperty(String key,
String defaultValue)
setTypeSettingsProperties
void setTypeSettingsProperties(UnicodeProperties typeSettingsProperties)