com.liferay.portal.model
Interface Release

All Superinterfaces:
BaseModel<Release>, java.lang.Cloneable, java.lang.Comparable<Release>, ReleaseModel, java.io.Serializable
All Known Implementing Classes:
ReleaseWrapper

public interface Release
extends ReleaseModel

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

Never modify this interface directly. Add methods to ReleaseImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.

Never reference this interface directly. All methods that expect a release model instance should use the Release interface instead.

Author:
Brian Wing Shun Chan
See Also:
ReleaseModel, ReleaseImpl, ReleaseModelImpl
Generated:

Method Summary
 
Methods inherited from interface com.liferay.portal.model.ReleaseModel
clone, compareTo, getBuildDate, getBuildNumber, getCreateDate, getExpandoBridge, getModifiedDate, getPrimaryKey, getPrimaryKeyObj, getReleaseId, getServletContextName, getTestString, getVerified, hashCode, isCachedModel, isEscapedModel, isNew, isVerified, setBuildDate, setBuildNumber, setCachedModel, setCreateDate, setEscapedModel, setExpandoBridgeAttributes, setModifiedDate, setNew, setPrimaryKey, setReleaseId, setServletContextName, setTestString, setVerified, toEscapedModel, toString, toXmlString