Liferay 6.0.5

com.liferay.portlet.tasks.model
Class TasksProposalSoap

java.lang.Object
  extended by 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.

Constructor Summary
TasksProposalSoap()
           
 
Method Summary
 long getClassNameId()
           
 String getClassPK()
           
 long getCompanyId()
           
 Date getCreateDate()
           
 String getDescription()
           
 Date getDueDate()
           
 long getGroupId()
           
 Date getModifiedDate()
           
 String getName()
           
 long getPrimaryKey()
           
 long getProposalId()
           
 Date getPublishDate()
           
 long getUserId()
           
 String getUserName()
           
 void setClassNameId(long classNameId)
           
 void setClassPK(String classPK)
           
 void setCompanyId(long companyId)
           
 void setCreateDate(Date createDate)
           
 void setDescription(String description)
           
 void setDueDate(Date dueDate)
           
 void setGroupId(long groupId)
           
 void setModifiedDate(Date modifiedDate)
           
 void setName(String name)
           
 void setPrimaryKey(long pk)
           
 void setProposalId(long proposalId)
           
 void setPublishDate(Date publishDate)
           
 void setUserId(long userId)
           
 void setUserName(String userName)
           
static TasksProposalSoap toSoapModel(TasksProposal model)
           
static TasksProposalSoap[] toSoapModels(List<TasksProposal> models)
           
static TasksProposalSoap[] toSoapModels(TasksProposal[] models)
           
static TasksProposalSoap[][] toSoapModels(TasksProposal[][] models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TasksProposalSoap

public TasksProposalSoap()
Method Detail

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)

Liferay 6.0.5