com.ibm.commerce.contract.objects
Interface FulfillmentTCAccessBeanData

All Known Implementing Classes:
FulfillmentTCAccessBean

public interface FulfillmentTCAccessBeanData


Method Summary
 java.lang.String getCenter1Id()
           
 java.lang.String getCenter2Id()
           
 java.lang.String getCenter3Id()
           
 java.lang.String getChangeableFlag()
           
 java.lang.String getMandatoryFlag()
           
 java.lang.String getReferenceNumber()
           
 java.lang.String getTcSequence()
           
 java.lang.String getTcSubType()
           
 java.lang.String getTimeCreated()
           
 java.lang.String getTimeUpdated()
           
 java.lang.String getTradingId()
           
 void setCenter1Id(java.lang.String newValue)
           
 void setCenter2Id(java.lang.String newValue)
           
 void setCenter3Id(java.lang.String newValue)
           
 void setChangeableFlag(java.lang.String newValue)
           
 void setMandatoryFlag(java.lang.String newValue)
           
 void setReferenceNumber(java.lang.String newValue)
           
 void setTcSequence(java.lang.String newValue)
           
 void setTimeCreated(java.lang.String newValue)
           
 void setTimeUpdated(java.lang.String newValue)
           
 void setTradingId(java.lang.String newValue)
           
 

Method Detail

getCenter1Id

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

getCenter2Id

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

getCenter3Id

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

getChangeableFlag

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

getMandatoryFlag

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

getReferenceNumber

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

getTcSequence

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

getTcSubType

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

setCenter1Id

public void setCenter1Id(java.lang.String newValue)

setCenter2Id

public void setCenter2Id(java.lang.String newValue)

setCenter3Id

public void setCenter3Id(java.lang.String newValue)

setChangeableFlag

public void setChangeableFlag(java.lang.String newValue)

setMandatoryFlag

public void setMandatoryFlag(java.lang.String newValue)

setReferenceNumber

public void setReferenceNumber(java.lang.String newValue)

setTcSequence

public void setTcSequence(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)