@JSON(strict=true)
public class UolModelImpl
extends com.liferay.portal.model.impl.BaseModelImpl<com.qti.slayer.model.Uol>
implements com.qti.slayer.model.UolModel
This implementation and its corresponding interface UolModel
exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in UolImpl
.
UolImpl
,
Uol
,
UolModel
,
Serialized FormModifier and Type | Field and Description |
---|---|
static long |
ASSESSMENTTESTID_COLUMN_BITMASK |
static long |
CLASSROOMID_COLUMN_BITMASK |
static boolean |
COLUMN_BITMASK_ENABLED |
static java.lang.String |
DATA_SOURCE |
static boolean |
ENTITY_CACHE_ENABLED |
static boolean |
FINDER_CACHE_ENABLED |
static long |
LOCK_EXPIRATION_TIME |
static java.lang.String |
ORDER_BY_JPQL |
static java.lang.String |
ORDER_BY_SQL |
static java.lang.String |
SESSION_FACTORY |
static java.lang.Object[][] |
TABLE_COLUMNS |
static java.lang.String |
TABLE_NAME |
static java.lang.String |
TABLE_SQL_CREATE |
static java.lang.String |
TABLE_SQL_DROP |
static java.lang.String |
TX_MANAGER |
Constructor and Description |
---|
UolModelImpl() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
int |
compareTo(com.qti.slayer.model.Uol uol) |
boolean |
equals(java.lang.Object obj) |
boolean |
getActive() |
long |
getAssessmentTestId() |
long |
getClassRoomId() |
long |
getColumnBitmask() |
long |
getCompanyId() |
long |
getCountryId() |
java.util.Date |
getCreateDate() |
java.lang.String |
getDescription() |
int |
getEvalTypeId() |
com.liferay.portlet.expando.model.ExpandoBridge |
getExpandoBridge() |
long |
getI_Id() |
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.lang.Class<?> |
getModelClass() |
java.lang.String |
getModelClassName() |
long |
getOriginalAssessmentTestId() |
long |
getOriginalClassRoomId() |
long |
getPrimaryKey() |
java.io.Serializable |
getPrimaryKeyObj() |
java.util.Date |
getRequestedDate() |
long |
getSubjectId() |
java.lang.String |
getTitle() |
int |
hashCode() |
boolean |
isActive() |
void |
resetOriginalValues() |
void |
setActive(boolean active) |
void |
setAssessmentTestId(long assessmentTestId) |
void |
setClassRoomId(long classRoomId) |
void |
setCompanyId(long companyId) |
void |
setCountryId(long countryId) |
void |
setCreateDate(java.util.Date createDate) |
void |
setDescription(java.lang.String description) |
void |
setEvalTypeId(int evalTypeId) |
void |
setExpandoBridgeAttributes(com.liferay.portal.service.ServiceContext serviceContext) |
void |
setI_Id(long I_Id) |
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setPrimaryKey(long primaryKey) |
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
void |
setRequestedDate(java.util.Date requestedDate) |
void |
setSubjectId(long subjectId) |
void |
setTitle(java.lang.String title) |
com.liferay.portal.model.CacheModel<com.qti.slayer.model.Uol> |
toCacheModel() |
com.qti.slayer.model.Uol |
toEscapedModel() |
static com.qti.slayer.model.Uol |
toModel(com.qti.slayer.model.UolSoap soapModel)
Converts the soap model instance into a normal model instance.
|
static java.util.List<com.qti.slayer.model.Uol> |
toModels(com.qti.slayer.model.UolSoap[] soapModels)
Converts the soap model instances into normal model instances.
|
java.lang.String |
toString() |
java.lang.String |
toXmlString() |
public static final java.lang.String TABLE_NAME
public static final java.lang.Object[][] TABLE_COLUMNS
public static final java.lang.String TABLE_SQL_CREATE
public static final java.lang.String TABLE_SQL_DROP
public static final java.lang.String ORDER_BY_JPQL
public static final java.lang.String ORDER_BY_SQL
public static final java.lang.String DATA_SOURCE
public static final java.lang.String SESSION_FACTORY
public static final java.lang.String TX_MANAGER
public static final boolean ENTITY_CACHE_ENABLED
public static final boolean FINDER_CACHE_ENABLED
public static final boolean COLUMN_BITMASK_ENABLED
public static long ASSESSMENTTESTID_COLUMN_BITMASK
public static long CLASSROOMID_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
public static com.qti.slayer.model.Uol toModel(com.qti.slayer.model.UolSoap soapModel)
soapModel
- the soap model instance to convertpublic static java.util.List<com.qti.slayer.model.Uol> toModels(com.qti.slayer.model.UolSoap[] soapModels)
soapModels
- the soap model instances to convertpublic long getPrimaryKey()
getPrimaryKey
in interface com.qti.slayer.model.UolModel
public void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface com.qti.slayer.model.UolModel
public java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj
in interface com.liferay.portal.model.BaseModel<com.qti.slayer.model.Uol>
getPrimaryKeyObj
in interface com.liferay.portal.model.ClassedModel
getPrimaryKeyObj
in interface com.qti.slayer.model.UolModel
public void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj
in interface com.liferay.portal.model.BaseModel<com.qti.slayer.model.Uol>
setPrimaryKeyObj
in interface com.liferay.portal.model.ClassedModel
setPrimaryKeyObj
in interface com.qti.slayer.model.UolModel
public java.lang.Class<?> getModelClass()
getModelClass
in interface com.liferay.portal.model.ClassedModel
public java.lang.String getModelClassName()
getModelClassName
in interface com.liferay.portal.model.ClassedModel
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes
in interface com.liferay.portal.model.BaseModel<com.qti.slayer.model.Uol>
getModelAttributes
in class com.liferay.portal.model.impl.BaseModelImpl<com.qti.slayer.model.Uol>
public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes
in interface com.liferay.portal.model.BaseModel<com.qti.slayer.model.Uol>
setModelAttributes
in class com.liferay.portal.model.impl.BaseModelImpl<com.qti.slayer.model.Uol>
@JSON public long getI_Id()
getI_Id
in interface com.qti.slayer.model.UolModel
public void setI_Id(long I_Id)
setI_Id
in interface com.qti.slayer.model.UolModel
@JSON public long getClassRoomId()
getClassRoomId
in interface com.qti.slayer.model.UolModel
public void setClassRoomId(long classRoomId)
setClassRoomId
in interface com.qti.slayer.model.UolModel
public long getOriginalClassRoomId()
@JSON public long getSubjectId()
getSubjectId
in interface com.qti.slayer.model.UolModel
public void setSubjectId(long subjectId)
setSubjectId
in interface com.qti.slayer.model.UolModel
@JSON public long getCountryId()
getCountryId
in interface com.qti.slayer.model.UolModel
public void setCountryId(long countryId)
setCountryId
in interface com.qti.slayer.model.UolModel
@JSON public long getCompanyId()
getCompanyId
in interface com.qti.slayer.model.UolModel
public void setCompanyId(long companyId)
setCompanyId
in interface com.qti.slayer.model.UolModel
@JSON public long getAssessmentTestId()
getAssessmentTestId
in interface com.qti.slayer.model.UolModel
public void setAssessmentTestId(long assessmentTestId)
setAssessmentTestId
in interface com.qti.slayer.model.UolModel
public long getOriginalAssessmentTestId()
@JSON public java.util.Date getCreateDate()
getCreateDate
in interface com.qti.slayer.model.UolModel
public void setCreateDate(java.util.Date createDate)
setCreateDate
in interface com.qti.slayer.model.UolModel
@JSON public java.util.Date getRequestedDate()
getRequestedDate
in interface com.qti.slayer.model.UolModel
public void setRequestedDate(java.util.Date requestedDate)
setRequestedDate
in interface com.qti.slayer.model.UolModel
@JSON public java.lang.String getDescription()
getDescription
in interface com.qti.slayer.model.UolModel
public void setDescription(java.lang.String description)
setDescription
in interface com.qti.slayer.model.UolModel
@JSON public boolean getActive()
getActive
in interface com.qti.slayer.model.UolModel
public boolean isActive()
isActive
in interface com.qti.slayer.model.UolModel
public void setActive(boolean active)
setActive
in interface com.qti.slayer.model.UolModel
@JSON public int getEvalTypeId()
getEvalTypeId
in interface com.qti.slayer.model.UolModel
public void setEvalTypeId(int evalTypeId)
setEvalTypeId
in interface com.qti.slayer.model.UolModel
@JSON public java.lang.String getTitle()
getTitle
in interface com.qti.slayer.model.UolModel
public void setTitle(java.lang.String title)
setTitle
in interface com.qti.slayer.model.UolModel
public long getColumnBitmask()
public com.liferay.portlet.expando.model.ExpandoBridge getExpandoBridge()
getExpandoBridge
in interface com.liferay.portal.model.BaseModel<com.qti.slayer.model.Uol>
getExpandoBridge
in interface com.liferay.portal.model.ClassedModel
getExpandoBridge
in interface com.qti.slayer.model.UolModel
getExpandoBridge
in class com.liferay.portal.model.impl.BaseModelImpl<com.qti.slayer.model.Uol>
public void setExpandoBridgeAttributes(com.liferay.portal.service.ServiceContext serviceContext)
setExpandoBridgeAttributes
in interface com.liferay.portal.model.BaseModel<com.qti.slayer.model.Uol>
setExpandoBridgeAttributes
in interface com.qti.slayer.model.UolModel
setExpandoBridgeAttributes
in class com.liferay.portal.model.impl.BaseModelImpl<com.qti.slayer.model.Uol>
public com.qti.slayer.model.Uol toEscapedModel()
toEscapedModel
in interface com.liferay.portal.model.BaseModel<com.qti.slayer.model.Uol>
toEscapedModel
in interface com.qti.slayer.model.UolModel
toEscapedModel
in class com.liferay.portal.model.impl.BaseModelImpl<com.qti.slayer.model.Uol>
public java.lang.Object clone()
clone
in interface com.liferay.portal.model.BaseModel<com.qti.slayer.model.Uol>
clone
in interface com.qti.slayer.model.UolModel
clone
in class com.liferay.portal.model.impl.BaseModelImpl<com.qti.slayer.model.Uol>
public int compareTo(com.qti.slayer.model.Uol uol)
compareTo
in interface com.qti.slayer.model.UolModel
compareTo
in interface java.lang.Comparable<com.qti.slayer.model.Uol>
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in interface com.qti.slayer.model.UolModel
hashCode
in class java.lang.Object
public void resetOriginalValues()
resetOriginalValues
in interface com.liferay.portal.model.BaseModel<com.qti.slayer.model.Uol>
resetOriginalValues
in class com.liferay.portal.model.impl.BaseModelImpl<com.qti.slayer.model.Uol>
public com.liferay.portal.model.CacheModel<com.qti.slayer.model.Uol> toCacheModel()
toCacheModel
in interface com.liferay.portal.model.BaseModel<com.qti.slayer.model.Uol>
toCacheModel
in interface com.qti.slayer.model.UolModel
toCacheModel
in class com.liferay.portal.model.impl.BaseModelImpl<com.qti.slayer.model.Uol>
public java.lang.String toString()
toString
in interface com.qti.slayer.model.UolModel
toString
in class java.lang.Object
public java.lang.String toXmlString()
toXmlString
in interface com.liferay.portal.model.BaseModel<com.qti.slayer.model.Uol>
toXmlString
in interface com.qti.slayer.model.UolModel