|
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.impl.BaseModelImpl<Release>
com.liferay.portal.model.impl.ReleaseModelImpl
public class ReleaseModelImpl
This interface is a model that represents the Release_ table in the database.
ReleaseImpl,
Release,
ReleaseModel,
Serialized Form| Field Summary | |
|---|---|
static String |
DATA_SOURCE
|
static boolean |
ENTITY_CACHE_ENABLED
|
static boolean |
FINDER_CACHE_ENABLED
|
static long |
LOCK_EXPIRATION_TIME
|
static String |
SESSION_FACTORY
|
static Object[][] |
TABLE_COLUMNS
|
static String |
TABLE_NAME
|
static String |
TABLE_SQL_CREATE
|
static String |
TABLE_SQL_DROP
|
static String |
TX_MANAGER
|
| Constructor Summary | |
|---|---|
ReleaseModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(Release release)
|
boolean |
equals(Object obj)
|
Date |
getBuildDate()
|
int |
getBuildNumber()
|
Date |
getCreateDate()
|
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
Date |
getModifiedDate()
|
String |
getOriginalServletContextName()
|
long |
getPrimaryKey()
|
Serializable |
getPrimaryKeyObj()
Gets the primary key for this model instance. |
long |
getReleaseId()
|
String |
getServletContextName()
|
String |
getTestString()
|
boolean |
getVerified()
|
int |
hashCode()
|
boolean |
isVerified()
|
void |
setBuildDate(Date buildDate)
|
void |
setBuildNumber(int buildNumber)
|
void |
setCreateDate(Date createDate)
|
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 |
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 com.liferay.portal.model.impl.BaseModelImpl |
|---|
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.liferay.portal.model.ReleaseModel |
|---|
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew |
| Field Detail |
|---|
public static final String TABLE_NAME
public static final Object[][] TABLE_COLUMNS
public static final String TABLE_SQL_CREATE
public static final String TABLE_SQL_DROP
public static final String DATA_SOURCE
public static final String SESSION_FACTORY
public static final String TX_MANAGER
public static final boolean ENTITY_CACHE_ENABLED
public static final boolean FINDER_CACHE_ENABLED
public static final long LOCK_EXPIRATION_TIME
| Constructor Detail |
|---|
public ReleaseModelImpl()
| Method Detail |
|---|
public long getPrimaryKey()
getPrimaryKey in interface ReleaseModelpublic void setPrimaryKey(long pk)
setPrimaryKey in interface ReleaseModelpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<Release>getPrimaryKeyObj 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 String getOriginalServletContextName()
public 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 ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<Release>getExpandoBridge in interface ReleaseModelgetExpandoBridge in class BaseModelImpl<Release>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<Release>setExpandoBridgeAttributes in interface ReleaseModelsetExpandoBridgeAttributes in class BaseModelImpl<Release>serviceContext - 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 BaseModelImpl<Release>public int compareTo(Release release)
compareTo in interface ReleaseModelcompareTo in interface Comparable<Release>public boolean equals(Object obj)
equals in class Objectpublic 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 ReleaseModel
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||