|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.paneris.jammyjoes.shopping.MelatiShoppingConfig
public class MelatiShoppingConfig
The MelatiShoppingConfig provides configuration information for the Melati Shopping Interface
| Constructor Summary | |
|---|---|
MelatiShoppingConfig()
Construct a MelatiShoppingConfig object. |
|
| Method Summary | |
|---|---|
ShoppingTrolley |
getShoppingTrolley()
get a ShoppingTrolley Object as defined in the properties file if no definition is found, a default DefaultShoppingTrolley will be returned |
ShoppingTrolleyItem |
getShoppingTrolleyItem()
get a ShoppingTrolleyItem Object as defined in the properties file if no definition is found, a default DefaultShoppingTrolleyItem will be returned |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MelatiShoppingConfig()
throws ShoppingConfigException
ShoppingConfigException - - if there is an error loading the file| Method Detail |
|---|
public ShoppingTrolley getShoppingTrolley()
throws org.melati.util.InstantiationPropertyException
org.melati.util.InstantiationPropertyException - - if we cannot instantiate the object
public ShoppingTrolleyItem getShoppingTrolleyItem()
throws org.melati.util.InstantiationPropertyException
org.melati.util.InstantiationPropertyException - - if we cannot instantiate the object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||