com.liferay.portlet.trash.model.impl
Class TrashVersionImpl
java.lang.Object
com.liferay.portal.model.impl.BaseModelImpl<TrashVersion>
com.liferay.portlet.trash.model.impl.TrashVersionModelImpl
com.liferay.portlet.trash.model.impl.TrashVersionBaseImpl
com.liferay.portlet.trash.model.impl.TrashVersionImpl
- All Implemented Interfaces:
- AttachedModel, BaseModel<TrashVersion>, ClassedModel, PersistedModel, TypedModel, TrashVersion, TrashVersionModel, Serializable, Cloneable, Comparable<TrashVersion>
public class TrashVersionImpl
- extends TrashVersionBaseImpl
- See Also:
- Serialized Form
Fields inherited from class com.liferay.portlet.trash.model.impl.TrashVersionModelImpl |
CLASSNAMEID_COLUMN_BITMASK, CLASSPK_COLUMN_BITMASK, COLUMN_BITMASK_ENABLED, DATA_SOURCE, ENTITY_CACHE_ENABLED, ENTRYID_COLUMN_BITMASK, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, VERSIONID_COLUMN_BITMASK |
Methods inherited from class com.liferay.portlet.trash.model.impl.TrashVersionModelImpl |
clone, compareTo, equals, getClassName, getClassNameId, getClassPK, getColumnBitmask, getEntryId, getExpandoBridge, getModelAttributes, getModelClass, getModelClassName, getOriginalClassNameId, getOriginalClassPK, getOriginalEntryId, getPrimaryKey, getPrimaryKeyObj, getStatus, getVersionId, hashCode, resetOriginalValues, setClassName, setClassNameId, setClassPK, setEntryId, setExpandoBridgeAttributes, setModelAttributes, setPrimaryKey, setPrimaryKeyObj, setStatus, setVersionId, toCacheModel, toEscapedModel, toString, toXmlString |
Methods inherited from interface com.liferay.portlet.trash.model.TrashVersionModel |
clone, compareTo, getClassName, getClassNameId, getClassPK, getEntryId, getExpandoBridge, getPrimaryKey, getPrimaryKeyObj, getStatus, getVersionId, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setClassName, setClassNameId, setClassPK, setEntryId, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKey, setPrimaryKeyObj, setStatus, setVersionId, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString |
TrashVersionImpl
public TrashVersionImpl()
getTypeSettings
public String getTypeSettings()
- Description copied from interface:
TrashVersionModel
- Returns the type settings of this trash version.
- Specified by:
getTypeSettings
in interface TrashVersionModel
- Overrides:
getTypeSettings
in class TrashVersionModelImpl
- Returns:
- the type settings of this trash version
getTypeSettingsProperties
public UnicodeProperties getTypeSettingsProperties()
getTypeSettingsProperty
public String getTypeSettingsProperty(String key)
getTypeSettingsProperty
public String getTypeSettingsProperty(String key,
String defaultValue)
setTypeSettings
public void setTypeSettings(String typeSettings)
- Description copied from interface:
TrashVersionModel
- Sets the type settings of this trash version.
- Specified by:
setTypeSettings
in interface TrashVersionModel
- Overrides:
setTypeSettings
in class TrashVersionModelImpl
- Parameters:
typeSettings
- the type settings of this trash version
setTypeSettingsProperties
public void setTypeSettingsProperties(UnicodeProperties typeSettingsProperties)