@ProviderType public interface ReleaseModel extends BaseModel<Release>, MVCCModel
This interface and its corresponding implementation com.liferay.portal.model.impl.ReleaseModelImpl
exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.portal.model.impl.ReleaseImpl
.
Release
Modifier and Type | Method and Description |
---|---|
Release |
cloneWithOriginalValues() |
java.util.Date |
getBuildDate()
Returns the build date of this release.
|
int |
getBuildNumber()
Returns the build number of this release.
|
java.util.Date |
getCreateDate()
Returns the create date of this release.
|
java.util.Date |
getModifiedDate()
Returns the modified date of this release.
|
long |
getMvccVersion()
Returns the mvcc version of this release.
|
long |
getPrimaryKey()
Returns the primary key of this release.
|
long |
getReleaseId()
Returns the release ID of this release.
|
java.lang.String |
getSchemaVersion()
Returns the schema version of this release.
|
java.lang.String |
getServletContextName()
Returns the servlet context name of this release.
|
int |
getState()
Returns the state of this release.
|
java.lang.String |
getTestString()
Returns the test string of this release.
|
boolean |
getVerified()
Returns the verified of this release.
|
boolean |
isVerified()
Returns
true if this release is verified. |
void |
setBuildDate(java.util.Date buildDate)
Sets the build date of this release.
|
void |
setBuildNumber(int buildNumber)
Sets the build number of this release.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this release.
|
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this release.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this release.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this release.
|
void |
setReleaseId(long releaseId)
Sets the release ID of this release.
|
void |
setSchemaVersion(java.lang.String schemaVersion)
Sets the schema version of this release.
|
void |
setServletContextName(java.lang.String servletContextName)
Sets the servlet context name of this release.
|
void |
setState(int state)
Sets the state of this release.
|
void |
setTestString(java.lang.String testString)
Sets the test string of this release.
|
void |
setVerified(boolean verified)
Sets whether this release is verified.
|
default java.lang.String |
toXmlString() |
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
getModelClass, getModelClassName
long getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey
- the primary key of this releaselong getMvccVersion()
getMvccVersion
in interface MVCCModel
void setMvccVersion(long mvccVersion)
setMvccVersion
in interface MVCCModel
mvccVersion
- the mvcc version of this releaselong getReleaseId()
void setReleaseId(long releaseId)
releaseId
- the release ID of this releasejava.util.Date getCreateDate()
void setCreateDate(java.util.Date createDate)
createDate
- the create date of this releasejava.util.Date getModifiedDate()
void setModifiedDate(java.util.Date modifiedDate)
modifiedDate
- the modified date of this release@AutoEscape java.lang.String getServletContextName()
void setServletContextName(java.lang.String servletContextName)
servletContextName
- the servlet context name of this release@AutoEscape java.lang.String getSchemaVersion()
void setSchemaVersion(java.lang.String schemaVersion)
schemaVersion
- the schema version of this releaseint getBuildNumber()
void setBuildNumber(int buildNumber)
buildNumber
- the build number of this releasejava.util.Date getBuildDate()
void setBuildDate(java.util.Date buildDate)
buildDate
- the build date of this releaseboolean getVerified()
boolean isVerified()
true
if this release is verified.true
if this release is verified; false
otherwisevoid setVerified(boolean verified)
verified
- the verified of this releaseint getState()
void setState(int state)
state
- the state of this release@AutoEscape java.lang.String getTestString()
void setTestString(java.lang.String testString)
testString
- the test string of this releaseRelease cloneWithOriginalValues()
cloneWithOriginalValues
in interface BaseModel<Release>
default java.lang.String toXmlString()