com.liferay.portlet.tasks.model
Interface TasksReview

All Superinterfaces:
BaseModel<TasksReview>, java.lang.Cloneable, java.lang.Comparable<TasksReview>, java.io.Serializable, TasksReviewModel
All Known Implementing Classes:
TasksReviewWrapper

public interface TasksReview
extends TasksReviewModel

The model interface for the TasksReview service. Represents a row in the "TasksReview" database table, with each column mapped to a property of this class.

Never modify this interface directly. Add methods to com.liferay.portlet.tasks.model.impl.TasksReviewImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.

Never reference this interface directly. All methods that expect a tasks review model instance should use the TasksReview interface instead.

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

Method Summary
 
Methods inherited from interface com.liferay.portlet.tasks.model.TasksReviewModel
clone, compareTo, getAssignedByUserId, getAssignedByUserName, getAssignedByUserUuid, getCompanyId, getCompleted, getCreateDate, getExpandoBridge, getGroupId, getModifiedDate, getPrimaryKey, getPrimaryKeyObj, getProposalId, getRejected, getReviewId, getStage, getUserId, getUserName, getUserUuid, hashCode, isCachedModel, isCompleted, isEscapedModel, isNew, isRejected, setAssignedByUserId, setAssignedByUserName, setAssignedByUserUuid, setCachedModel, setCompanyId, setCompleted, setCreateDate, setEscapedModel, setExpandoBridgeAttributes, setGroupId, setModifiedDate, setNew, setPrimaryKey, setProposalId, setRejected, setReviewId, setStage, setUserId, setUserName, setUserUuid, toEscapedModel, toString, toXmlString