Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


waggle.common.modules.poll.infos
Class XPollCreateInfo

java.lang.Object
  extended by waggle.core.info.XDTO
      extended by waggle.common.modules.poll.infos.XPollCreateInfo


public class XPollCreateInfo
extends XDTO

XPollInfo.


Field Summary
 Date PollEndDate
          The Poll end date.
 XObjectID PollGadgetID
          The UI Gadget ID.
 boolean PollMultipleChoice
          True of the Poll is multiple choice.
 String PollName
          The Poll name.
 List<String> PollOptions
          The Poll options.
 boolean PollPartialResultsVisible
          True if the Poll displays partial results.
 String PollQuestion
          The Poll question.
 boolean PollVotingPublic
          True if the Poll voting is public.

 

Constructor Summary
XPollCreateInfo()
           

 

Method Summary

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

PollName

public String PollName
The Poll name.

PollQuestion

public String PollQuestion
The Poll question.

PollOptions

public List<String> PollOptions
The Poll options. More than 1 option must be specified.

PollEndDate

public Date PollEndDate
The Poll end date. May be null.

PollVotingPublic

public boolean PollVotingPublic
True if the Poll voting is public.

PollPartialResultsVisible

public boolean PollPartialResultsVisible
True if the Poll displays partial results.

PollMultipleChoice

public boolean PollMultipleChoice
True of the Poll is multiple choice. If true single and multiple option voting is allowed. if false only single option voting is allowed.

PollGadgetID

public XObjectID PollGadgetID
The UI Gadget ID. May be null. If null the canonical OnTrack Poll Gadget will be used.

Constructor Detail

XPollCreateInfo

public XPollCreateInfo()

Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.