org.jboss.portlet.forums.impl
Class PollImpl

java.lang.Object
  extended by org.jboss.portlet.forums.impl.PollImpl
All Implemented Interfaces:
java.io.Serializable, Poll

public class PollImpl
extends java.lang.Object
implements java.io.Serializable, Poll

See Also:
Serialized Form

Constructor Summary
PollImpl()
          Creates a new PollImpl object.
 
Method Summary
 java.lang.Integer getId()
          DOCUMENT_ME
 int getLength()
           
 java.util.ArrayList getOptions()
           
 java.lang.String getTitle()
           
 void setLength(int i)
           
 void setOptions(java.util.LinkedList list)
           
 void setTitle(java.lang.String string)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PollImpl

public PollImpl()
Creates a new PollImpl object.

Method Detail

getId

public java.lang.Integer getId()
Description copied from interface: Poll
DOCUMENT_ME

Specified by:
getId in interface Poll
Returns:
DOCUMENT_ME

setTitle

public void setTitle(java.lang.String string)
Specified by:
setTitle in interface Poll

setLength

public void setLength(int i)
Specified by:
setLength in interface Poll

setOptions

public void setOptions(java.util.LinkedList list)
Specified by:
setOptions in interface Poll

getOptions

public java.util.ArrayList getOptions()
Specified by:
getOptions in interface Poll
Returns:

getTitle

public java.lang.String getTitle()
Specified by:
getTitle in interface Poll
Returns:

getLength

public int getLength()
Specified by:
getLength in interface Poll
Returns: