Liferay 6.2.0-ce-b3

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
 
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()

Liferay 6.2.0-ce-b3