com.ibm.commerce.ordermanagement.objects
Interface ChargeTypeAccessBeanData

All Known Implementing Classes:
ChargeTypeAccessBean

public interface ChargeTypeAccessBeanData


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

getChargeTypeId

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

getCode

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

getDisplayAggregated

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

getMarkForDeleted

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

getStoreentId

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

setChargeTypeId

public void setChargeTypeId(java.lang.String newValue)

setCode

public void setCode(java.lang.String newValue)

setDisplayAggregated

public void setDisplayAggregated(java.lang.String newValue)

setMarkForDeleted

public void setMarkForDeleted(java.lang.String newValue)

setStoreentId

public void setStoreentId(java.lang.String newValue)