Liferay 6.2-ce-ga5

com.liferay.portal.model
Class ReleaseWrapper

java.lang.Object
  extended by com.liferay.portal.model.ReleaseWrapper
All Implemented Interfaces:
BaseModel<Release>, ClassedModel, ModelWrapper<Release>, PersistedModel, Release, ReleaseModel, Serializable, Cloneable, Comparable<Release>

@ProviderType
public class ReleaseWrapper
extends Object
implements Release, ModelWrapper<Release>

This class is a wrapper for Release.

See Also:
Release, Serialized Form
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Constructor Summary
ReleaseWrapper(Release release)
           
 
Method Summary
 Object clone()
          Creates a shallow clone of this model instance.
 int compareTo(Release release)
           
 boolean equals(Object obj)
           
 Date getBuildDate()
          Returns the build date of this release.
 int getBuildNumber()
          Returns the build number of this release.
 Date getCreateDate()
          Returns the create date of this release.
 ExpandoBridge getExpandoBridge()
          Returns the expando bridge for this model instance.
 Map<String,Object> getModelAttributes()
           
 Class<?> getModelClass()
           
 String getModelClassName()
           
 Date getModifiedDate()
          Returns the modified date of this release.
 long getPrimaryKey()
          Returns the primary key of this release.
 Serializable getPrimaryKeyObj()
          Returns the primary key of this model instance.
 long getReleaseId()
          Returns the release ID of this release.
 String getServletContextName()
          Returns the servlet context name of this release.
 int getState()
          Returns the state of this release.
 String getTestString()
          Returns the test string of this release.
 boolean getVerified()
          Returns the verified of this release.
 Release getWrappedModel()
           
 Release getWrappedRelease()
          Deprecated. As of 6.1.0, replaced by getWrappedModel()
 int hashCode()
           
 boolean isCachedModel()
          Returns true if this model instance was retrieved from the entity cache.
 boolean isEscapedModel()
          Returns true if this model instance is escaped.
 boolean isNew()
          Returns true if this model instance does not yet exist in the database.
 boolean isVerified()
          Returns true if this release is verified.
 void persist()
          Updates this model instance in the database or adds it if it does not yet exist.
 void resetOriginalValues()
          Reset all original fields to current values.
 void setBuildDate(Date buildDate)
          Sets the build date of this release.
 void setBuildNumber(int buildNumber)
          Sets the build number of this release.
 void setCachedModel(boolean cachedModel)
          Sets whether this model instance was retrieved from the entity cache.
 void setCreateDate(Date createDate)
          Sets the create date of this release.
 void setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
           
 void setExpandoBridgeAttributes(ServiceContext serviceContext)
          Sets the expando bridge attributes for this model instance to the attributes stored in the service context.
 void setModelAttributes(Map<String,Object> attributes)
           
 void setModifiedDate(Date modifiedDate)
          Sets the modified date of this release.
 void setNew(boolean n)
          Sets whether this model instance does not yet exist in the database.
 void setPrimaryKey(long primaryKey)
          Sets the primary key of this release.
 void setPrimaryKeyObj(Serializable primaryKeyObj)
          Sets the primary key of this model instance.
 void setReleaseId(long releaseId)
          Sets the release ID of this release.
 void setServletContextName(String servletContextName)
          Sets the servlet context name of this release.
 void setState(int state)
          Sets the state of this release.
 void setTestString(String testString)
          Sets the test string of this release.
 void setVerified(boolean verified)
          Sets whether this release is verified.
 CacheModel<Release> toCacheModel()
          Returns a cache model object for this entity used by entity cache.
 Release toEscapedModel()
          Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.
 String toString()
           
 Release toUnescapedModel()
           
 String toXmlString()
          Returns the XML representation of this model instance.
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReleaseWrapper

public ReleaseWrapper(Release release)
Method Detail

getModelClass

public Class<?> getModelClass()
Specified by:
getModelClass in interface ClassedModel

getModelClassName

public String getModelClassName()
Specified by:
getModelClassName in interface ClassedModel

getModelAttributes

public Map<String,Object> getModelAttributes()
Specified by:
getModelAttributes in interface BaseModel<Release>

setModelAttributes

public void setModelAttributes(Map<String,Object> attributes)
Specified by:
setModelAttributes in interface BaseModel<Release>

getPrimaryKey

public long getPrimaryKey()
Returns the primary key of this release.

Specified by:
getPrimaryKey in interface ReleaseModel
Returns:
the primary key of this release

setPrimaryKey

public void setPrimaryKey(long primaryKey)
Sets the primary key of this release.

Specified by:
setPrimaryKey in interface ReleaseModel
Parameters:
primaryKey - the primary key of this release

