|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
BaseInfo is an interface which provides a base interface for all Info objects. BaseInfo objects have the capability to receive data and accept updates from a POSAppEvent object through the update() method.
Field Summary | |
---|---|
static java.lang.String |
CLASS_KEY
|
Method Summary | |
---|---|
boolean |
getBooleanPropertyValue(java.lang.String propertyName)
get a boolean property value |
int |
getIntegerPropertyValue(java.lang.String propertyName)
get an int property value |
java.lang.Object |
getProperty(java.lang.String name)
Gets a property value for a specified property name. |
java.util.Iterator |
getPropertyEntries()
Get an iterator of property name/value entries for this Info object. |
void |
setProperty(java.lang.String name,
java.lang.Object value)
Set a property associated with this Info object . |
void |
update(com.ibm.retail.AEF.event.POSAppEvent evt)
Update the contents of this info object using a POSAppEvent. |
Field Detail |
public static final java.lang.String CLASS_KEY
Method Detail |
public void update(com.ibm.retail.AEF.event.POSAppEvent evt)
evt
- The POSAppEvent.public void setProperty(java.lang.String name, java.lang.Object value)
public java.lang.Object getProperty(java.lang.String name)
public java.util.Iterator getPropertyEntries()
public boolean getBooleanPropertyValue(java.lang.String propertyName) throws AEFException
AEFException
- Possible return codes are:
public int getIntegerPropertyValue(java.lang.String propertyName) throws AEFException
AEFException
- Possible return codes are:
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |