com.filenet.bso.api.collaboration.data
Class PollResponseInfo
java.lang.Object
|
+--com.filenet.bso.api.collaboration.data.PollResponseInfo
- All Implemented Interfaces:
- java.io.Serializable
- public class PollResponseInfo
- extends java.lang.Object
- implements java.io.Serializable
The PollResponseInfo
class is a collection of data used to create a teamspace poll response.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PollResponseInfo
public PollResponseInfo()
getOwnerID
public java.lang.String getOwnerID()
- Returns the ID of the member who created the PollResponse object.
- Returns:
- A
String
containing the creator-owner member ID.
getResponderID
public java.lang.String getResponderID()
getMaximumValidResponses
public java.lang.Integer getMaximumValidResponses()
getParent
public com.filenet.wcm.api.Document getParent()
setOwnerID
public void setOwnerID(java.lang.String ownerID)
- Parameters:
ownerID
- The LDAP SID of the member will be granted creator-owner rights for the PollResponse object.
setResponderID
public void setResponderID(java.lang.String responderID)
setMaximumValidResponses
public void setMaximumValidResponses(java.lang.Integer maxValidResponses)
setParent
public void setParent(com.filenet.wcm.api.Document poll)
Copyright ?2002 - 2005 FileNet Corporation. All rights reserved.