Liferay 6.0.3

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

This interface is a model that represents the Release_ table in the database.

Customize ReleaseImpl and rerun the ServiceBuilder to generate the new methods.

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.3