java.lang.Objectcom.ibm.commerce.collaboration.beans.CollabWorkspaceInfo
Stores information of a collaborativew workspace
Field Summary | |
static java.lang.String | COPYRIGHT Copyright statement |
Constructor Summary | |
CollabWorkspaceInfo() Constructs a CollabWorkspaceBean with no detail information |
|
CollabWorkspaceInfo(CollabWorkspaceAccessBeanData cwabd) Constructs a CollabWorkspaceBean with a CollabWorkspaceAccessBeanData |
Method Summary | |
java.lang.Long | getAccountId() Gets the accountId |
java.util.Vector | getAuthors() Gets the authors |
java.lang.String | getCreatedForProcessID() Gets the business process ID that is associated with the collaorative workspace |
java.lang.String | getCreatedForProcessType() Gets the business process type that is associated with the collaborative workspace |
java.sql.Timestamp | getCreationTimestamp() Gets the collaborative workspace creation timestamp |
java.lang.String | getCreatorDN() Gets the creatorDN |
java.lang.String | getDescription() Gets the collaborative workspace description |
java.lang.String | getId() Gets the ID |
java.util.Vector | getManagers() Gets the managers |
java.lang.String | getName() Gets the collaborative workspace name |
java.util.Vector | getReaders() Gets the readers |
java.lang.String | getTemplateName() Gets name of the template for the collaborative workspace |
void | setAccountId(java.lang.Long accountId) Sets the accountId |
void | setAuthors(java.util.Vector authors) Sets the authors |
void | setCreatedForProcessID(java.lang.String bprocID) Sets the business process ID that is associated with the collaborative workspace |
void | setCreatedForProcessType(java.lang.String bprocType) Sets the business process type that is associated with the collaborative workspace |
void | setCreationTimestamp(java.sql.Timestamp cspaceCreationTimestamp) Sets the collaborative workspace creation timestamp |
void | setCreatorDN(java.lang.String creatorDN) Sets the creatorDN |
void | setDescription(java.lang.String cspaceDesc) Sets the collaborative workspace description |
void | setId(java.lang.String newId) Sets the ID |
void | setManagers(java.util.Vector managers) Sets the managers |
void | setName(java.lang.String collabSpaceName) Sets collaborative space name |
void | setReaders(java.util.Vector readers) Sets the readers |
void | setTemplateName(java.lang.String newTemplateName) Sets the template name for the collaborative workspace |
java.lang.String | toString() Returns the bean data in a String |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final java.lang.String COPYRIGHT
Constructor Detail |
public CollabWorkspaceInfo()
public CollabWorkspaceInfo(CollabWorkspaceAccessBeanData cwabd) throws ECException
Method Detail |
public java.lang.String getCreatedForProcessID()
public java.lang.String getCreatedForProcessType()
public java.sql.Timestamp getCreationTimestamp()
public java.lang.String getDescription()
public java.lang.String getName()
public java.lang.String getTemplateName()
public void setCreatedForProcessID(java.lang.String bprocID)
public void setCreatedForProcessType(java.lang.String bprocType)
public void setCreationTimestamp(java.sql.Timestamp cspaceCreationTimestamp)
public void setDescription(java.lang.String cspaceDesc)
public void setName(java.lang.String collabSpaceName)
public void setTemplateName(java.lang.String newTemplateName)
public java.util.Vector getManagers()
public void setManagers(java.util.Vector managers)
public java.util.Vector getAuthors()
public void setAuthors(java.util.Vector authors)
public java.util.Vector getReaders()
public void setReaders(java.util.Vector readers)
public java.lang.String toString()
public java.lang.Long getAccountId()
public void setAccountId(java.lang.Long accountId)
public java.lang.String getId()
public void setId(java.lang.String newId)
public java.lang.String getCreatorDN()
public void setCreatorDN(java.lang.String creatorDN)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.