Liferay 6.2-ce-ga5

com.liferay.portlet.trash.model.impl
Class TrashVersionImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<TrashVersion>
      extended by com.liferay.portlet.trash.model.impl.TrashVersionModelImpl
          extended by com.liferay.portlet.trash.model.impl.TrashVersionBaseImpl
              extended by 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

Field Summary
 
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
 
Constructor Summary
TrashVersionImpl()
           
 
Method Summary
 String getTypeSettings()
          Returns the type settings of this trash version.
 UnicodeProperties getTypeSettingsProperties()
           
 String getTypeSettingsProperty(String key)
           
 String getTypeSettingsProperty(String key, String defaultValue)
           
 void setTypeSettings(String typeSettings)
          Sets the type settings of this trash version.
 void setTypeSettingsProperties(UnicodeProperties typeSettingsProperties)
           
 
Methods inherited from class com.liferay.portlet.trash.model.impl.TrashVersionBaseImpl
persist
 
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 class com.liferay.portal.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
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
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 

Constructor Detail

TrashVersionImpl

public TrashVersionImpl()
Method Detail

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)

Liferay 6.2-ce-ga5