org.jboss.portlet.forums.impl
Class PollImpl
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PollImpl
public PollImpl()
- Creates a new
PollImpl
object.
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: