|
Liferay 6.0-ee-sp2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.tasks.model.TasksReviewWrapper
public class TasksReviewWrapper
This class is a wrapper for TasksReview.
TasksReview,
Serialized Form| Constructor Summary | |
|---|---|
TasksReviewWrapper(TasksReview tasksReview)
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(TasksReview tasksReview)
|
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()
Returns the expando bridge for this model instance. |
long |
getGroupId()
Gets the group ID of this tasks review. |
Class<?> |
getModelClass()
|
String |
getModelClassName()
|
Date |
getModifiedDate()
Gets the modified date of this tasks review. |
long |
getPrimaryKey()
Gets the primary key of this tasks review. |
Serializable |
getPrimaryKeyObj()
Returns 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. |
TasksReview |
getWrappedTasksReview()
|
int |
hashCode()
|
boolean |
isCachedModel()
Returns true if this model instance was retrieved from the
entity cache. |
boolean |
isCompleted()
Determines if this tasks review is completed. |
boolean |
isEscapedModel()
Returns true if this model instance is escaped. |
boolean |
isNew()
Returns true if this model instance does not yet exist in
the database. |
boolean |
isRejected()
Determines if this tasks review is rejected. |
void |
persist()
Updates this model instance in the database or adds it if it does not yet exist. |
void |
resetOriginalValues()
Reset all original fields to current values. |
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 |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache. |
void |
setCompanyId(long companyId)
Sets the company ID of this tasks review. |
void |
setCompleted(boolean completed)
Sets whether this tasks review is completed. |
void |
setCreateDate(Date createDate)
Sets the create date of this tasks review. |
void |
setEscapedModel(boolean escapedModel)
Sets whether this model instance is escaped, meaning that all strings returned from getter methods are HTML safe. |
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 |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database. |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this tasks review |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
void |
setProposalId(long proposalId)
Sets the proposal ID of this tasks review. |
void |
setRejected(boolean rejected)
Sets whether this tasks review 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. |
CacheModel<TasksReview> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
TasksReview |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
String |
toString()
|
String |
toXmlString()
Returns the XML representation of this model instance. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TasksReviewWrapper(TasksReview tasksReview)
| Method Detail |
|---|
public Class<?> getModelClass()
getModelClass in interface ClassedModelpublic String getModelClassName()
getModelClassName in interface ClassedModelpublic long getPrimaryKey()
getPrimaryKey in interface TasksReviewModelpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface TasksReviewModelprimaryKey - the primary key of this tasks reviewpublic long getReviewId()
getReviewId in interface TasksReviewModelpublic void setReviewId(long reviewId)
setReviewId in interface TasksReviewModelreviewId - the review ID of this tasks reviewpublic long getGroupId()
getGroupId in interface GroupedModelgetGroupId in interface TasksReviewModelpublic void setGroupId(long groupId)
setGroupId in interface GroupedModelsetGroupId in interface TasksReviewModelgroupId - the group ID of this tasks reviewpublic long getCompanyId()
getCompanyId in interface AuditedModelgetCompanyId in interface TasksReviewModelpublic void setCompanyId(long companyId)
setCompanyId in interface AuditedModelsetCompanyId in interface TasksReviewModelcompanyId - the company ID of this tasks reviewpublic long getUserId()
getUserId in interface AuditedModelgetUserId in interface TasksReviewModelpublic void setUserId(long userId)
setUserId in interface AuditedModelsetUserId in interface TasksReviewModeluserId - the user ID of this tasks review
public String getUserUuid()
throws SystemException
getUserUuid in interface AuditedModelgetUserUuid in interface TasksReviewModelSystemException - if a system exception occurredpublic void setUserUuid(String userUuid)
setUserUuid in interface AuditedModelsetUserUuid in interface TasksReviewModeluserUuid - the user uuid of this tasks reviewpublic String getUserName()
getUserName in interface AuditedModelgetUserName in interface TasksReviewModelpublic void setUserName(String userName)
setUserName in interface AuditedModelsetUserName in interface TasksReviewModeluserName - the user name of this tasks reviewpublic Date getCreateDate()
getCreateDate in interface AuditedModelgetCreateDate in interface TasksReviewModelpublic void setCreateDate(Date createDate)
setCreateDate in interface AuditedModelsetCreateDate in interface TasksReviewModelcreateDate - the create date of this tasks reviewpublic Date getModifiedDate()
getModifiedDate in interface AuditedModelgetModifiedDate in interface TasksReviewModelpublic void setModifiedDate(Date modifiedDate)
setModifiedDate in interface AuditedModelsetModifiedDate in interface TasksReviewModelmodifiedDate - the modified date of this tasks reviewpublic long getProposalId()
getProposalId in interface TasksReviewModelpublic void setProposalId(long proposalId)
setProposalId in interface TasksReviewModelproposalId - the proposal ID of this tasks reviewpublic long getAssignedByUserId()
getAssignedByUserId in interface TasksReviewModelpublic void setAssignedByUserId(long assignedByUserId)
setAssignedByUserId in interface TasksReviewModelassignedByUserId - the assigned by user ID of this tasks review
public String getAssignedByUserUuid()
throws SystemException
getAssignedByUserUuid in interface TasksReviewModelSystemException - if a system exception occurredpublic void setAssignedByUserUuid(String assignedByUserUuid)
setAssignedByUserUuid in interface TasksReviewModelassignedByUserUuid - the assigned by user uuid of this tasks reviewpublic String getAssignedByUserName()
getAssignedByUserName in interface TasksReviewModelpublic void setAssignedByUserName(String assignedByUserName)
setAssignedByUserName in interface TasksReviewModelassignedByUserName - the assigned by user name of this tasks reviewpublic int getStage()
getStage in interface TasksReviewModelpublic void setStage(int stage)
setStage in interface TasksReviewModelstage - the stage of this tasks reviewpublic boolean getCompleted()
getCompleted in interface TasksReviewModelpublic boolean isCompleted()
isCompleted in interface TasksReviewModeltrue if this tasks review is completed; false otherwisepublic void setCompleted(boolean completed)
setCompleted in interface TasksReviewModelcompleted - the completed of this tasks reviewpublic boolean getRejected()
getRejected in interface TasksReviewModelpublic boolean isRejected()
isRejected in interface TasksReviewModeltrue if this tasks review is rejected; false otherwisepublic void setRejected(boolean rejected)
setRejected in interface TasksReviewModelrejected - the rejected of this tasks reviewpublic boolean isNew()
BaseModeltrue if this model instance does not yet exist in
the database.
isNew in interface BaseModel<TasksReview>isNew in interface TasksReviewModeltrue if this model instance does not yet exist in
the database; false otherwisepublic void setNew(boolean n)
BaseModel
setNew in interface BaseModel<TasksReview>setNew in interface TasksReviewModeln - whether this model instance does not yet exist in the databasepublic boolean isCachedModel()
BaseModeltrue if this model instance was retrieved from the
entity cache.
isCachedModel in interface BaseModel<TasksReview>isCachedModel in interface TasksReviewModeltrue if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)public void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<TasksReview>setCachedModel in interface TasksReviewModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic boolean isEscapedModel()
BaseModeltrue if this model instance is escaped.
isEscapedModel in interface BaseModel<TasksReview>isEscapedModel in interface TasksReviewModeltrue if this model instance is escaped;
false otherwiseBaseModel.setEscapedModel(boolean)public void setEscapedModel(boolean escapedModel)
BaseModel
A model instance can be made escaped by wrapping it with an HTML auto
escape handler using its toEscapedModel method. For example,
UserModel.toEscapedModel().
setEscapedModel in interface BaseModel<TasksReview>setEscapedModel in interface TasksReviewModelescapedModel - whether this model instance is escapedAutoEscapeBeanHandlerpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<TasksReview>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface TasksReviewModelpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<TasksReview>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface TasksReviewModelprimaryKeyObj - the primary key of this model instancepublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<TasksReview>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface TasksReviewModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<TasksReview>setExpandoBridgeAttributes in interface TasksReviewModelserviceContext - the service contextServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<TasksReview>clone in interface TasksReviewModelclone in class Objectpublic int compareTo(TasksReview tasksReview)
compareTo in interface TasksReviewModelcompareTo in interface Comparable<TasksReview>public int hashCode()
hashCode in interface TasksReviewModelhashCode in class Objectpublic CacheModel<TasksReview> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<TasksReview>toCacheModel in interface TasksReviewModelpublic TasksReview toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<TasksReview>toEscapedModel in interface TasksReviewModelAutoEscapeBeanHandlerpublic String toString()
toString in interface TasksReviewModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<TasksReview>toXmlString in interface TasksReviewModel
public void persist()
throws SystemException
PersistedModel
persist in interface PersistedModelSystemException - if a system exception occurredpublic TasksReview getWrappedTasksReview()
public void resetOriginalValues()
BaseModel
resetOriginalValues in interface BaseModel<TasksReview>
|
Liferay 6.0-ee-sp2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||