com.liferay.portlet.tasks.model
Class TasksProposalWrapper

java.lang.Object
  extended by com.liferay.portlet.tasks.model.TasksProposalWrapper
All Implemented Interfaces:
BaseModel<TasksProposal>, TasksProposal, TasksProposalModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<TasksProposal>

public class TasksProposalWrapper
extends java.lang.Object
implements TasksProposal

View Source

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

This class is a wrapper for TasksProposal.

Author:
Brian Wing Shun Chan
See Also:
TasksProposal, Serialized Form
Generated:

Constructor Summary
TasksProposalWrapper(TasksProposal tasksProposal)
           
 
Method Summary
 java.lang.Object clone()
           
 int compareTo(TasksProposal tasksProposal)
           
 java.lang.String getClassName()
           
 long getClassNameId()
           
 java.lang.String getClassPK()
           
 long getCompanyId()
           
 java.util.Date getCreateDate()
           
 java.lang.String getDescription()
           
 java.util.Date getDueDate()
           
 ExpandoBridge getExpandoBridge()
           
 long getGroupId()
           
 java.util.Date getModifiedDate()
           
 java.lang.String getName()
           
 long getPrimaryKey()
           
 java.io.Serializable getPrimaryKeyObj()
           
 long getProposalId()
           
 java.util.Date getPublishDate()
           
 java.lang.String getStatus(java.util.Locale locale)
           
 long getUserId()
           
 java.lang.String getUserName()
           
 java.lang.String getUserUuid()
           
 TasksProposal getWrappedTasksProposal()
           
 int hashCode()
           
 boolean isCachedModel()
           
 boolean isEscapedModel()
           
 boolean isNew()
           
 void setCachedModel(boolean cachedModel)
           
 void setClassNameId(long classNameId)
           
 void setClassPK(java.lang.String classPK)
           
 void setCompanyId(long companyId)
           
 void setCreateDate(java.util.Date createDate)
           
 void setDescription(java.lang.String description)
           
 void setDueDate(java.util.Date dueDate)
           
 void setEscapedModel(boolean escapedModel)
           
 void setExpandoBridgeAttributes(ServiceContext serviceContext)
           
 void setGroupId(long groupId)
           
 void setModifiedDate(java.util.Date modifiedDate)
           
 void setName(java.lang.String name)
           
 boolean setNew(boolean n)
           
 void setPrimaryKey(long pk)
           
 void setProposalId(long proposalId)
           
 void setPublishDate(java.util.Date publishDate)
           
 void setUserId(long userId)
           
 void setUserName(java.lang.String userName)
           
 void setUserUuid(java.lang.String userUuid)
           
 TasksProposal toEscapedModel()
           
 java.lang.String toString()
           
 java.lang.String toXmlString()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TasksProposalWrapper

public TasksProposalWrapper(TasksProposal tasksProposal)
Method Detail

getPrimaryKey

public long getPrimaryKey()
Specified by:
getPrimaryKey in interface TasksProposalModel

setPrimaryKey

public void setPrimaryKey(long pk)
Specified by:
setPrimaryKey in interface TasksProposalModel

getProposalId

public long getProposalId()
Specified by:
getProposalId in interface TasksProposalModel

setProposalId

public void setProposalId(long proposalId)
Specified by:
setProposalId in interface TasksProposalModel

getGroupId

public long getGroupId()
Specified by:
getGroupId in interface TasksProposalModel

setGroupId

public void setGroupId(long groupId)
Specified by:
setGroupId in interface TasksProposalModel

getCompanyId

public long getCompanyId()
Specified by:
getCompanyId in interface TasksProposalModel

setCompanyId

public void setCompanyId(long companyId)
Specified by:
setCompanyId in interface TasksProposalModel

getUserId

public long getUserId()
Specified by:
getUserId in interface TasksProposalModel

setUserId

public void setUserId(long userId)
Specified by:
setUserId in interface TasksProposalModel

getUserUuid

public java.lang.String getUserUuid()
                             throws com.liferay.portal.SystemException
Specified by:
getUserUuid in interface TasksProposalModel
Throws:
com.liferay.portal.SystemException

setUserUuid

public void setUserUuid(java.lang.String userUuid)
Specified by:
setUserUuid in interface TasksProposalModel

getUserName

public java.lang.String getUserName()
Specified by:
getUserName in interface TasksProposalModel

setUserName

public void setUserName(java.lang.String userName)
Specified by:
setUserName in interface TasksProposalModel

getCreateDate

public java.util.Date getCreateDate()
Specified by:
getCreateDate in interface TasksProposalModel

setCreateDate

public void setCreateDate(java.util.Date createDate)
Specified by:
setCreateDate in interface TasksProposalModel

