public static class Clan.ClanVote
extends java.lang.Object
| Modifier and Type | Field | Description | 
|---|---|---|
| int | function | The FUNC_* constant representing this vote. | 
| java.lang.String | matter | The command to execute if the vote passes. | 
| PairVector<java.lang.String,java.lang.Boolean> | votes | A 2 dimentional vector of the votes, where each
 row is a vote, with dimension 1 being the member name
 and dimension 2 being a Boolean representing their choice. | 
| long | voteStarted | Date/time stamp for when the vote was started. | 
| java.lang.String | voteStarter | Text to describe this vote to the voter. | 
| int | voteStatus | One of the VSTAT_* constants representing
 the status of this vote. | 
| Constructor | Description | 
|---|---|
| ClanVote() | 
public java.lang.String voteStarter
public int voteStatus
Clanpublic long voteStarted
public java.lang.String matter
public int function
Clanpublic PairVector<java.lang.String,java.lang.Boolean> votes