|
Liferay 6.0.4 | |||||||||
| 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
The base model implementation for the Release service. Represents a row in the "Release_" database table, with each column mapped to a property of this class.
This implementation and its corresponding interface ReleaseModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in ReleaseImpl.
Never modify or reference this class directly. All methods that expect a release model instance should use the Release interface instead.
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()
Gets the build date of this release. |
int |
getBuildNumber()
Gets the build number of this release. |
Date |
getCreateDate()
Gets the create date of this release. |
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
Date |
getModifiedDate()
Gets the modified date of this release. |
String |
getOriginalServletContextName()
|
long |
getPrimaryKey()
Gets the primary key of this release. |
Serializable |
getPrimaryKeyObj()
Gets the primary key of this model instance. |
long |
getReleaseId()
Gets the release id of this release. |
String |
getServletContextName()
Gets the servlet context name of this release. |
String |
getTestString()
Gets the test string of this release. |
boolean |
getVerified()
Gets the verified of this release. |
int |
hashCode()
|
boolean |
isVerified()
Determines whether this release is verified. |
void |
setBuildDate(Date buildDate)
Sets the build date of this release. |
void |
setBuildNumber(int buildNumber)
Sets the build number of this release. |
void |
setCreateDate(Date createDate)
Sets the create date of this release. |
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)
Sets the modified date of this release. |
void |
setPrimaryKey(long pk)
Sets the primary key of this release |
void |
setReleaseId(long releaseId)
Sets the release id of this release. |
void |
setServletContextName(String servletContextName)
Sets the servlet context name of this release. |
void |
setTestString(String testString)
Sets the test string of this release. |
void |
setVerified(boolean verified)
Sets whether this {$entity.humanName} is verified. |
Release |
toEscapedModel()
Gets a copy of this release as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
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()
ReleaseModel
getPrimaryKey in interface ReleaseModelpublic void setPrimaryKey(long pk)
ReleaseModel
setPrimaryKey in interface ReleaseModelpk - the primary key of this releasepublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<Release>getPrimaryKeyObj in interface ReleaseModelpublic long getReleaseId()
ReleaseModel
getReleaseId in interface ReleaseModelpublic void setReleaseId(long releaseId)
ReleaseModel
setReleaseId in interface ReleaseModelreleaseId - the release id of this releasepublic Date getCreateDate()
ReleaseModel
getCreateDate in interface ReleaseModelpublic void setCreateDate(Date createDate)
ReleaseModel
setCreateDate in interface ReleaseModelcreateDate - the create date of this releasepublic Date getModifiedDate()
ReleaseModel
getModifiedDate in interface ReleaseModelpublic void setModifiedDate(Date modifiedDate)
ReleaseModel
setModifiedDate in interface ReleaseModelmodifiedDate - the modified date of this releasepublic String getServletContextName()
ReleaseModel
getServletContextName in interface ReleaseModelpublic void setServletContextName(String servletContextName)
ReleaseModel
setServletContextName in interface ReleaseModelservletContextName - the servlet context name of this releasepublic String getOriginalServletContextName()
public int getBuildNumber()
ReleaseModel
getBuildNumber in interface ReleaseModelpublic void setBuildNumber(int buildNumber)
ReleaseModel
setBuildNumber in interface ReleaseModelbuildNumber - the build number of this releasepublic Date getBuildDate()
ReleaseModel
getBuildDate in interface ReleaseModelpublic void setBuildDate(Date buildDate)
ReleaseModel
setBuildDate in interface ReleaseModelbuildDate - the build date of this releasepublic boolean getVerified()
ReleaseModel
getVerified in interface ReleaseModelpublic boolean isVerified()
ReleaseModel
isVerified in interface ReleaseModelpublic void setVerified(boolean verified)
ReleaseModel
setVerified in interface ReleaseModelverified - the verified of this releasepublic String getTestString()
ReleaseModel
getTestString in interface ReleaseModelpublic void setTestString(String testString)
ReleaseModel
setTestString in interface ReleaseModeltestString - the test string of this releasepublic Release toEscapedModel()
ReleaseModelAutoEscapeBeanHandler.
toEscapedModel in interface ReleaseModelAutoEscapeBeanHandlerpublic 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.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||