getModifiedDate

public java.util.Date getModifiedDate()
Specified by:
getModifiedDate in interface TasksProposalModel

setModifiedDate

public void setModifiedDate(java.util.Date modifiedDate)
Specified by:
setModifiedDate in interface TasksProposalModel

getClassName

public java.lang.String getClassName()
Specified by:
getClassName in interface TasksProposalModel

getClassNameId

public long getClassNameId()
Specified by:
getClassNameId in interface TasksProposalModel

setClassNameId

public void setClassNameId(long classNameId)
Specified by:
setClassNameId in interface TasksProposalModel

getClassPK

public java.lang.String getClassPK()
Specified by:
getClassPK in interface TasksProposalModel

setClassPK

public void setClassPK(java.lang.String classPK)
Specified by:
setClassPK in interface TasksProposalModel

getName

public java.lang.String getName()
Specified by:
getName in interface TasksProposalModel

setName

public void setName(java.lang.String name)
Specified by:
setName in interface TasksProposalModel

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface TasksProposalModel

setDescription

public void setDescription(java.lang.String description)
Specified by:
setDescription in interface TasksProposalModel

getPublishDate

public java.util.Date getPublishDate()
Specified by:
getPublishDate in interface TasksProposalModel

setPublishDate

public void setPublishDate(java.util.Date publishDate)
Specified by:
setPublishDate in interface TasksProposalModel

getDueDate

public java.util.Date getDueDate()
Specified by:
getDueDate in interface TasksProposalModel

setDueDate

public void setDueDate(java.util.Date dueDate)
Specified by:
setDueDate in interface TasksProposalModel

isNew

public boolean isNew()
Specified by:
isNew in interface BaseModel<TasksProposal>
Specified by:
isNew in interface TasksProposalModel

setNew

public boolean setNew(boolean n)
Specified by:
setNew in interface BaseModel<TasksProposal>
Specified by:
setNew in interface TasksProposalModel

isCachedModel

public boolean isCachedModel()
Specified by:
isCachedModel in interface BaseModel<TasksProposal>
Specified by:
isCachedModel in interface TasksProposalModel

setCachedModel

public void setCachedModel(boolean cachedModel)
Specified by:
setCachedModel in interface BaseModel<TasksProposal>
Specified by:
setCachedModel in interface TasksProposalModel

isEscapedModel

public boolean isEscapedModel()
Specified by:
isEscapedModel in interface BaseModel<TasksProposal>
Specified by:
isEscapedModel in interface TasksProposalModel

setEscapedModel

public void setEscapedModel(boolean escapedModel)
Specified by:
setEscapedModel in interface BaseModel<TasksProposal>
Specified by:
setEscapedModel in interface TasksProposalModel

getPrimaryKeyObj

public java.io.Serializable getPrimaryKeyObj()
Specified by:
getPrimaryKeyObj in interface BaseModel<TasksProposal>
Specified by:
getPrimaryKeyObj in interface TasksProposalModel

getExpandoBridge

public ExpandoBridge getExpandoBridge()
Specified by:
getExpandoBridge in interface BaseModel<TasksProposal>
Specified by:
getExpandoBridge in interface TasksProposalModel

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(ServiceContext serviceContext)
Specified by:
setExpandoBridgeAttributes in interface BaseModel<TasksProposal>
Specified by:
setExpandoBridgeAttributes in interface TasksProposalModel

clone

public java.lang.Object clone()
Specified by:
clone in interface BaseModel<TasksProposal>
Specified by:
clone in interface TasksProposalModel
Overrides:
clone in class java.lang.Object

compareTo

public int compareTo(TasksProposal tasksProposal)
Specified by:
compareTo in interface TasksProposalModel
Specified by:
compareTo in interface java.lang.Comparable<TasksProposal>

hashCode

public int hashCode()
Specified by:
hashCode in interface TasksProposalModel
Overrides:
hashCode in class java.lang.Object

toEscapedModel

public TasksProposal toEscapedModel()
Specified by:
toEscapedModel in interface BaseModel<TasksProposal>
Specified by:
toEscapedModel in interface TasksProposalModel

toString

public java.lang.String toString()
Specified by:
toString in interface TasksProposalModel
Overrides:
toString in class java.lang.Object

toXmlString

public java.lang.String toXmlString()
Specified by:
toXmlString in interface BaseModel<TasksProposal>
Specified by:
toXmlString in interface TasksProposalModel

getStatus

public java.lang.String getStatus(java.util.Locale locale)
                           throws com.liferay.portal.PortalException,
                                  com.liferay.portal.SystemException
Specified by:
getStatus in interface TasksProposal
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getWrappedTasksProposal

public TasksProposal getWrappedTasksProposal()