|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
StoreDefinition
is an interface for objects containing the store
attrbutes. The StoreDefintion
is accessible from OptionsEvent
.
getStoreDefinition
Method Summary | |
---|---|
java.lang.String |
getAddress1()
Get the store address1. |
java.lang.String |
getAddress2()
Get the store address2. |
java.lang.String |
getCity()
Get the store city. |
java.lang.String |
getDivision()
Get the store division. |
java.lang.String |
getName()
Get the store name or ID. |
java.lang.String |
getPhone1()
Get the store phone number1. |
java.lang.String |
getPhone2()
Get the store phone number2. |
java.lang.String |
getState()
Get the store state. |
java.lang.String |
getStoreNumber()
Get the store number. |
java.lang.String |
getZip()
Get the store zipcode. |
Methods inherited from interface com.ibm.retail.AEF.event.POSAppEventElement |
---|
getBooleanPropertyValue, getData, getIntegerPropertyValue, getProperty, getPropertyEntries, setData, setProperty, toString |
Methods inherited from interface com.ibm.retail.AEF.xml.SAXElementHandler |
---|
endElement, startElement |
Method Detail |
public java.lang.String getName()
public java.lang.String getDivision()
public java.lang.String getStoreNumber()
public java.lang.String getAddress1()
public java.lang.String getAddress2()
public java.lang.String getCity()
public java.lang.String getState()
public java.lang.String getZip()
public java.lang.String getPhone1()
public java.lang.String getPhone2()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |