com.ibm.commerce.order.objects
Interface SubOrderAccessBeanData

All Known Implementing Classes:
SubOrderAccessBean

public interface SubOrderAccessBeanData


Method Summary
 java.lang.String getAddressId()
           
 java.lang.String getCurrency()
           
 java.lang.String getField1()
           
 java.lang.String getField2()
           
 java.lang.String getField3()
           
 java.lang.String getOrderId()
           
 java.lang.String getProductTotal()
           
 java.lang.String getShippingTaxTotal()
           
 java.lang.String getShippingTotal()
           
 java.lang.String getSuborderId()
           
 java.lang.String getTaxCountry()
           
 java.lang.String getTaxTotal()
           
 java.lang.String getTotalAdjustment()
           
 void setAddressId(java.lang.String newValue)
           
 void setCurrency(java.lang.String newValue)
           
 void setField1(java.lang.String newValue)
           
 void setField2(java.lang.String newValue)
           
 void setField3(java.lang.String newValue)
           
 void setOrderId(java.lang.String newValue)
           
 void setProductTotal(java.lang.String newValue)
           
 void setShippingTaxTotal(java.lang.String newValue)
           
 void setShippingTotal(java.lang.String newValue)
           
 void setTaxCountry(java.lang.String newValue)
           
 void setTaxTotal(java.lang.String newValue)
           
 void setTotalAdjustment(java.lang.String newValue)
           
 

Method Detail

getAddressId

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

getCurrency

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

getField1

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

getField2

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

getField3

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

getOrderId

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

getProductTotal

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

getShippingTaxTotal

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

getShippingTotal

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

getSuborderId

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

getTaxCountry

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

getTaxTotal

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

getTotalAdjustment

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

setAddressId

public void setAddressId(java.lang.String newValue)

setCurrency

public void setCurrency(java.lang.String newValue)

setField1

public void setField1(java.lang.String newValue)

setField2

public void setField2(java.lang.String newValue)

setField3

public void setField3(java.lang.String newValue)

setOrderId

public void setOrderId(java.lang.String newValue)

setProductTotal

public void setProductTotal(java.lang.String newValue)

setShippingTaxTotal

public void setShippingTaxTotal(java.lang.String newValue)

setShippingTotal

public void setShippingTotal(java.lang.String newValue)

setTaxCountry

public void setTaxCountry(java.lang.String newValue)

setTaxTotal

public void setTaxTotal(java.lang.String newValue)

setTotalAdjustment

public void setTotalAdjustment(java.lang.String newValue)