|
Liferay 6.0.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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 FormField 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 TasksReviewModel
public void setPrimaryKey(long pk)
TasksReviewModel
setPrimaryKey
in interface TasksReviewModel
pk
- the primary key of this tasks reviewpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj
in interface BaseModel<TasksReview>
getPrimaryKeyObj
in interface TasksReviewModel
public long getReviewId()
TasksReviewModel
getReviewId
in interface TasksReviewModel
public void setReviewId(long reviewId)
TasksReviewModel
setReviewId
in interface TasksReviewModel
reviewId
- the review id of this tasks reviewpublic long getGroupId()
TasksReviewModel
getGroupId
in interface TasksReviewModel
public void setGroupId(long groupId)
TasksReviewModel
setGroupId
in interface TasksReviewModel
groupId
- the group id of this tasks reviewpublic long getCompanyId()
TasksReviewModel
getCompanyId
in interface TasksReviewModel
public void setCompanyId(long companyId)
TasksReviewModel
setCompanyId
in interface TasksReviewModel
companyId
- the company id of this tasks reviewpublic long getUserId()
TasksReviewModel
getUserId
in interface TasksReviewModel
public void setUserId(long userId)
TasksReviewModel
setUserId
in interface TasksReviewModel
userId
- the user id of this tasks reviewpublic String getUserUuid() throws SystemException
TasksReviewModel
getUserUuid
in interface TasksReviewModel
SystemException
- if a system exception occurredpublic void setUserUuid(String userUuid)
TasksReviewModel
setUserUuid
in interface TasksReviewModel
userUuid
- the user uuid of this tasks reviewpublic long getOriginalUserId()
public String getUserName()
TasksReviewModel
getUserName
in interface TasksReviewModel
public void setUserName(String userName)
TasksReviewModel
setUserName
in interface TasksReviewModel
userName
- the user name of this tasks reviewpublic Date getCreateDate()
TasksReviewModel
getCreateDate
in interface TasksReviewModel
public void setCreateDate(Date createDate)
TasksReviewModel
setCreateDate
in interface TasksReviewModel
createDate
- the create date of this tasks reviewpublic Date getModifiedDate()
TasksReviewModel
getModifiedDate
in interface TasksReviewModel
public void setModifiedDate(Date modifiedDate)
TasksReviewModel
setModifiedDate
in interface TasksReviewModel
modifiedDate
- the modified date of this tasks reviewpublic long getProposalId()
TasksReviewModel
getProposalId
in interface TasksReviewModel
public void setProposalId(long proposalId)
TasksReviewModel
setProposalId
in interface TasksReviewModel
proposalId
- the proposal id of this tasks reviewpublic long getOriginalProposalId()
public long getAssignedByUserId()
TasksReviewModel
getAssignedByUserId
in interface TasksReviewModel
public void setAssignedByUserId(long assignedByUserId)
TasksReviewModel
setAssignedByUserId
in interface TasksReviewModel
assignedByUserId
- the assigned by user id of this tasks reviewpublic String getAssignedByUserUuid() throws SystemException
TasksReviewModel
getAssignedByUserUuid
in interface TasksReviewModel
SystemException
- if a system exception occurredpublic void setAssignedByUserUuid(String assignedByUserUuid)
TasksReviewModel
setAssignedByUserUuid
in interface TasksReviewModel
assignedByUserUuid
- the assigned by user uuid of this tasks reviewpublic String getAssignedByUserName()
TasksReviewModel
getAssignedByUserName
in interface TasksReviewModel
public void setAssignedByUserName(String assignedByUserName)
TasksReviewModel
setAssignedByUserName
in interface TasksReviewModel
assignedByUserName
- the assigned by user name of this tasks reviewpublic int getStage()
TasksReviewModel
getStage
in interface TasksReviewModel
public void setStage(int stage)
TasksReviewModel
setStage
in interface TasksReviewModel
stage
- the stage of this tasks reviewpublic boolean getCompleted()
TasksReviewModel
getCompleted
in interface TasksReviewModel
public boolean isCompleted()
TasksReviewModel
isCompleted
in interface TasksReviewModel
public void setCompleted(boolean completed)
TasksReviewModel
setCompleted
in interface TasksReviewModel
completed
- the completed of this tasks reviewpublic boolean getRejected()
TasksReviewModel
getRejected
in interface TasksReviewModel
public boolean isRejected()
TasksReviewModel
isRejected
in interface TasksReviewModel
public void setRejected(boolean rejected)
TasksReviewModel
setRejected
in interface TasksReviewModel
rejected
- the rejected of this tasks reviewpublic TasksReview toEscapedModel()
TasksReviewModel
AutoEscapeBeanHandler
.
toEscapedModel
in interface TasksReviewModel
AutoEscapeBeanHandler
public ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge
in interface BaseModel<TasksReview>
getExpandoBridge
in interface TasksReviewModel
getExpandoBridge
in class BaseModelImpl<TasksReview>
public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes
in interface BaseModel<TasksReview>
setExpandoBridgeAttributes
in interface TasksReviewModel
setExpandoBridgeAttributes
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 TasksReviewModel
clone
in class BaseModelImpl<TasksReview>
public int compareTo(TasksReview tasksReview)
compareTo
in interface TasksReviewModel
compareTo
in interface Comparable<TasksReview>
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in interface TasksReviewModel
hashCode
in class Object
public String toString()
toString
in interface TasksReviewModel
toString
in class Object
public String toXmlString()
BaseModel
toXmlString
in interface BaseModel<TasksReview>
toXmlString
in interface TasksReviewModel
|
Liferay 6.0.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |