Liferay 6.0.5

com.liferay.portal.model
Interface Release

All Superinterfaces:
BaseModel<Release>, Cloneable, Comparable<Release>, ReleaseModel, Serializable
All Known Implementing Classes:
ReleaseImpl, 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.

See Also:
ReleaseModel, ReleaseImpl, ReleaseModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is 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
 


Liferay 6.0.5