Liferay 6.2-ce-ga5

com.liferay.portlet.polls.model
Class PollsVoteSoap

java.lang.Object
  extended by com.liferay.portlet.polls.model.PollsVoteSoap
All Implemented Interfaces:
Serializable

public class PollsVoteSoap
extends Object
implements Serializable

This class is used by SOAP remote services, specifically com.liferay.portlet.polls.service.http.PollsVoteServiceSoap.

See Also:
com.liferay.portlet.polls.service.http.PollsVoteServiceSoap, Serialized Form

Constructor Summary
PollsVoteSoap()
           
 
Method Summary
 long getChoiceId()
           
 long getCompanyId()
           
 Date getCreateDate()
           
 long getGroupId()
           
 Date getModifiedDate()
           
 long getPrimaryKey()
           
 long getQuestionId()
           
 long getUserId()
           
 String getUserName()
           
 String getUuid()
           
 Date getVoteDate()
           
 long getVoteId()
           
 void setChoiceId(long choiceId)
           
 void setCompanyId(long companyId)
           
 void setCreateDate(Date createDate)
           
 void setGroupId(long groupId)
           
 void setModifiedDate(Date modifiedDate)
           
 void setPrimaryKey(long pk)
           
 void setQuestionId(long questionId)
           
 void setUserId(long userId)
           
 void setUserName(String userName)
           
 void setUuid(String uuid)
           
 void setVoteDate(Date voteDate)
           
 void setVoteId(long voteId)
           
static PollsVoteSoap toSoapModel(PollsVote model)
           
static PollsVoteSoap[] toSoapModels(List<PollsVote> models)
           
static PollsVoteSoap[] toSoapModels(PollsVote[] models)
           
static PollsVoteSoap[][] toSoapModels(PollsVote[][] models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PollsVoteSoap

public PollsVoteSoap()
Method Detail

toSoapModel

public static PollsVoteSoap toSoapModel(PollsVote model)

toSoapModels

public static PollsVoteSoap[] toSoapModels(PollsVote[] models)

toSoapModels

public static PollsVoteSoap[][] toSoapModels(PollsVote[][] models)

toSoapModels

public static PollsVoteSoap[] toSoapModels(List<PollsVote> models)

getPrimaryKey

public long getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(long pk)

getUuid

public String getUuid()

setUuid

public void setUuid(String uuid)

getVoteId

public long getVoteId()

setVoteId

public void setVoteId(long voteId)

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)

getQuestionId

public long getQuestionId()

setQuestionId

public void setQuestionId(long questionId)

getChoiceId

public long getChoiceId()

setChoiceId

public void setChoiceId(long choiceId)

getVoteDate

public Date getVoteDate()

setVoteDate

public void setVoteDate(Date voteDate)

Liferay 6.2-ce-ga5