com.ibm.commerce.collaboration.beans
Class CollabWorkspaceInfo

java.lang.Object
  com.ibm.commerce.collaboration.beans.CollabWorkspaceInfo
All Implemented Interfaces:
java.io.Serializable

public class CollabWorkspaceInfo
extends java.lang.Object
implements java.io.Serializable

Stores information of a collaborativew workspace

See Also:
Serialized Form

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

COPYRIGHT

public static final java.lang.String COPYRIGHT
Copyright statement
See Also:
Constant Field Values
Constructor Detail

CollabWorkspaceInfo

public CollabWorkspaceInfo()
Constructs a CollabWorkspaceBean with no detail information

CollabWorkspaceInfo

public CollabWorkspaceInfo(CollabWorkspaceAccessBeanData cwabd)
                    throws ECException
Constructs a CollabWorkspaceBean with a CollabWorkspaceAccessBeanData
Throws:
EJB - exceptions
ECException
Method Detail

getCreatedForProcessID

public java.lang.String getCreatedForProcessID()
Gets the business process ID that is associated with the collaorative workspace
Returns:
The process ID

getCreatedForProcessType

public java.lang.String getCreatedForProcessType()
Gets the business process type that is associated with the collaborative workspace
Returns:
The process type

getCreationTimestamp

public java.sql.Timestamp getCreationTimestamp()
Gets the collaborative workspace creation timestamp
Returns:
The time the workspace is created

getDescription

public java.lang.String getDescription()
Gets the collaborative workspace description
Returns:
The description of the workspace

getName

public java.lang.String getName()
Gets the collaborative workspace name
Returns:
The name of the workspace

getTemplateName

public java.lang.String getTemplateName()
Gets name of the template for the collaborative workspace
Returns:
The template name

setCreatedForProcessID

public void setCreatedForProcessID(java.lang.String bprocID)
Sets the business process ID that is associated with the collaborative workspace
Parameters:
bprocID - The process ID

setCreatedForProcessType

public void setCreatedForProcessType(java.lang.String bprocType)
Sets the business process type that is associated with the collaborative workspace
Parameters:
bprocType - The process type

setCreationTimestamp

public void setCreationTimestamp(java.sql.Timestamp cspaceCreationTimestamp)
Sets the collaborative workspace creation timestamp
Parameters:
cspaceCreationTimestamp - The time the workspace is created

setDescription

public void setDescription(java.lang.String cspaceDesc)
Sets the collaborative workspace description
Parameters:
cspaceDesc - The description of the workspace

setName

public void setName(java.lang.String collabSpaceName)
Sets collaborative space name
Parameters:
collabSpaceName - The name of the collaborative workspace

setTemplateName

public void setTemplateName(java.lang.String newTemplateName)
Sets the template name for the collaborative workspace

getManagers

public java.util.Vector getManagers()
Gets the managers
Returns:
Returns a Vector

setManagers

public void setManagers(java.util.Vector managers)
Sets the managers
Parameters:
managers - The managers to set

getAuthors

public java.util.Vector getAuthors()
Gets the authors
Returns:
Returns a Vector

setAuthors

public void setAuthors(java.util.Vector authors)
Sets the authors
Parameters:
authors - The authors to set

getReaders

public java.util.Vector getReaders()
Gets the readers
Returns:
Returns a Vector

setReaders

public void setReaders(java.util.Vector readers)
Sets the readers
Parameters:
readers - The readers to set

toString

public java.lang.String toString()
Returns the bean data in a String
Returns:
The bean data in a String

getAccountId

public java.lang.Long getAccountId()
Gets the accountId
Returns:
Returns a Long

setAccountId

public void setAccountId(java.lang.Long accountId)
Sets the accountId
Parameters:
accountId - The accountId to set

getId

public java.lang.String getId()
Gets the ID
Returns:
Returns a String

setId

public void setId(java.lang.String newId)
Sets the ID
Parameters:
newId - The ID to set

getCreatorDN

public java.lang.String getCreatorDN()
Gets the creatorDN
Returns:
Returns the DN of the creator

setCreatorDN

public void setCreatorDN(java.lang.String creatorDN)
Sets the creatorDN
Parameters:
creatorDN - The creatorDN to set

Feedback