Liferay 6.0.3

com.liferay.portlet.tasks.model
Interface TasksProposal

All Superinterfaces:
BaseModel<TasksProposal>, Cloneable, Comparable<TasksProposal>, Serializable, TasksProposalModel
All Known Implementing Classes:
TasksProposalImpl, TasksProposalWrapper

public interface TasksProposal
extends TasksProposalModel

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

Customize TasksProposalImpl and rerun the ServiceBuilder to generate the new methods.

See Also:
TasksProposalModel, TasksProposalImpl, TasksProposalModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Method Summary
 String getStatus(Locale locale)
           
 
Methods inherited from interface com.liferay.portlet.tasks.model.TasksProposalModel
clone, compareTo, getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getDescription, getDueDate, getExpandoBridge, getGroupId, getModifiedDate, getName, getPrimaryKey, getPrimaryKeyObj, getProposalId, getPublishDate, getUserId, getUserName, getUserUuid, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setClassNameId, setClassPK, setCompanyId, setCreateDate, setDescription, setDueDate, setEscapedModel, setExpandoBridgeAttributes, setGroupId, setModifiedDate, setName, setNew, setPrimaryKey, setProposalId, setPublishDate, setUserId, setUserName, setUserUuid, toEscapedModel, toString, toXmlString
 

Method Detail

getStatus

String getStatus(Locale locale)
                 throws PortalException,
                        SystemException
Throws:
PortalException
SystemException

Liferay 6.0.3