com.liferay.portal.model
Class ReleaseWrapper
java.lang.Object
com.liferay.portal.model.ReleaseWrapper
- All Implemented Interfaces:
- BaseModel<Release>, Release, ReleaseModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<Release>
public class ReleaseWrapper
- extends java.lang.Object
- implements Release
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for Release.
- Author:
- Brian Wing Shun Chan
- See Also:
Release,
Serialized Form- Generated:
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
ReleaseWrapper
public ReleaseWrapper(Release release)
getPrimaryKey
public long getPrimaryKey()
- Specified by:
getPrimaryKey in interface ReleaseModel
setPrimaryKey
public void setPrimaryKey(long pk)
- Specified by:
setPrimaryKey in interface ReleaseModel
getReleaseId
public long getReleaseId()
- Specified by:
getReleaseId in interface ReleaseModel
setReleaseId
public void setReleaseId(long releaseId)
- Specified by:
setReleaseId in interface ReleaseModel
getCreateDate
public java.util.Date getCreateDate()
- Specified by:
getCreateDate in interface ReleaseModel
setCreateDate
public void setCreateDate(java.util.Date createDate)
- Specified by:
setCreateDate in interface ReleaseModel
getModifiedDate
public java.util.Date getModifiedDate()
- Specified by:
getModifiedDate in interface ReleaseModel
setModifiedDate
public void setModifiedDate(java.util.Date modifiedDate)
- Specified by:
setModifiedDate in interface ReleaseModel
getServletContextName
public java.lang.String getServletContextName()
- Specified by:
getServletContextName in interface ReleaseModel
setServletContextName
public void setServletContextName(java.lang.String servletContextName)
- Specified by:
setServletContextName in interface ReleaseModel
getBuildNumber
public int getBuildNumber()
- Specified by:
getBuildNumber in interface ReleaseModel
setBuildNumber
public void setBuildNumber(int buildNumber)
- Specified by:
setBuildNumber in interface ReleaseModel
getBuildDate
public java.util.Date getBuildDate()
- Specified by:
getBuildDate in interface ReleaseModel
setBuildDate
public void setBuildDate(java.util.Date buildDate)
- Specified by:
setBuildDate in interface ReleaseModel
getVerified
public boolean getVerified()
- Specified by:
getVerified in interface ReleaseModel
isVerified
public boolean isVerified()
- Specified by:
isVerified in interface ReleaseModel
setVerified
public void setVerified(boolean verified)
- Specified by:
setVerified in interface ReleaseModel
getTestString
public java.lang.String getTestString()
- Specified by:
getTestString in interface ReleaseModel
setTestString
public void setTestString(java.lang.String testString)
- Specified by:
setTestString in interface ReleaseModel
toEscapedModel
public Release toEscapedModel()
- Specified by:
toEscapedModel in interface ReleaseModel
isNew
public boolean isNew()
- Specified by:
isNew in interface BaseModel<Release>- Specified by:
isNew in interface ReleaseModel
setNew
public boolean setNew(boolean n)
- Specified by:
setNew in interface BaseModel<Release>- Specified by:
setNew in interface ReleaseModel
isCachedModel
public boolean isCachedModel()
- Specified by:
isCachedModel in interface BaseModel<Release>- Specified by:
isCachedModel in interface ReleaseModel
setCachedModel
public void setCachedModel(boolean cachedModel)
- Specified by:
setCachedModel in interface BaseModel<Release>- Specified by:
setCachedModel in interface ReleaseModel
isEscapedModel
public boolean isEscapedModel()
- Specified by:
isEscapedModel in interface BaseModel<Release>- Specified by:
isEscapedModel in interface ReleaseModel
setEscapedModel
public void setEscapedModel(boolean escapedModel)
- Specified by:
setEscapedModel in interface BaseModel<Release>- Specified by:
setEscapedModel in interface ReleaseModel
getPrimaryKeyObj
public java.io.Serializable getPrimaryKeyObj()
- Specified by:
getPrimaryKeyObj in interface BaseModel<Release>- Specified by:
getPrimaryKeyObj in interface ReleaseModel
getExpandoBridge
public ExpandoBridge getExpandoBridge()
- Specified by:
getExpandoBridge in interface BaseModel<Release>- Specified by:
getExpandoBridge in interface ReleaseModel
setExpandoBridgeAttributes
public void setExpandoBridgeAttributes(ServiceContext serviceContext)
- Specified by:
setExpandoBridgeAttributes in interface BaseModel<Release>- Specified by:
setExpandoBridgeAttributes in interface ReleaseModel
clone
public java.lang.Object clone()
- Specified by:
clone in interface BaseModel<Release>- Specified by:
clone in interface ReleaseModel- Overrides:
clone in class java.lang.Object
compareTo
public int compareTo(Release release)
- Specified by:
compareTo in interface ReleaseModel- Specified by:
compareTo in interface java.lang.Comparable<Release>
hashCode
public int hashCode()
- Specified by:
hashCode in interface ReleaseModel- Overrides:
hashCode in class java.lang.Object
toString
public java.lang.String toString()
- Specified by:
toString in interface ReleaseModel- Overrides:
toString in class java.lang.Object
toXmlString
public java.lang.String toXmlString()
- Specified by:
toXmlString in interface BaseModel<Release>- Specified by:
toXmlString in interface ReleaseModel
getWrappedRelease
public Release getWrappedRelease()