com.liferay.portlet.tasks.model
Interface TasksProposal

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

public interface TasksProposal
extends TasksProposalModel

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 TasksProposal table in the database.

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

Author:
Brian Wing Shun Chan
See Also:
TasksProposalModel, com.liferay.portlet.tasks.model.impl.TasksProposalImpl, com.liferay.portlet.tasks.model.impl.TasksProposalModelImpl

Method Summary
 java.lang.String getStatus(java.util.Locale locale)
           
 
Methods inherited from interface com.liferay.portlet.tasks.model.TasksProposalModel
getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getDescription, getDueDate, getGroupId, getModifiedDate, getName, getPrimaryKey, getProposalId, getPublishDate, getUserId, getUserName, setClassNameId, setClassPK, setCompanyId, setCreateDate, setDescription, setDueDate, setGroupId, setModifiedDate, setName, setPrimaryKey, setProposalId, setPublishDate, 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
 

Method Detail

getStatus

java.lang.String getStatus(java.util.Locale locale)
                           throws com.liferay.portal.PortalException,
                                  com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException