com.ibm.commerce.common.objects
Interface CurrencyCounterValueListAccessBeanData

All Known Implementing Classes:
CurrencyCounterValueListAccessBean

public interface CurrencyCounterValueListAccessBeanData

Each row of this table represents a CounterCurrencyPair. The primary use of this information is for &quo


Method Summary
java.lang.String getCounterValueCurrency()
java.lang.String getCurrency()
java.lang.Integer getDisplaySequence()
java.lang.Integer getStoreEntityId()

Method Detail

getDisplaySequence

public java.lang.Integer getDisplaySequence()
                                     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

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

getCounterValueCurrency

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

getStoreEntityId

public java.lang.Integer getStoreEntityId()
                                   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

Feedback