com.ibm.commerce.contract.objects
Interface ParticipantAccessBeanData

All Known Implementing Classes:
ParticipantAccessBean

public interface ParticipantAccessBeanData


Method Summary
 java.lang.String getInformation()
           
 java.lang.String getMemberId()
           
 java.lang.String getParticipantId()
           
 java.lang.String getRoleId()
           
 java.lang.String getTcId()
           
 java.lang.String getTimeCreated()
           
 java.lang.String getTimeUpdated()
           
 java.lang.String getTradingId()
           
 void setInformation(java.lang.String newValue)
           
 void setMemberId(java.lang.String newValue)
           
 void setParticipantId(java.lang.String newValue)
           
 void setRoleId(java.lang.String newValue)
           
 void setTcId(java.lang.String newValue)
           
 void setTimeCreated(java.lang.String newValue)
           
 void setTimeUpdated(java.lang.String newValue)
           
 void setTradingId(java.lang.String newValue)
           
 

Method Detail

getInformation

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

getMemberId

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

getParticipantId

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

getRoleId

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

getTcId

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

getTimeCreated

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

getTimeUpdated

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

getTradingId

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

setInformation

public void setInformation(java.lang.String newValue)

setMemberId

public void setMemberId(java.lang.String newValue)

setParticipantId

public void setParticipantId(java.lang.String newValue)

setRoleId

public void setRoleId(java.lang.String newValue)

setTcId

public void setTcId(java.lang.String newValue)

setTimeCreated

public void setTimeCreated(java.lang.String newValue)

setTimeUpdated

public void setTimeUpdated(java.lang.String newValue)

setTradingId

public void setTradingId(java.lang.String newValue)