com.ibm.commerce.inventory.objects
Interface OrderChannelTypeAccessBeanData

All Known Implementing Classes:
OrderChannelTypeAccessBean

public interface OrderChannelTypeAccessBeanData

Reserved for IBM internal use.


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
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setLastupdate

public void setLastupdate(java.lang.String newValue)

getPaymentTransType

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

setPaymentTransType

public void setPaymentTransType(java.lang.String newValue)

getOrdChnlTypId

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

setOrdChnlTypId

public void setOrdChnlTypId(java.lang.String newValue)

getName

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

setName

public void setName(java.lang.String newValue)