Liferay 6.0.5

com.liferay.portlet.tasks.model
Interface TasksReview

All Superinterfaces:
BaseModel<TasksReview>, Cloneable, Comparable<TasksReview>, Serializable, TasksReviewModel
All Known Implementing Classes:
TasksReviewImpl, 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 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.

See Also:
TasksReviewModel, TasksReviewImpl, TasksReviewModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is 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
 


Liferay 6.0.5