com.ibm.commerce.fulfillment.objects
Interface CalculationRangeLookupResultAccessBeanData

All Known Implementing Classes:
CalculationRangeLookupResultAccessBean

public interface CalculationRangeLookupResultAccessBeanData

Each row in this table represents a CalculationRangeLookupResult, which is part of a CalculationRange.


Method Summary
java.lang.String getCalculationRangeId()
java.lang.String getCalculationRangeLookupResultId()
java.lang.String getCurrency()
java.lang.String getValue()
void setCalculationRangeId(java.lang.String newValue)
void setCurrency(java.lang.String newValue)
void setValue(java.lang.String newValue)

Method Detail

getValue

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

setValue

public void setValue(java.lang.String newValue)

getCurrency

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

setCurrency

public void setCurrency(java.lang.String newValue)

getCalculationRangeLookupResultId

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

getCalculationRangeId

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

setCalculationRangeId

public void setCalculationRangeId(java.lang.String newValue)

Feedback