com.liferay.portlet.trash.model.impl
Class TrashVersionBaseImpl
java.lang.Object
com.liferay.portal.model.impl.BaseModelImpl<TrashVersion>
com.liferay.portlet.trash.model.impl.TrashVersionModelImpl
com.liferay.portlet.trash.model.impl.TrashVersionBaseImpl
- All Implemented Interfaces:
- AttachedModel, BaseModel<TrashVersion>, ClassedModel, TrashVersion, TrashVersionModel, Serializable, Cloneable, Comparable<TrashVersion>
- Direct Known Subclasses:
- TrashVersionImpl
public abstract class TrashVersionBaseImpl
- extends TrashVersionModelImpl
- implements TrashVersion
The extended model base implementation for the TrashVersion service. Represents a row in the "TrashVersion" database table, with each column mapped to a property of this class.
This class exists only as a container for the default extended model level methods generated by ServiceBuilder. Helper methods and all application logic should be put in TrashVersionImpl.
- See Also:
TrashVersionImpl,
TrashVersion,
Serialized Form- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
| 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, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER |
| 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, setNew, setPrimaryKey, setPrimaryKeyObj, setStatus, setVersionId, toCacheModel, toEscapedModel, toString, toXmlString |
TrashVersionBaseImpl
public TrashVersionBaseImpl()