com.liferay.portal.model.impl
Class ReleaseModelImpl
java.lang.Object
com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.Release>
com.liferay.portal.model.impl.ReleaseModelImpl
- All Implemented Interfaces:
- com.liferay.portal.model.BaseModel<com.liferay.portal.model.Release>, com.liferay.portal.model.ClassedModel, com.liferay.portal.model.ReleaseModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<com.liferay.portal.model.Release>
- Direct Known Subclasses:
- ReleaseBaseImpl
public class ReleaseModelImpl
- extends com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.Release>
- implements com.liferay.portal.model.ReleaseModel
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.
- Author:
- Brian Wing Shun Chan
- See Also:
ReleaseImpl,
Release,
ReleaseModel,
Serialized Form- Generated:
| Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl |
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, 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, setNew |
TABLE_NAME
public static final java.lang.String TABLE_NAME
- See Also:
- Constant Field Values
TABLE_COLUMNS
public static final java.lang.Object[][] TABLE_COLUMNS
TABLE_SQL_CREATE
public static final java.lang.String TABLE_SQL_CREATE
- See Also:
- Constant Field Values
TABLE_SQL_DROP
public static final java.lang.String TABLE_SQL_DROP
- See Also:
- Constant Field Values
DATA_SOURCE
public static final java.lang.String DATA_SOURCE
- See Also:
- Constant Field Values
SESSION_FACTORY
public static final java.lang.String SESSION_FACTORY
- See Also:
- Constant Field Values
TX_MANAGER
public static final java.lang.String TX_MANAGER
- See Also:
- Constant Field Values
ENTITY_CACHE_ENABLED
public static final boolean ENTITY_CACHE_ENABLED
FINDER_CACHE_ENABLED
public static final boolean FINDER_CACHE_ENABLED
COLUMN_BITMASK_ENABLED
public static final boolean COLUMN_BITMASK_ENABLED
SERVLETCONTEXTNAME_COLUMN_BITMASK
public static long SERVLETCONTEXTNAME_COLUMN_BITMASK
LOCK_EXPIRATION_TIME
public static final long LOCK_EXPIRATION_TIME
ReleaseModelImpl
public ReleaseModelImpl()
getPrimaryKey
public long getPrimaryKey()
- Specified by:
getPrimaryKey in interface com.liferay.portal.model.ReleaseModel
setPrimaryKey
public void setPrimaryKey(long primaryKey)
- Specified by:
setPrimaryKey in interface com.liferay.portal.model.ReleaseModel
getPrimaryKeyObj
public java.io.Serializable getPrimaryKeyObj()
- Specified by:
getPrimaryKeyObj in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.Release>- Specified by:
getPrimaryKeyObj in interface com.liferay.portal.model.ClassedModel- Specified by:
getPrimaryKeyObj in interface com.liferay.portal.model.ReleaseModel
setPrimaryKeyObj
public void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
- Specified by:
setPrimaryKeyObj in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.Release>- Specified by:
setPrimaryKeyObj in interface com.liferay.portal.model.ClassedModel- Specified by:
setPrimaryKeyObj in interface com.liferay.portal.model.ReleaseModel
getModelClass
public java.lang.Class<?> getModelClass()
- Specified by:
getModelClass in interface com.liferay.portal.model.ClassedModel
getModelClassName
public java.lang.String getModelClassName()
- Specified by:
getModelClassName in interface com.liferay.portal.model.ClassedModel
getReleaseId
public long getReleaseId()
- Specified by:
getReleaseId in interface com.liferay.portal.model.ReleaseModel
setReleaseId
public void setReleaseId(long releaseId)
- Specified by:
setReleaseId in interface com.liferay.portal.model.ReleaseModel
getCreateDate
public java.util.Date getCreateDate()
- Specified by:
getCreateDate in interface com.liferay.portal.model.ReleaseModel
setCreateDate
public void setCreateDate(java.util.Date createDate)
- Specified by:
setCreateDate in interface com.liferay.portal.model.ReleaseModel
getModifiedDate
public java.util.Date getModifiedDate()
- Specified by:
getModifiedDate in interface com.liferay.portal.model.ReleaseModel
setModifiedDate
public void setModifiedDate(java.util.Date modifiedDate)
- Specified by:
setModifiedDate in interface com.liferay.portal.model.ReleaseModel
getServletContextName
public java.lang.String getServletContextName()
- Specified by:
getServletContextName in interface com.liferay.portal.model.ReleaseModel
setServletContextName
public void setServletContextName(java.lang.String servletContextName)
- Specified by:
setServletContextName in interface com.liferay.portal.model.ReleaseModel
getOriginalServletContextName
public java.lang.String getOriginalServletContextName()
getBuildNumber
public int getBuildNumber()
- Specified by:
getBuildNumber in interface com.liferay.portal.model.ReleaseModel
setBuildNumber
public void setBuildNumber(int buildNumber)
- Specified by:
setBuildNumber in interface com.liferay.portal.model.ReleaseModel
getBuildDate
public java.util.Date getBuildDate()
- Specified by:
getBuildDate in interface com.liferay.portal.model.ReleaseModel
setBuildDate
public void setBuildDate(java.util.Date buildDate)
- Specified by:
setBuildDate in interface com.liferay.portal.model.ReleaseModel
getVerified
public boolean getVerified()
- Specified by:
getVerified in interface com.liferay.portal.model.ReleaseModel
isVerified
public boolean isVerified()
- Specified by:
isVerified in interface com.liferay.portal.model.ReleaseModel
setVerified
public void setVerified(boolean verified)
- Specified by:
setVerified in interface com.liferay.portal.model.ReleaseModel
getTestString
public java.lang.String getTestString()
- Specified by:
getTestString in interface com.liferay.portal.model.ReleaseModel
setTestString
public void setTestString(java.lang.String testString)
- Specified by:
setTestString in interface com.liferay.portal.model.ReleaseModel
getColumnBitmask
public long getColumnBitmask()
toEscapedModel
public com.liferay.portal.model.Release toEscapedModel()
- Specified by:
toEscapedModel in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.Release>- Specified by:
toEscapedModel in interface com.liferay.portal.model.ReleaseModel- Overrides:
toEscapedModel in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.Release>
getExpandoBridge
public com.liferay.portlet.expando.model.ExpandoBridge getExpandoBridge()
- Specified by:
getExpandoBridge in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.Release>- Specified by:
getExpandoBridge in interface com.liferay.portal.model.ClassedModel- Specified by:
getExpandoBridge in interface com.liferay.portal.model.ReleaseModel- Overrides:
getExpandoBridge in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.Release>
setExpandoBridgeAttributes
public void setExpandoBridgeAttributes(com.liferay.portal.service.ServiceContext serviceContext)
- Specified by:
setExpandoBridgeAttributes in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.Release>- Specified by:
setExpandoBridgeAttributes in interface com.liferay.portal.model.ReleaseModel- Overrides:
setExpandoBridgeAttributes in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.Release>
clone
public java.lang.Object clone()
- Specified by:
clone in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.Release>- Specified by:
clone in interface com.liferay.portal.model.ReleaseModel- Specified by:
clone in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.Release>
compareTo
public int compareTo(com.liferay.portal.model.Release release)
- Specified by:
compareTo in interface com.liferay.portal.model.ReleaseModel- Specified by:
compareTo in interface java.lang.Comparable<com.liferay.portal.model.Release>
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
hashCode
public int hashCode()
- Specified by:
hashCode in interface com.liferay.portal.model.ReleaseModel- Overrides:
hashCode in class java.lang.Object
resetOriginalValues
public void resetOriginalValues()
- Specified by:
resetOriginalValues in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.Release>- Overrides:
resetOriginalValues in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.Release>
toCacheModel
public com.liferay.portal.model.CacheModel<com.liferay.portal.model.Release> toCacheModel()
- Specified by:
toCacheModel in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.Release>- Specified by:
toCacheModel in interface com.liferay.portal.model.ReleaseModel- Overrides:
toCacheModel in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.Release>
toString
public java.lang.String toString()
- Specified by:
toString in interface com.liferay.portal.model.ReleaseModel- Overrides:
toString in class java.lang.Object
toXmlString
public java.lang.String toXmlString()
- Specified by:
toXmlString in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.Release>- Specified by:
toXmlString in interface com.liferay.portal.model.ReleaseModel