org.sakaiproject.poll.tool.params
Class VoteBean

java.lang.Object
  extended by org.sakaiproject.poll.tool.params.VoteBean
All Implemented Interfaces:
Serializable

public class VoteBean
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
 Poll poll
           
 VoteCollection voteCollection
           
 
Constructor Summary
VoteBean()
           
 
Method Summary
 Poll getPoll()
           
 VoteCollection getVoteCollection()
           
 void setPoll(Poll p)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

voteCollection

public transient VoteCollection voteCollection

poll

public transient Poll poll
Constructor Detail

VoteBean

public VoteBean()
Method Detail

getVoteCollection

public VoteCollection getVoteCollection()

getPoll

public Poll getPoll()

setPoll

public void setPoll(Poll p)


Copyright © 2003-2012 Sakai Project. All Rights Reserved.