com.liferay.portlet.trash.model
Interface TrashVersion
- All Superinterfaces:
- AttachedModel, BaseModel<TrashVersion>, ClassedModel, Cloneable, Comparable<TrashVersion>, PersistedModel, Serializable, ShardedModel, 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,
com.liferay.portlet.trash.model.impl.TrashVersionImpl,
com.liferay.portlet.trash.model.impl.TrashVersionModelImpl
| Methods inherited from interface com.liferay.portlet.trash.model.TrashVersionModel |
clone, compareTo, getClassName, getClassNameId, getClassPK, getCompanyId, getEntryId, getExpandoBridge, getPrimaryKey, getPrimaryKeyObj, getStatus, getTypeSettings, getVersionId, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setClassName, setClassNameId, setClassPK, setCompanyId, setEntryId, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKey, setPrimaryKeyObj, setStatus, setTypeSettings, setVersionId, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString |
VERSION_ID_ACCESSOR
static final Accessor<TrashVersion,Long> VERSION_ID_ACCESSOR
getTypeSettingsProperties
UnicodeProperties getTypeSettingsProperties()
getTypeSettingsProperty
String getTypeSettingsProperty(String key)
getTypeSettingsProperty
String getTypeSettingsProperty(String key,
String defaultValue)
setTypeSettingsProperties
void setTypeSettingsProperties(UnicodeProperties typeSettingsProperties)