|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.paneris.melati.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. |
ShoppingTrolleyItem |
getShoppingTrolleyItem()
Get a ShoppingTrolleyItem Object as defined in the properties file. |
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 fileMethod Detail |
---|
public ShoppingTrolley getShoppingTrolley() throws org.melati.util.InstantiationPropertyException
org.melati.util.InstantiationPropertyException
- if we cannot instantiate the objectpublic 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 |