getReleaseId

public long getReleaseId()
Returns the release ID of this release.

Specified by:
getReleaseId in interface ReleaseModel
Returns:
the release ID of this release

setReleaseId

public void setReleaseId(long releaseId)
Sets the release ID of this release.

Specified by:
setReleaseId in interface ReleaseModel
Parameters:
releaseId - the release ID of this release

getCreateDate

public Date getCreateDate()
Returns the create date of this release.

Specified by:
getCreateDate in interface ReleaseModel
Returns:
the create date of this release

setCreateDate

public void setCreateDate(Date createDate)
Sets the create date of this release.

Specified by:
setCreateDate in interface ReleaseModel
Parameters:
createDate - the create date of this release

getModifiedDate

public Date getModifiedDate()
Returns the modified date of this release.

Specified by:
getModifiedDate in interface ReleaseModel
Returns:
the modified date of this release

setModifiedDate

public void setModifiedDate(Date modifiedDate)
Sets the modified date of this release.

Specified by:
setModifiedDate in interface ReleaseModel
Parameters:
modifiedDate - the modified date of this release

getServletContextName

public String getServletContextName()
Returns the servlet context name of this release.

Specified by:
getServletContextName in interface ReleaseModel
Returns:
the servlet context name of this release

setServletContextName

public void setServletContextName(String servletContextName)
Sets the servlet context name of this release.

Specified by:
setServletContextName in interface ReleaseModel
Parameters:
servletContextName - the servlet context name of this release

getBuildNumber

public int getBuildNumber()
Returns the build number of this release.

Specified by:
getBuildNumber in interface ReleaseModel
Returns:
the build number of this release

setBuildNumber

public void setBuildNumber(int buildNumber)
Sets the build number of this release.

Specified by:
setBuildNumber in interface ReleaseModel
Parameters:
buildNumber - the build number of this release

getBuildDate

public Date getBuildDate()
Returns the build date of this release.

Specified by:
getBuildDate in interface ReleaseModel
Returns:
the build date of this release

setBuildDate

public void setBuildDate(Date buildDate)
Sets the build date of this release.

Specified by:
setBuildDate in interface ReleaseModel
Parameters:
buildDate - the build date of this release

getVerified

public boolean getVerified()
Returns the verified of this release.

Specified by:
getVerified in interface ReleaseModel
Returns:
the verified of this release

isVerified

public boolean isVerified()
Returns true if this release is verified.

Specified by:
isVerified in interface ReleaseModel
Returns:
true if this release is verified; false otherwise

setVerified

public void setVerified(boolean verified)
Sets whether this release is verified.

Specified by:
setVerified in interface ReleaseModel
Parameters:
verified - the verified of this release

getState

public int getState()
Returns the state of this release.

Specified by:
getState in interface ReleaseModel
Returns:
the state of this release

setState

public void setState(int state)
Sets the state of this release.

Specified by:
setState in interface ReleaseModel
Parameters:
state - the state of this release

getTestString

public String getTestString()
Returns the test string of this release.

Specified by:
getTestString in interface ReleaseModel
Returns:
the test string of this release

setTestString

public void setTestString(String testString)
Sets the test string of this release.

Specified by:
setTestString in interface ReleaseModel
Parameters:
testString - the test string of this release

isNew

public boolean isNew()
Description copied from interface: BaseModel
Returns true if this model instance does not yet exist in the database.

Specified by:
isNew in interface BaseModel<Release>
Specified by:
isNew in interface ReleaseModel
Returns:
true if this model instance does not yet exist in the database; false otherwise

setNew

public void setNew(boolean n)
Description copied from interface: BaseModel
Sets whether this model instance does not yet exist in the database.

Specified by:
setNew in interface BaseModel<Release>
Specified by:
setNew in interface ReleaseModel
Parameters:
n - whether this model instance does not yet exist in the database

isCachedModel

public boolean isCachedModel()
Description copied from interface: BaseModel
Returns true if this model instance was retrieved from the entity cache.

Specified by:
isCachedModel in interface BaseModel<Release>
Specified by:
isCachedModel in interface ReleaseModel
Returns:
true if this model instance was retrieved from the entity cache; false otherwise
See Also:
BaseModel.setCachedModel(boolean)

setCachedModel

public void setCachedModel(boolean cachedModel)
Description copied from interface: BaseModel
Sets whether this model instance was retrieved from the entity cache.

Specified by:
setCachedModel in interface BaseModel<Release>
Specified by:
setCachedModel in interface ReleaseModel
Parameters:
cachedModel - whether this model instance was retrieved from the entity cache
See Also:
EntityCache

isEscapedModel

