com.solidstategroup.cms.velocity
Class VelocityPollAnswer

java.lang.Object
  extended by com.solidstategroup.cms.velocity.VelocityPollAnswer

public class VelocityPollAnswer
extends java.lang.Object


Constructor Summary
VelocityPollAnswer(int pollAnswerId, java.lang.String answer, int numberOfVotes)
           
 
Method Summary
 java.lang.String getAnswer()
           
 int getNumberOfVotes()
           
 int getPollAnswerId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VelocityPollAnswer

public VelocityPollAnswer(int pollAnswerId,
                          java.lang.String answer,
                          int numberOfVotes)
Method Detail

getPollAnswerId

public int getPollAnswerId()

getAnswer

public java.lang.String getAnswer()

getNumberOfVotes

public int getNumberOfVotes()