com.ibm.commerce.contract.objects
Interface TradingAgreementAccessBeanData

All Known Implementing Classes:
TradingAgreementAccessBean

public interface TradingAgreementAccessBeanData


Method Summary
 java.lang.String getAccountId()
           
 java.lang.String getCreditAllowedFlag()
           
 java.lang.String getEndTime()
           
 java.lang.String getMarkForDelete()
           
 java.lang.String getReferenceCount()
           
 java.lang.String getStartTime()
           
 java.lang.String getState()
           
 java.lang.String getTradingId()
           
 java.lang.String getTradingType()
           
 void setAccountId(java.lang.String newValue)
           
 void setCreditAllowedFlag(java.lang.String newValue)
           
 void setEndTime(java.lang.String newValue)
           
 void setMarkForDelete(java.lang.String newValue)
           
 void setReferenceCount(java.lang.String newValue)
           
 void setStartTime(java.lang.String newValue)
           
 void setState(java.lang.String newValue)
           
 void setTradingId(java.lang.String newValue)
           
 void setTradingType(java.lang.String newValue)
           
 

Method Detail

getAccountId

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

getCreditAllowedFlag

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

getEndTime

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

getMarkForDelete

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

getReferenceCount

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

getStartTime

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

getState

public java.lang.String getState()
                          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

getTradingType

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

setAccountId

public void setAccountId(java.lang.String newValue)

setCreditAllowedFlag

public void setCreditAllowedFlag(java.lang.String newValue)

setEndTime

public void setEndTime(java.lang.String newValue)

setMarkForDelete

public void setMarkForDelete(java.lang.String newValue)

setReferenceCount

public void setReferenceCount(java.lang.String newValue)

setStartTime

public void setStartTime(java.lang.String newValue)

setState

public void setState(java.lang.String newValue)

setTradingId

public void setTradingId(java.lang.String newValue)

setTradingType

public void setTradingType(java.lang.String newValue)