java.lang.Object | +--com.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
EJB
- exceptionsECException
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)
bprocID
- The process IDpublic void setCreatedForProcessType(java.lang.String bprocType)
bprocType
- The process typepublic void setCreationTimestamp(java.sql.Timestamp cspaceCreationTimestamp)
cspaceCreationTimestamp
- The time the workspace is
createdpublic void setDescription(java.lang.String cspaceDesc)
cspaceDesc
- The description of the
workspacepublic void setName(java.lang.String collabSpaceName)
collabSpaceName
- The name of the collaborative
workspacepublic void setTemplateName(java.lang.String newTemplateName)
public java.util.Vector getManagers()
public void setManagers(java.util.Vector managers)
managers
- The managers to setpublic java.util.Vector getAuthors()
public void setAuthors(java.util.Vector authors)
authors
- The authors to setpublic java.util.Vector getReaders()
public void setReaders(java.util.Vector readers)
readers
- The readers to setpublic java.lang.String toString()
toString
in class java.lang.Object
public java.lang.Long getAccountId()
public void setAccountId(java.lang.Long accountId)
accountId
- The accountId to setpublic java.lang.String getId()
public void setId(java.lang.String newId)
newId
- The ID to setpublic java.lang.String getCreatorDN()
public void setCreatorDN(java.lang.String creatorDN)
creatorDN
- The creatorDN to set