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 Details

    • VERSION_ID_ACCESSOR

      static final com.liferay.portal.kernel.util.Accessor<TrashVersion,Long> VERSION_ID_ACCESSOR
  • Method Details

    • getTypeSettingsProperties

      com.liferay.portal.kernel.util.UnicodeProperties getTypeSettingsProperties()
    • getTypeSettingsProperty

      String getTypeSettingsProperty(String key)
    • getTypeSettingsProperty

      String getTypeSettingsProperty(String key, String defaultValue)
    • setTypeSettingsProperties

      void setTypeSettingsProperties(com.liferay.portal.kernel.util.UnicodeProperties typeSettingsUnicodeProperties)