|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.planet_ink.coffee_mud.Common.interfaces.Poll.PollResult
public static class Poll.PollResult
A class to represent a single vote by a single user in this poll.
Field Summary | |
---|---|
java.lang.String |
answer
cardinal order number of the option chosen by this user in the poll |
java.lang.String |
ip
the user name of the user who has voted |
java.lang.String |
user
The user name of the user who has voted |
Constructor Summary | |
---|---|
Poll.PollResult(java.lang.String usr,
java.lang.String ipaddr,
java.lang.String ans)
Create a poll result object denoting the vote of a particular user for a particular poll option. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String user
public java.lang.String ip
public java.lang.String answer
Constructor Detail |
---|
public Poll.PollResult(java.lang.String usr, java.lang.String ipaddr, java.lang.String ans)
usr
- user name of the user who has votedipaddr
- user name of the user who has votedans
- cardinal order number of the option chosen by this user in the poll
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |