Liferay 6.2-ce-ga5

com.liferay.portal.model
Interface Release

All Superinterfaces:
BaseModel<Release>, ClassedModel, Cloneable, Comparable<Release>, PersistedModel, ReleaseModel, Serializable
All Known Implementing Classes:
ReleaseWrapper

@ProviderType
public interface Release
extends ReleaseModel, PersistedModel

The extended model interface for the Release service. Represents a row in the "Release_" database table, with each column mapped to a property of this class.

See Also:
ReleaseModel, ReleaseImpl, ReleaseModelImpl

Method Summary
 
Methods inherited from interface com.liferay.portal.model.ReleaseModel
clone, compareTo, getBuildDate, getBuildNumber, getCreateDate, getExpandoBridge, getModifiedDate, getPrimaryKey, getPrimaryKeyObj, getReleaseId, getServletContextName, getState, getTestString, getVerified, hashCode, isCachedModel, isEscapedModel, isNew, isVerified, setBuildDate, setBuildNumber, setCachedModel, setCreateDate, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModifiedDate, setNew, setPrimaryKey, setPrimaryKeyObj, setReleaseId, setServletContextName, setState, setTestString, setVerified, 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
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 


Liferay 6.2-ce-ga5