com.ibm.commerce.inventory.objects
Interface OrderChannelTypeAccessBeanData

All Known Implementing Classes:
OrderChannelTypeAccessBean

public interface OrderChannelTypeAccessBeanData


Method Summary
 java.lang.String getLastupdate()
           
 java.lang.String getName()
           
 java.lang.String getOrdChnlTypId()
           
 java.lang.String getPaymentTransType()
           
 void setLastupdate(java.lang.String newValue)
           
 void setName(java.lang.String newValue)
           
 void setOrdChnlTypId(java.lang.String newValue)
           
 void setPaymentTransType(java.lang.String newValue)
           
 

Method Detail

getLastupdate

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

getName

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

getOrdChnlTypId

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

getPaymentTransType

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

setLastupdate

public void setLastupdate(java.lang.String newValue)

setName

public void setName(java.lang.String newValue)

setOrdChnlTypId

public void setOrdChnlTypId(java.lang.String newValue)

setPaymentTransType

public void setPaymentTransType(java.lang.String newValue)