Liferay 7.0-ce-b4

com.liferay.portal.model
Interface Release

All Superinterfaces:
BaseModel<Release>, ClassedModel, Cloneable, Comparable<Release>, MVCCModel, PersistedModel, ReleaseModel, Serializable
All Known Implementing Classes:
ReleaseBaseImpl, ReleaseImpl, 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
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Field Summary
static Accessor<Release,Long> RELEASE_ID_ACCESSOR
           
 
Method Summary
 String getBundleSymbolicName()
           
 
Methods inherited from interface com.liferay.portal.model.ReleaseModel
clone, compareTo, getBuildDate, getBuildNumber, getCreateDate, getExpandoBridge, getModifiedDate, getMvccVersion, getPrimaryKey, getPrimaryKeyObj, getReleaseId, getSchemaVersion, getServletContextName, getState, getTestString, getVerified, hashCode, isCachedModel, isEscapedModel, isNew, isVerified, setBuildDate, setBuildNumber, setCachedModel, setCreateDate, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModifiedDate, setMvccVersion, setNew, setPrimaryKey, setPrimaryKeyObj, setReleaseId, setSchemaVersion, setServletContextName, setState, setTestString, setVerified, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Field Detail

RELEASE_ID_ACCESSOR

static final Accessor<Release,Long> RELEASE_ID_ACCESSOR
Method Detail

getBundleSymbolicName

String getBundleSymbolicName()

Liferay 7.0-ce-b4