public boolean isEscapedModel()
Description copied from interface: BaseModel
Returns true if this model instance is escaped.

Specified by:
isEscapedModel in interface BaseModel<Release>
Specified by:
isEscapedModel in interface ReleaseModel
Returns:
true if this model instance is escaped; false otherwise

getPrimaryKeyObj

public Serializable getPrimaryKeyObj()
Description copied from interface: BaseModel
Returns the primary key of this model instance.

Specified by:
getPrimaryKeyObj in interface BaseModel<Release>
Specified by:
getPrimaryKeyObj in interface ClassedModel
Specified by:
getPrimaryKeyObj in interface ReleaseModel
Returns:
the primary key of this model instance

setPrimaryKeyObj

public void setPrimaryKeyObj(Serializable primaryKeyObj)
Description copied from interface: BaseModel
Sets the primary key of this model instance.

Specified by:
setPrimaryKeyObj in interface BaseModel<Release>
Specified by:
setPrimaryKeyObj in interface ClassedModel
Specified by:
setPrimaryKeyObj in interface ReleaseModel
Parameters:
primaryKeyObj - the primary key of this model instance

getExpandoBridge

public ExpandoBridge getExpandoBridge()
Description copied from interface: BaseModel
Returns the expando bridge for this model instance.

Specified by:
getExpandoBridge in interface BaseModel<Release>
Specified by:
getExpandoBridge in interface ClassedModel
Specified by:
getExpandoBridge in interface ReleaseModel
Returns:
the expando bridge for this model instance

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(BaseModel<?> baseModel)
Specified by:
setExpandoBridgeAttributes in interface BaseModel<Release>
Specified by:
setExpandoBridgeAttributes in interface ReleaseModel

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
Specified by:
setExpandoBridgeAttributes in interface BaseModel<Release>
Specified by:
setExpandoBridgeAttributes in interface ReleaseModel

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(ServiceContext serviceContext)
Description copied from interface: BaseModel
Sets the expando bridge attributes for this model instance to the attributes stored in the service context.

Specified by:
setExpandoBridgeAttributes in interface BaseModel<Release>
Specified by:
setExpandoBridgeAttributes in interface ReleaseModel
Parameters:
serviceContext - the service context to be applied
See Also:
ServiceContext.getExpandoBridgeAttributes( )

clone

public Object clone()
Description copied from interface: BaseModel
Creates a shallow clone of this model instance.

Specified by:
clone in interface BaseModel<Release>
Specified by:
clone in interface ReleaseModel
Overrides:
clone in class Object
Returns:
the shallow clone of this model instance

compareTo

public int compareTo(Release release)
Specified by:
compareTo in interface ReleaseModel
Specified by:
compareTo in interface Comparable<Release>

hashCode

public int hashCode()
Specified by:
hashCode in interface ReleaseModel
Overrides:
hashCode in class Object

toCacheModel

public CacheModel<Release> toCacheModel()
Description copied from interface: BaseModel
Returns a cache model object for this entity used by entity cache.

Specified by:
toCacheModel in interface BaseModel<Release>
Specified by:
toCacheModel in interface ReleaseModel
Returns:
the cache model object

toEscapedModel

public Release toEscapedModel()
Description copied from interface: BaseModel
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.

Specified by:
toEscapedModel in interface BaseModel<Release>
Specified by:
toEscapedModel in interface ReleaseModel
Returns:
the escaped model instance
See Also:
AutoEscapeBeanHandler

toUnescapedModel

public Release toUnescapedModel()
Specified by:
toUnescapedModel in interface BaseModel<Release>
Specified by:
toUnescapedModel in interface ReleaseModel

toString

public String toString()
Specified by:
toString in interface ReleaseModel
Overrides:
toString in class Object

toXmlString

public String toXmlString()
Description copied from interface: BaseModel
Returns the XML representation of this model instance.

Specified by:
toXmlString in interface BaseModel<Release>
Specified by:
toXmlString in interface ReleaseModel
Returns:
the XML representation of this model instance

persist

public void persist()
             throws SystemException
Description copied from interface: PersistedModel
Updates this model instance in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.

Specified by:
persist in interface PersistedModel
Throws:
SystemException - if a system exception occurred

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

getWrappedRelease

public Release getWrappedRelease()
Deprecated. As of 6.1.0, replaced by getWrappedModel()


getWrappedModel

public Release getWrappedModel()
Specified by:
getWrappedModel in interface ModelWrapper<Release>

resetOriginalValues

public void resetOriginalValues()
Description copied from interface: BaseModel
Reset all original fields to current values.

Specified by:
resetOriginalValues in interface BaseModel<Release>

Liferay 6.2-ce-ga5