com.ibm.commerce.fulfillment.objects
Interface CalculationCodeAccessBeanData

All Known Implementing Classes:
CalculationCodeAccessBean

public interface CalculationCodeAccessBeanData


Method Summary
 java.lang.String getCalculationCodeApplyMethodId()
           
 java.lang.String getCalculationCodeId()
           
 java.lang.String getCalculationCodeQualifyMethodId()
           
 java.lang.String getCalculationMethodId()
           
 java.lang.String getCalculationUsageId()
           
 java.lang.String getCode()
           
 java.lang.String getCombination()
           
 java.lang.String getDescription()
           
 java.lang.String getDisplayLevel()
           
 java.lang.String getEndDate()
           
 java.lang.String getField1()
           
 java.lang.String getFlags()
           
 java.lang.String getGroupBy()
           
 java.lang.String getLastUpdate()
           
 java.lang.String getPrecedence()
           
 java.lang.String getPublished()
           
 java.lang.String getSequence()
           
 java.lang.String getStartDate()
           
 java.lang.String getStoreEntityId()
           
 java.lang.String getTaxCodeClassId()
           
 void setCalculationCodeApplyMethodId(java.lang.String newValue)
           
 void setCalculationCodeQualifyMethodId(java.lang.String newValue)
           
 void setCalculationMethodId(java.lang.String newValue)
           
 void setCalculationUsageId(java.lang.String newValue)
           
 void setCode(java.lang.String newValue)
           
 void setCombination(java.lang.String newValue)
           
 void setDescription(java.lang.String newValue)
           
 void setDisplayLevel(java.lang.String newValue)
           
 void setEndDate(java.lang.String newValue)
           
 void setField1(java.lang.String newValue)
           
 void setFlags(java.lang.String newValue)
           
 void setGroupBy(java.lang.String newValue)
           
 void setLastUpdate(java.lang.String newValue)
           
 void setPrecedence(java.lang.String newValue)
           
 void setPublished(java.lang.String newValue)
           
 void setSequence(java.lang.String newValue)
           
 void setStartDate(java.lang.String newValue)
           
 void setStoreEntityId(java.lang.String newValue)
           
 void setTaxCodeClassId(java.lang.String newValue)
           
 

Method Detail

getCalculationCodeApplyMethodId

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

getCalculationCodeId

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

getCalculationCodeQualifyMethodId

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

getCalculationMethodId

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

getCalculationUsageId

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

getCombination

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

getDescription

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

getDisplayLevel

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

getEndDate

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

getFlags

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

getGroupBy

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

getLastUpdate

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

getPrecedence

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

getPublished

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

getSequence

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

getStartDate

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

getStoreEntityId

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

getTaxCodeClassId

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

setCalculationCodeApplyMethodId

public void setCalculationCodeApplyMethodId(java.lang.String newValue)

setCalculationCodeQualifyMethodId

public void setCalculationCodeQualifyMethodId(java.lang.String newValue)

setCalculationMethodId

public void setCalculationMethodId(java.lang.String newValue)

setCalculationUsageId

public void setCalculationUsageId(java.lang.String newValue)

setCode

public void setCode(java.lang.String newValue)

setCombination

public void setCombination(java.lang.String newValue)

setDescription

public void setDescription(java.lang.String newValue)

setDisplayLevel

public void setDisplayLevel(java.lang.String newValue)

setEndDate

public void setEndDate(java.lang.String newValue)

setField1

public void setField1(java.lang.String newValue)

setFlags

public void setFlags(java.lang.String newValue)

setGroupBy

public void setGroupBy(java.lang.String newValue)

setLastUpdate

public void setLastUpdate(java.lang.String newValue)

setPrecedence

public void setPrecedence(java.lang.String newValue)

setPublished

public void setPublished(java.lang.String newValue)

setSequence

public void setSequence(java.lang.String newValue)

setStartDate

public void setStartDate(java.lang.String newValue)

setStoreEntityId

public void setStoreEntityId(java.lang.String newValue)

setTaxCodeClassId

public void setTaxCodeClassId(java.lang.String newValue)