com.ibm.commerce.ordermanagement.objects
Interface ChargeTypeAccessBeanData

All Known Implementing Classes:
ChargeTypeAccessBean

public interface ChargeTypeAccessBeanData

Charge or credit applied against a transaction which is not for product. Examples include expedite fees, customization fees, and restocking fees.


Method Summary
 java.lang.String getChargeTypeId()
           
 java.lang.String getCode()
           
 java.lang.String getDisplayAggregated()
           
 java.lang.String getMarkForDeleted()
           
 java.lang.String getStoreentId()
           
 void setChargeTypeId(java.lang.String newValue)
           
 void setCode(java.lang.String newValue)
           
 void setDisplayAggregated(java.lang.String newValue)
           
 void setMarkForDeleted(java.lang.String newValue)
           
 void setStoreentId(java.lang.String newValue)            
 

Method Detail

getCode

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

setCode

public void setCode(java.lang.String newValue)

getStoreentId

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

setStoreentId

public void setStoreentId(java.lang.String newValue)

getChargeTypeId

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

setChargeTypeId

public void setChargeTypeId(java.lang.String newValue)

getDisplayAggregated

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

setDisplayAggregated

public void setDisplayAggregated(java.lang.String newValue)

getMarkForDeleted

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

setMarkForDeleted

public void setMarkForDeleted(java.lang.String newValue)