com.ibm.commerce.collaboration.workspaces.objects
Interface CollabWorkspaceAccessBeanData

All Known Implementing Classes:
CollabWorkspaceAccessBean

public interface CollabWorkspaceAccessBeanData

This table stores collaborative workspace information. CollabWorkspaceAccessBeanData


Method Summary
java.lang.Long getAccountId()
getAccountId
java.lang.String getCreatorLogonId()
getCreatorLogonId
java.lang.String getDescription()
getDescription
java.lang.String getId()
getId
java.lang.String getName()
getName
java.lang.String getProcessId()
getProcessId
java.lang.String getProcessType()
getProcessType
java.lang.String getTemplate()
getTemplate
java.sql.Timestamp getTimeCreated()
getTimeCreated
void setAccountId(java.lang.Long newValue)
setAccountId
void setCreatorLogonId(java.lang.String newValue)
setCreatorLogonId
void setDescription(java.lang.String newValue)
setDescription
void setId(java.lang.String newValue)
setId
void setName(java.lang.String newValue)
setName
void setProcessId(java.lang.String newValue)
setProcessId
void setProcessType(java.lang.String newValue)
setProcessType
void setTemplate(java.lang.String newValue)
setTemplate
void setTimeCreated(java.sql.Timestamp newValue) setTimeCreated

Method Detail

getAccountId

public java.lang.Long getAccountId()
                            throws java.rmi.RemoteException,
                                   javax.ejb.CreateException,
                                   javax.ejb.FinderException,
                                   javax.naming.NamingException
getAccountId
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setAccountId

public void setAccountId(java.lang.Long newValue)
setAccountId

getCreatorLogonId

public java.lang.String getCreatorLogonId()
                                   throws java.rmi.RemoteException,
                                          javax.ejb.CreateException,
                                          javax.ejb.FinderException,
                                          javax.naming.NamingException
getCreatorLogonId
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setCreatorLogonId

public void setCreatorLogonId(java.lang.String newValue)
setCreatorLogonId

getDescription

public java.lang.String getDescription()
                                throws java.rmi.RemoteException,
                                       javax.ejb.CreateException,
                                       javax.ejb.FinderException,
                                       javax.naming.NamingException
getDescription
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setDescription

public void setDescription(java.lang.String newValue)
setDescription

getId

public java.lang.String getId()
                       throws java.rmi.RemoteException,
                              javax.ejb.CreateException,
                              javax.ejb.FinderException,
                              javax.naming.NamingException
getId
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setId

public void setId(java.lang.String newValue)
setId

getName

public java.lang.String getName()
                         throws java.rmi.RemoteException,
                                javax.ejb.CreateException,
                                javax.ejb.FinderException,
                                javax.naming.NamingException
getName
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setName

public void setName(java.lang.String newValue)
setName

getProcessId

public java.lang.String getProcessId()
                              throws java.rmi.RemoteException,
                                     javax.ejb.CreateException,
                                     javax.ejb.FinderException,
                                     javax.naming.NamingException
getProcessId
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setProcessId

public void setProcessId(java.lang.String newValue)
setProcessId

getProcessType

public java.lang.String getProcessType()
                                throws java.rmi.RemoteException,
                                       javax.ejb.CreateException,
                                       javax.ejb.FinderException,
                                       javax.naming.NamingException
getProcessType
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setProcessType

public void setProcessType(java.lang.String newValue)
setProcessType

getTemplate

public java.lang.String getTemplate()
                             throws java.rmi.RemoteException,
                                    javax.ejb.CreateException,
                                    javax.ejb.FinderException,
                                    javax.naming.NamingException
getTemplate
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setTemplate

public void setTemplate(java.lang.String newValue)
setTemplate

getTimeCreated

public java.sql.Timestamp getTimeCreated()
                                  throws java.rmi.RemoteException,
                                         javax.ejb.CreateException,
                                         javax.ejb.FinderException,
                                         javax.naming.NamingException
getTimeCreated
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setTimeCreated

public void setTimeCreated(java.sql.Timestamp newValue)
setTimeCreated

Feedback