com.liferay.portlet.tasks.model
Interface TasksReview

All Superinterfaces:
BaseModel, java.lang.Cloneable, java.lang.Comparable, java.io.Serializable, TasksReviewModel

public interface TasksReview
extends TasksReviewModel

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This interface is a model that represents the TasksReview table in the database.

Customize com.liferay.portlet.tasks.model.impl.TasksReviewImpl and rerun the ServiceBuilder to generate the new methods.

Author:
Brian Wing Shun Chan
See Also:
TasksReviewModel, com.liferay.portlet.tasks.model.impl.TasksReviewImpl, com.liferay.portlet.tasks.model.impl.TasksReviewModelImpl

Method Summary
 
Methods inherited from interface com.liferay.portlet.tasks.model.TasksReviewModel
getAssignedByUserId, getAssignedByUserName, getCompanyId, getCompleted, getCreateDate, getGroupId, getModifiedDate, getPrimaryKey, getProposalId, getRejected, getReviewId, getStage, getUserId, getUserName, isCompleted, isRejected, setAssignedByUserId, setAssignedByUserName, setCompanyId, setCompleted, setCreateDate, setGroupId, setModifiedDate, setPrimaryKey, setProposalId, setRejected, setReviewId, setStage, setUserId, setUserName, toEscapedModel
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isEscapedModel, isNew, setEscapedModel, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo