|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.model.ReleaseWrapper
public class ReleaseWrapper
This class is a wrapper for Release.
Release,
Serialized Form| Constructor Summary | |
|---|---|
ReleaseWrapper(Release release)
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(Release release)
|
Date |
getBuildDate()
|
int |
getBuildNumber()
|
Date |
getCreateDate()
|
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
Date |
getModifiedDate()
|
long |
getPrimaryKey()
|
Serializable |
getPrimaryKeyObj()
Gets the primary key for this model instance. |
long |
getReleaseId()
|
String |
getServletContextName()
|
String |
getTestString()
|
boolean |
getVerified()
|
Release |
getWrappedRelease()
|
int |
hashCode()
|
boolean |
isCachedModel()
Determines if this model instance was retrieved from the entity cache. |
boolean |
isEscapedModel()
Determines if this model instance has been wrapped with an HTML auto escape handler. |
boolean |
isNew()
Determines if this model instance does not yet exist in the database. |
boolean |
isVerified()
|
void |
setBuildDate(Date buildDate)
|
void |
setBuildNumber(int buildNumber)
|
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache. |
void |
setCreateDate(Date createDate)
|
void |
setEscapedModel(boolean escapedModel)
Sets whether this model instance has been wrapped with an HTML auto escape handler. |
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setModifiedDate(Date modifiedDate)
|
void |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database. |
void |
setPrimaryKey(long pk)
|
void |
setReleaseId(long releaseId)
|
void |
setServletContextName(String servletContextName)
|
void |
setTestString(String testString)
|
void |
setVerified(boolean verified)
|
Release |
toEscapedModel()
|
String |
toString()
|
String |
toXmlString()
Gets the XML representation of this model instance. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ReleaseWrapper(Release release)
| Method Detail |
|---|
public long getPrimaryKey()
getPrimaryKey in interface ReleaseModelpublic void setPrimaryKey(long pk)
setPrimaryKey in interface ReleaseModelpublic long getReleaseId()
getReleaseId in interface ReleaseModelpublic void setReleaseId(long releaseId)
setReleaseId in interface ReleaseModelpublic Date getCreateDate()
getCreateDate in interface ReleaseModelpublic void setCreateDate(Date createDate)
setCreateDate in interface ReleaseModelpublic Date getModifiedDate()
getModifiedDate in interface ReleaseModelpublic void setModifiedDate(Date modifiedDate)
setModifiedDate in interface ReleaseModelpublic String getServletContextName()
getServletContextName in interface ReleaseModelpublic void setServletContextName(String servletContextName)
setServletContextName in interface ReleaseModelpublic int getBuildNumber()
getBuildNumber in interface ReleaseModelpublic void setBuildNumber(int buildNumber)
setBuildNumber in interface ReleaseModelpublic Date getBuildDate()
getBuildDate in interface ReleaseModelpublic void setBuildDate(Date buildDate)
setBuildDate in interface ReleaseModelpublic boolean getVerified()
getVerified in interface ReleaseModelpublic boolean isVerified()
isVerified in interface ReleaseModelpublic void setVerified(boolean verified)
setVerified in interface ReleaseModelpublic String getTestString()
getTestString in interface ReleaseModelpublic void setTestString(String testString)
setTestString in interface ReleaseModelpublic Release toEscapedModel()
toEscapedModel in interface ReleaseModelpublic boolean isNew()
BaseModel
isNew in interface BaseModel<Release>isNew in interface ReleaseModeltrue if this model instance does not yet exist in
the database; false otherwisepublic void setNew(boolean n)
BaseModel
setNew in interface BaseModel<Release>setNew in interface ReleaseModeln - whether this model instance does not yet exist in the databasepublic boolean isCachedModel()
BaseModel
isCachedModel in interface BaseModel<Release>isCachedModel in interface ReleaseModeltrue if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)public void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<Release>setCachedModel in interface ReleaseModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic boolean isEscapedModel()
BaseModel
isEscapedModel in interface BaseModel<Release>isEscapedModel in interface ReleaseModeltrue if this model instance has been wrapped with an
HTML auto escape handler; false otherwiseBaseModel.setEscapedModel(boolean)public void setEscapedModel(boolean escapedModel)
BaseModel
A model instance can be wrapped with an HTML auto escape handler using
its toEscapedModel method. For example, UserModel.toEscapedModel().
setEscapedModel in interface BaseModel<Release>setEscapedModel in interface ReleaseModelescapedModel - whether this model instance has been wrapped with an
HTML auto escape handlerAutoEscapeBeanHandlerpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<Release>getPrimaryKeyObj in interface ReleaseModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<Release>getExpandoBridge in interface ReleaseModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<Release>setExpandoBridgeAttributes in interface ReleaseModelserviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<Release>clone in interface ReleaseModelclone in class Objectpublic int compareTo(Release release)
compareTo in interface ReleaseModelcompareTo in interface Comparable<Release>public int hashCode()
hashCode in interface ReleaseModelhashCode in class Objectpublic String toString()
toString in interface ReleaseModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<Release>toXmlString in interface ReleaseModelpublic Release getWrappedRelease()
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||