com.liferay.portal.model
Interface Release
- All Superinterfaces:
- BaseModel, java.lang.Cloneable, java.lang.Comparable, ReleaseModel, java.io.Serializable
- public interface Release
- extends ReleaseModel
View Source
ServiceBuilder generated this class. Modifications in this class will be overwritten
the next time is generated.
This interface is a model that represents the Release_
table in
the database.
Customize com.liferay.portal.service.model.impl.ReleaseImpl
and
rerun the ServiceBuilder to generate the new methods.
- Author:
- Brian Wing Shun Chan
- See Also:
com.liferay.portal.service.model.ReleaseModel
,
com.liferay.portal.service.model.impl.ReleaseImpl
,
com.liferay.portal.service.model.impl.ReleaseModelImpl
Methods inherited from interface com.liferay.portal.model.ReleaseModel |
getBuildDate, getBuildNumber, getCreateDate, getModifiedDate, getPrimaryKey, getReleaseId, getVerified, isVerified, setBuildDate, setBuildNumber, setCreateDate, setModifiedDate, setPrimaryKey, setReleaseId, setVerified |
Methods inherited from interface java.lang.Comparable |
compareTo |