com.liferay.portlet.polls.model
Class PollsVoteSoap

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

public class PollsVoteSoap
extends java.lang.Object
implements java.io.Serializable

View Source

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

This class is used by com.liferay.portlet.polls.service.http.PollsVoteServiceSoap.

Author:
Brian Wing Shun Chan
See Also:
com.liferay.portlet.polls.service.http.PollsVoteServiceSoap, Serialized Form

Constructor Summary
PollsVoteSoap()
           
 
Method Summary
 long getChoiceId()
           
 long getPrimaryKey()
           
 long getQuestionId()
           
 long getUserId()
           
 java.util.Date getVoteDate()
           
 long getVoteId()
           
 void setChoiceId(long choiceId)
           
 void setPrimaryKey(long pk)
           
 void setQuestionId(long questionId)
           
 void setUserId(long userId)
           
 void setVoteDate(java.util.Date voteDate)
           
 void setVoteId(long voteId)
           
static PollsVoteSoap toSoapModel(PollsVote model)
           
static PollsVoteSoap[] toSoapModels(java.util.List<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(java.util.List<PollsVote> models)

getPrimaryKey

public long getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(long pk)

getVoteId

public long getVoteId()

setVoteId

public void setVoteId(long voteId)

getUserId

public long getUserId()

setUserId

public void setUserId(long userId)

getQuestionId

public long getQuestionId()

setQuestionId

public void setQuestionId(long questionId)

getChoiceId

public long getChoiceId()

setChoiceId

public void setChoiceId(long choiceId)

getVoteDate

public java.util.Date getVoteDate()

setVoteDate

public void setVoteDate(java.util.Date voteDate)