|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface DatabaseEngine.PollData
Table category: DBPOLLS Raw record entry for the DBPOLLS table, where each record represents an entire poll and all of its results.
Method Summary | |
---|---|
java.lang.String |
authorName()
The player Name of the author of the poll. |
java.lang.String |
description()
The long description of the poll. |
long |
expiration()
The real-timestamp after which this poll is expired. |
long |
flag()
Special flag bitmap for this poll. |
java.lang.String |
name()
The unique Name of the poll |
java.lang.String |
optionsXml()
The options/multiple-choices for this poll. |
java.lang.String |
qualifyingMask()
The Zapper Mask to decide who may participate in this poll. |
java.lang.String |
resultsXml()
The player name keyed results/choices for this poll. |
java.lang.String |
subject()
The short title of the poll. |
Method Detail |
---|
java.lang.String name()
long flag()
Poll.FLAG_ABSTAIN
,
Poll.FLAG_ACTIVE
java.lang.String authorName()
java.lang.String subject()
java.lang.String description()
java.lang.String optionsXml()
java.lang.String qualifyingMask()
java.lang.String resultsXml()
long expiration()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |