@JSON(strict=true)
public class AssignmentModelImpl
extends com.liferay.portal.model.impl.BaseModelImpl<com.qti.slayer.model.Assignment>
implements com.qti.slayer.model.AssignmentModel
This implementation and its corresponding interface AssignmentModel
exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in AssignmentImpl
.
AssignmentImpl
,
Assignment
,
AssignmentModel
,
Serialized FormModifier and Type | Field and Description |
---|---|
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 |
static long |
USERID_COLUMN_BITMASK |
Constructor and Description |
---|
AssignmentModelImpl() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
int |
compareTo(com.qti.slayer.model.Assignment assignment) |
boolean |
equals(java.lang.Object obj) |
long |
getColumnBitmask() |
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.lang.Class<?> |
getModelClass() |
java.lang.String |
getModelClassName() |
long |
getOriginalUserId() |
com.qti.slayer.service.persistence.AssignmentPK |
getPrimaryKey() |
java.io.Serializable |
getPrimaryKeyObj() |
int |
getStatus() |
java.lang.String |
getTitle() |
long |
getUolId() |
int |
getUoltype() |
long |
getUserId() |
java.lang.String |
getUsername() |
java.lang.String |
getUserUuid() |
int |
hashCode() |
void |
resetOriginalValues() |
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setPrimaryKey(com.qti.slayer.service.persistence.AssignmentPK primaryKey) |
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
void |
setStatus(int status) |
void |
setTitle(java.lang.String title) |
void |
setUolId(long uolId) |
void |
setUoltype(int uoltype) |
void |
setUserId(long userId) |
void |
setUsername(java.lang.String username) |
void |
setUserUuid(java.lang.String userUuid) |
com.liferay.portal.model.CacheModel<com.qti.slayer.model.Assignment> |
toCacheModel() |
com.qti.slayer.model.Assignment |
toEscapedModel() |
static com.qti.slayer.model.Assignment |
toModel(com.qti.slayer.model.AssignmentSoap soapModel)
Converts the soap model instance into a normal model instance.
|
static java.util.List<com.qti.slayer.model.Assignment> |
toModels(com.qti.slayer.model.AssignmentSoap[] 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 USERID_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
public static com.qti.slayer.model.Assignment toModel(com.qti.slayer.model.AssignmentSoap soapModel)
soapModel
- the soap model instance to convertpublic static java.util.List<com.qti.slayer.model.Assignment> toModels(com.qti.slayer.model.AssignmentSoap[] soapModels)
soapModels
- the soap model instances to convertpublic com.qti.slayer.service.persistence.AssignmentPK getPrimaryKey()
getPrimaryKey
in interface com.qti.slayer.model.AssignmentModel
public void setPrimaryKey(com.qti.slayer.service.persistence.AssignmentPK primaryKey)
setPrimaryKey
in interface com.qti.slayer.model.AssignmentModel
public java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj
in interface com.liferay.portal.model.BaseModel<com.qti.slayer.model.Assignment>
getPrimaryKeyObj
in interface com.liferay.portal.model.ClassedModel
getPrimaryKeyObj
in interface com.qti.slayer.model.AssignmentModel
public void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj
in interface com.liferay.portal.model.BaseModel<com.qti.slayer.model.Assignment>
setPrimaryKeyObj
in interface com.liferay.portal.model.ClassedModel
setPrimaryKeyObj
in interface com.qti.slayer.model.AssignmentModel
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.Assignment>
getModelAttributes
in class com.liferay.portal.model.impl.BaseModelImpl<com.qti.slayer.model.Assignment>
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.Assignment>
setModelAttributes
in class com.liferay.portal.model.impl.BaseModelImpl<com.qti.slayer.model.Assignment>
@JSON public long getUserId()
getUserId
in interface com.qti.slayer.model.AssignmentModel
public void setUserId(long userId)
setUserId
in interface com.qti.slayer.model.AssignmentModel
public java.lang.String getUserUuid() throws com.liferay.portal.kernel.exception.SystemException
getUserUuid
in interface com.qti.slayer.model.AssignmentModel
com.liferay.portal.kernel.exception.SystemException
public void setUserUuid(java.lang.String userUuid)
setUserUuid
in interface com.qti.slayer.model.AssignmentModel
public long getOriginalUserId()
@JSON public long getUolId()
getUolId
in interface com.qti.slayer.model.AssignmentModel
public void setUolId(long uolId)
setUolId
in interface com.qti.slayer.model.AssignmentModel
@JSON public int getStatus()
getStatus
in interface com.qti.slayer.model.AssignmentModel
public void setStatus(int status)
setStatus
in interface com.qti.slayer.model.AssignmentModel
@JSON public int getUoltype()
getUoltype
in interface com.qti.slayer.model.AssignmentModel
public void setUoltype(int uoltype)
setUoltype
in interface com.qti.slayer.model.AssignmentModel
@JSON public java.lang.String getTitle()
getTitle
in interface com.qti.slayer.model.AssignmentModel
public void setTitle(java.lang.String title)
setTitle
in interface com.qti.slayer.model.AssignmentModel
@JSON public java.lang.String getUsername()
getUsername
in interface com.qti.slayer.model.AssignmentModel
public void setUsername(java.lang.String username)
setUsername
in interface com.qti.slayer.model.AssignmentModel
public long getColumnBitmask()
public com.qti.slayer.model.Assignment toEscapedModel()
toEscapedModel
in interface com.liferay.portal.model.BaseModel<com.qti.slayer.model.Assignment>
toEscapedModel
in interface com.qti.slayer.model.AssignmentModel
toEscapedModel
in class com.liferay.portal.model.impl.BaseModelImpl<com.qti.slayer.model.Assignment>
public java.lang.Object clone()
clone
in interface com.liferay.portal.model.BaseModel<com.qti.slayer.model.Assignment>
clone
in interface com.qti.slayer.model.AssignmentModel
clone
in class com.liferay.portal.model.impl.BaseModelImpl<com.qti.slayer.model.Assignment>
public int compareTo(com.qti.slayer.model.Assignment assignment)
compareTo
in interface com.qti.slayer.model.AssignmentModel
compareTo
in interface java.lang.Comparable<com.qti.slayer.model.Assignment>
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in interface com.qti.slayer.model.AssignmentModel
hashCode
in class java.lang.Object
public void resetOriginalValues()
resetOriginalValues
in interface com.liferay.portal.model.BaseModel<com.qti.slayer.model.Assignment>
resetOriginalValues
in class com.liferay.portal.model.impl.BaseModelImpl<com.qti.slayer.model.Assignment>
public com.liferay.portal.model.CacheModel<com.qti.slayer.model.Assignment> toCacheModel()
toCacheModel
in interface com.liferay.portal.model.BaseModel<com.qti.slayer.model.Assignment>
toCacheModel
in interface com.qti.slayer.model.AssignmentModel
toCacheModel
in class com.liferay.portal.model.impl.BaseModelImpl<com.qti.slayer.model.Assignment>
public java.lang.String toString()
toString
in interface com.qti.slayer.model.AssignmentModel
toString
in class java.lang.Object
public java.lang.String toXmlString()
toXmlString
in interface com.liferay.portal.model.BaseModel<com.qti.slayer.model.Assignment>
toXmlString
in interface com.qti.slayer.model.AssignmentModel