Package com.liferay.portal.kernel.model
Class ReleaseWrapper
Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<Release>
com.liferay.portal.kernel.model.ReleaseWrapper
- All Implemented Interfaces:
BaseModel<Release>,ClassedModel,ModelWrapper<Release>,MVCCModel,PersistedModel,Release,ReleaseModel,Serializable,Cloneable,Comparable<Release>
public class ReleaseWrapper
extends BaseModelWrapper<Release>
implements ModelWrapper<Release>, Release
This class is a wrapper for Release.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
modelFields inherited from interface com.liferay.portal.kernel.model.Release
RELEASE_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the build date of this release.intReturns the build number of this release.Returns the create date of this release.Returns the modified date of this release.longReturns the mvcc version of this release.longReturns the primary key of this release.longReturns the release ID of this release.Returns the schema version of this release.Returns the servlet context name of this release.intgetState()Returns the state of this release.Returns the test string of this release.booleanReturns the verified of this release.booleanReturnstrueif this release is verified.voidpersist()Updates this model instance in the database or adds it if it does not yet exist.voidsetBuildDate(Date buildDate) Sets the build date of this release.voidsetBuildNumber(int buildNumber) Sets the build number of this release.voidsetCreateDate(Date createDate) Sets the create date of this release.voidsetModelAttributes(Map<String, Object> attributes) voidsetModifiedDate(Date modifiedDate) Sets the modified date of this release.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this release.voidsetPrimaryKey(long primaryKey) Sets the primary key of this release.voidsetReleaseId(long releaseId) Sets the release ID of this release.voidsetSchemaVersion(String schemaVersion) Sets the schema version of this release.voidsetServletContextName(String servletContextName) Sets the servlet context name of this release.voidsetState(int state) Sets the state of this release.voidsetTestString(String testString) Sets the test string of this release.voidsetVerified(boolean verified) Sets whether this release is verified.protected ReleaseWrapperMethods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
ReleaseWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfaceBaseModel<Release>
-
setModelAttributes
- Specified by:
setModelAttributesin interfaceBaseModel<Release>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfaceBaseModel<Release>- Specified by:
cloneWithOriginalValuesin interfaceReleaseModel
-
getBuildDate
Returns the build date of this release.- Specified by:
getBuildDatein interfaceReleaseModel- Returns:
- the build date of this release
-
getBuildNumber
public int getBuildNumber()Returns the build number of this release.- Specified by:
getBuildNumberin interfaceReleaseModel- Returns:
- the build number of this release
-
getBundleSymbolicName
- Specified by:
getBundleSymbolicNamein interfaceRelease
-
getCreateDate
Returns the create date of this release.- Specified by:
getCreateDatein interfaceReleaseModel- Returns:
- the create date of this release
-
getModifiedDate
Returns the modified date of this release.- Specified by:
getModifiedDatein interfaceReleaseModel- Returns:
- the modified date of this release
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this release.- Specified by:
getMvccVersionin interfaceMVCCModel- Specified by:
getMvccVersionin interfaceReleaseModel- Returns:
- the mvcc version of this release
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this release.- Specified by:
getPrimaryKeyin interfaceReleaseModel- Returns:
- the primary key of this release
-
getReleaseId
public long getReleaseId()Returns the release ID of this release.- Specified by:
getReleaseIdin interfaceReleaseModel- Returns:
- the release ID of this release
-
getSchemaVersion
Returns the schema version of this release.- Specified by:
getSchemaVersionin interfaceReleaseModel- Returns:
- the schema version of this release
-
getServletContextName
Returns the servlet context name of this release.- Specified by:
getServletContextNamein interfaceReleaseModel- Returns:
- the servlet context name of this release
-
getState
public int getState()Returns the state of this release.- Specified by:
getStatein interfaceReleaseModel- Returns:
- the state of this release
-
getTestString
Returns the test string of this release.- Specified by:
getTestStringin interfaceReleaseModel- Returns:
- the test string of this release
-
getVerified
public boolean getVerified()Returns the verified of this release.- Specified by:
getVerifiedin interfaceReleaseModel- Returns:
- the verified of this release
-
isVerified
public boolean isVerified()Returnstrueif this release is verified.- Specified by:
isVerifiedin interfaceReleaseModel- Returns:
trueif this release is verified;falseotherwise
-
persist
public void persist()Description copied from interface:PersistedModelUpdates this model instance in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.- Specified by:
persistin interfacePersistedModel
-
setBuildDate
Sets the build date of this release.- Specified by:
setBuildDatein interfaceReleaseModel- Parameters:
buildDate- the build date of this release
-
setBuildNumber
public void setBuildNumber(int buildNumber) Sets the build number of this release.- Specified by:
setBuildNumberin interfaceReleaseModel- Parameters:
buildNumber- the build number of this release
-
setCreateDate
Sets the create date of this release.- Specified by:
setCreateDatein interfaceReleaseModel- Parameters:
createDate- the create date of this release
-
setModifiedDate
Sets the modified date of this release.- Specified by:
setModifiedDatein interfaceReleaseModel- Parameters:
modifiedDate- the modified date of this release
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this release.- Specified by:
setMvccVersionin interfaceMVCCModel- Specified by:
setMvccVersionin interfaceReleaseModel- Parameters:
mvccVersion- the mvcc version of this release
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this release.- Specified by:
setPrimaryKeyin interfaceReleaseModel- Parameters:
primaryKey- the primary key of this release
-
setReleaseId
public void setReleaseId(long releaseId) Sets the release ID of this release.- Specified by:
setReleaseIdin interfaceReleaseModel- Parameters:
releaseId- the release ID of this release
-
setSchemaVersion
Sets the schema version of this release.- Specified by:
setSchemaVersionin interfaceReleaseModel- Parameters:
schemaVersion- the schema version of this release
-
setServletContextName
Sets the servlet context name of this release.- Specified by:
setServletContextNamein interfaceReleaseModel- Parameters:
servletContextName- the servlet context name of this release
-
setState
public void setState(int state) Sets the state of this release.- Specified by:
setStatein interfaceReleaseModel- Parameters:
state- the state of this release
-
setTestString
Sets the test string of this release.- Specified by:
setTestStringin interfaceReleaseModel- Parameters:
testString- the test string of this release
-
setVerified
public void setVerified(boolean verified) Sets whether this release is verified.- Specified by:
setVerifiedin interfaceReleaseModel- Parameters:
verified- the verified of this release
-
toXmlString
- Specified by:
toXmlStringin interfaceReleaseModel
-
wrap
- Specified by:
wrapin classBaseModelWrapper<Release>
-