org.richfaces.demo.push
Class Choice

java.lang.Object
  extended by org.richfaces.demo.push.Choice

public class Choice
extends java.lang.Object


Constructor Summary
Choice(java.lang.String label)
           
 
Method Summary
 java.lang.String getLabel()
           
 int getVotesCount()
           
 void increment(int i)
           
 void setLabel(java.lang.String label)
           
 void setVotesCount(int votesCount)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Choice

public Choice(java.lang.String label)
Method Detail

increment

public void increment(int i)

getLabel

public java.lang.String getLabel()

setLabel

public void setLabel(java.lang.String label)

getVotesCount

public int getVotesCount()

setVotesCount

public void setVotesCount(int votesCount)


Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.