Package com.liferay.trash.model
Interface TrashVersion
- All Superinterfaces:
com.liferay.portal.kernel.model.AttachedModel,com.liferay.portal.kernel.model.BaseModel<TrashVersion>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<TrashVersion>,com.liferay.portal.kernel.model.change.tracking.CTModel<TrashVersion>,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.PersistedModel,Serializable,com.liferay.portal.kernel.model.ShardedModel,TrashVersionModel,com.liferay.portal.kernel.model.TypedModel
- All Known Implementing Classes:
TrashVersionWrapper
@ProviderType
public interface TrashVersion
extends com.liferay.portal.kernel.model.PersistedModel, TrashVersionModel
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:
- Generated:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.liferay.portal.kernel.util.Accessor<TrashVersion, Long> -
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.portal.kernel.util.UnicodePropertiesgetTypeSettingsProperty(String key, String defaultValue) voidsetTypeSettingsProperties(com.liferay.portal.kernel.util.UnicodeProperties typeSettingsUnicodeProperties) Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persistMethods inherited from interface com.liferay.trash.model.TrashVersionModel
cloneWithOriginalValues, getClassName, getClassNameId, getClassPK, getCompanyId, getCtCollectionId, getEntryId, getMvccVersion, getPrimaryKey, getStatus, getTypeSettings, getVersionId, setClassName, setClassNameId, setClassPK, setCompanyId, setCtCollectionId, setEntryId, setMvccVersion, setPrimaryKey, setStatus, setTypeSettings, setVersionId, toXmlString
-
Field Details
-
VERSION_ID_ACCESSOR
-
-
Method Details
-
getTypeSettingsProperties
com.liferay.portal.kernel.util.UnicodeProperties getTypeSettingsProperties() -
getTypeSettingsProperty
-
getTypeSettingsProperty
-
setTypeSettingsProperties
void setTypeSettingsProperties(com.liferay.portal.kernel.util.UnicodeProperties typeSettingsUnicodeProperties)
-