Liferay 6.2.0-ce-m4

com.liferay.portlet.trash.model
Interface TrashVersion

All Superinterfaces:
AttachedModel, BaseModel<TrashVersion>, ClassedModel, Cloneable, Comparable<TrashVersion>, Serializable, TrashVersionModel
All Known Implementing Classes:
TrashVersionWrapper

public interface TrashVersion
extends 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:
TrashVersionModel, TrashVersionImpl, TrashVersionModelImpl

Method Summary
 
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, 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
 


Liferay 6.2.0-ce-m4