com.liferay.portlet.tasks.model
Class TasksProposalSoap
java.lang.Object
com.liferay.portlet.tasks.model.TasksProposalSoap
- All Implemented Interfaces:
- Serializable
public class TasksProposalSoap
- extends Object
- implements Serializable
This class is used by
TasksProposalServiceSoap
.
- See Also:
TasksProposalServiceSoap
,
Serialized Form- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TasksProposalSoap
public TasksProposalSoap()
toSoapModel
public static TasksProposalSoap toSoapModel(TasksProposal model)
toSoapModels
public static TasksProposalSoap[] toSoapModels(TasksProposal[] models)
toSoapModels
public static TasksProposalSoap[][] toSoapModels(TasksProposal[][] models)
toSoapModels
public static TasksProposalSoap[] toSoapModels(List<TasksProposal> models)
getPrimaryKey
public long getPrimaryKey()
setPrimaryKey
public void setPrimaryKey(long pk)
getProposalId
public long getProposalId()
setProposalId
public void setProposalId(long proposalId)
getGroupId
public long getGroupId()
setGroupId
public void setGroupId(long groupId)
getCompanyId
public long getCompanyId()
setCompanyId
public void setCompanyId(long companyId)
getUserId
public long getUserId()
setUserId
public void setUserId(long userId)
getUserName
public String getUserName()
setUserName
public void setUserName(String userName)
getCreateDate
public Date getCreateDate()
setCreateDate
public void setCreateDate(Date createDate)
getModifiedDate
public Date getModifiedDate()
setModifiedDate
public void setModifiedDate(Date modifiedDate)
getClassNameId
public long getClassNameId()
setClassNameId
public void setClassNameId(long classNameId)
getClassPK
public String getClassPK()
setClassPK
public void setClassPK(String classPK)
getName
public String getName()
setName
public void setName(String name)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getPublishDate
public Date getPublishDate()
setPublishDate
public void setPublishDate(Date publishDate)
getDueDate
public Date getDueDate()
setDueDate
public void setDueDate(Date dueDate)