|
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<TasksReview>
com.liferay.portlet.tasks.model.impl.TasksReviewModelImpl
public class TasksReviewModelImpl
The base model implementation for the TasksReview service. Represents a row in the "TasksReview" database table, with each column mapped to a property of this class.
This implementation and its corresponding interface TasksReviewModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in TasksReviewImpl.
Never modify or reference this class directly. All methods that expect a tasks review model instance should use the TasksReview interface instead.
TasksReviewImpl,
TasksReview,
TasksReviewModel,
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 |
ORDER_BY_JPQL
|
static String |
ORDER_BY_SQL
|
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 | |
|---|---|
TasksReviewModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(TasksReview tasksReview)
|
boolean |
equals(Object obj)
|
long |
getAssignedByUserId()
Gets the assigned by user id of this tasks review. |
String |
getAssignedByUserName()
Gets the assigned by user name of this tasks review. |
String |
getAssignedByUserUuid()
Gets the assigned by user uuid of this tasks review. |
long |
getCompanyId()
Gets the company id of this tasks review. |
boolean |
getCompleted()
Gets the completed of this tasks review. |
Date |
getCreateDate()
Gets the create date of this tasks review. |
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
long |
getGroupId()
Gets the group id of this tasks review. |
Date |
getModifiedDate()
Gets the modified date of this tasks review. |
long |
getOriginalProposalId()
|
long |
getOriginalUserId()
|
long |
getPrimaryKey()
Gets the primary key of this tasks review. |
Serializable |
getPrimaryKeyObj()
Gets the primary key of this model instance. |
long |
getProposalId()
Gets the proposal id of this tasks review. |
boolean |
getRejected()
Gets the rejected of this tasks review. |
long |
getReviewId()
Gets the review id of this tasks review. |
int |
getStage()
Gets the stage of this tasks review. |
long |
getUserId()
Gets the user id of this tasks review. |
String |
getUserName()
Gets the user name of this tasks review. |
String |
getUserUuid()
Gets the user uuid of this tasks review. |
int |
hashCode()
|
boolean |
isCompleted()
Determines whether this tasks review is completed. |
boolean |
isRejected()
Determines whether this tasks review is rejected. |
void |
setAssignedByUserId(long assignedByUserId)
Sets the assigned by user id of this tasks review. |
void |
setAssignedByUserName(String assignedByUserName)
Sets the assigned by user name of this tasks review. |
void |
setAssignedByUserUuid(String assignedByUserUuid)
Sets the assigned by user uuid of this tasks review. |
void |
setCompanyId(long companyId)
Sets the company id of this tasks review. |
void |
setCompleted(boolean completed)
Sets whether this {$entity.humanName} is completed. |
void |
setCreateDate(Date createDate)
Sets the create date of this tasks review. |
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setGroupId(long groupId)
Sets the group id of this tasks review. |
void |
setModifiedDate(Date modifiedDate)
Sets the modified date of this tasks review. |
void |
setPrimaryKey(long pk)
Sets the primary key of this tasks review |
void |
setProposalId(long proposalId)
Sets the proposal id of this tasks review. |
void |
setRejected(boolean rejected)
Sets whether this {$entity.humanName} is rejected. |
void |
setReviewId(long reviewId)
Sets the review id of this tasks review. |
void |
setStage(int stage)
Sets the stage of this tasks review. |
void |
setUserId(long userId)
Sets the user id of this tasks review. |
void |
setUserName(String userName)
Sets the user name of this tasks review. |
void |
setUserUuid(String userUuid)
Sets the user uuid of this tasks review. |
TasksReview |
toEscapedModel()
Gets a copy of this tasks review as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
static TasksReview |
toModel(TasksReviewSoap soapModel)
Converts the soap model instance into a normal model instance. |
static List<TasksReview> |
toModels(TasksReviewSoap[] soapModels)
Converts the soap model instances into normal model instances. |
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.portlet.tasks.model.TasksReviewModel |
|---|
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 ORDER_BY_JPQL
public static final String ORDER_BY_SQL
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 TasksReviewModelImpl()
| Method Detail |
|---|
public static TasksReview toModel(TasksReviewSoap soapModel)
soapModel - the soap model instance to convert
public static List<TasksReview> toModels(TasksReviewSoap[] soapModels)
soapModels - the soap model instances to convert
public long getPrimaryKey()
TasksReviewModel
getPrimaryKey in interface TasksReviewModelpublic void setPrimaryKey(long pk)
TasksReviewModel
setPrimaryKey in interface TasksReviewModelpk - the primary key of this tasks reviewpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<TasksReview>getPrimaryKeyObj in interface TasksReviewModelpublic long getReviewId()
TasksReviewModel
getReviewId in interface TasksReviewModelpublic void setReviewId(long reviewId)
TasksReviewModel
setReviewId in interface TasksReviewModelreviewId - the review id of this tasks reviewpublic long getGroupId()
TasksReviewModel
getGroupId in interface TasksReviewModelpublic void setGroupId(long groupId)
TasksReviewModel
setGroupId in interface TasksReviewModelgroupId - the group id of this tasks reviewpublic long getCompanyId()
TasksReviewModel
getCompanyId in interface TasksReviewModelpublic void setCompanyId(long companyId)
TasksReviewModel
setCompanyId in interface TasksReviewModelcompanyId - the company id of this tasks reviewpublic long getUserId()
TasksReviewModel
getUserId in interface TasksReviewModelpublic void setUserId(long userId)
TasksReviewModel
setUserId in interface TasksReviewModeluserId - the user id of this tasks review
public String getUserUuid()
throws SystemException
TasksReviewModel
getUserUuid in interface TasksReviewModelSystemException - if a system exception occurredpublic void setUserUuid(String userUuid)
TasksReviewModel
setUserUuid in interface TasksReviewModeluserUuid - the user uuid of this tasks reviewpublic long getOriginalUserId()
public String getUserName()
TasksReviewModel
getUserName in interface TasksReviewModelpublic void setUserName(String userName)
TasksReviewModel
setUserName in interface TasksReviewModeluserName - the user name of this tasks reviewpublic Date getCreateDate()
TasksReviewModel
getCreateDate in interface TasksReviewModelpublic void setCreateDate(Date createDate)
TasksReviewModel
setCreateDate in interface TasksReviewModelcreateDate - the create date of this tasks reviewpublic Date getModifiedDate()
TasksReviewModel
getModifiedDate in interface TasksReviewModelpublic void setModifiedDate(Date modifiedDate)
TasksReviewModel
setModifiedDate in interface TasksReviewModelmodifiedDate - the modified date of this tasks reviewpublic long getProposalId()
TasksReviewModel
getProposalId in interface TasksReviewModelpublic void setProposalId(long proposalId)
TasksReviewModel
setProposalId in interface TasksReviewModelproposalId - the proposal id of this tasks reviewpublic long getOriginalProposalId()
public long getAssignedByUserId()
TasksReviewModel
getAssignedByUserId in interface TasksReviewModelpublic void setAssignedByUserId(long assignedByUserId)
TasksReviewModel
setAssignedByUserId in interface TasksReviewModelassignedByUserId - the assigned by user id of this tasks review
public String getAssignedByUserUuid()
throws SystemException
TasksReviewModel
getAssignedByUserUuid in interface TasksReviewModelSystemException - if a system exception occurredpublic void setAssignedByUserUuid(String assignedByUserUuid)
TasksReviewModel
setAssignedByUserUuid in interface TasksReviewModelassignedByUserUuid - the assigned by user uuid of this tasks reviewpublic String getAssignedByUserName()
TasksReviewModel
getAssignedByUserName in interface TasksReviewModelpublic void setAssignedByUserName(String assignedByUserName)
TasksReviewModel
setAssignedByUserName in interface TasksReviewModelassignedByUserName - the assigned by user name of this tasks reviewpublic int getStage()
TasksReviewModel
getStage in interface TasksReviewModelpublic void setStage(int stage)
TasksReviewModel
setStage in interface TasksReviewModelstage - the stage of this tasks reviewpublic boolean getCompleted()
TasksReviewModel
getCompleted in interface TasksReviewModelpublic boolean isCompleted()
TasksReviewModel
isCompleted in interface TasksReviewModelpublic void setCompleted(boolean completed)
TasksReviewModel
setCompleted in interface TasksReviewModelcompleted - the completed of this tasks reviewpublic boolean getRejected()
TasksReviewModel
getRejected in interface TasksReviewModelpublic boolean isRejected()
TasksReviewModel
isRejected in interface TasksReviewModelpublic void setRejected(boolean rejected)
TasksReviewModel
setRejected in interface TasksReviewModelrejected - the rejected of this tasks reviewpublic TasksReview toEscapedModel()
TasksReviewModelAutoEscapeBeanHandler.
toEscapedModel in interface TasksReviewModelAutoEscapeBeanHandlerpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<TasksReview>getExpandoBridge in interface TasksReviewModelgetExpandoBridge in class BaseModelImpl<TasksReview>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<TasksReview>setExpandoBridgeAttributes in interface TasksReviewModelsetExpandoBridgeAttributes in class BaseModelImpl<TasksReview>serviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<TasksReview>clone in interface TasksReviewModelclone in class BaseModelImpl<TasksReview>public int compareTo(TasksReview tasksReview)
compareTo in interface TasksReviewModelcompareTo in interface Comparable<TasksReview>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface TasksReviewModelhashCode in class Objectpublic String toString()
toString in interface TasksReviewModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<TasksReview>toXmlString in interface TasksReviewModel
|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||