com.ibm.retail.AEF.event
Interface StoreDefinition

All Superinterfaces:
POSAppEventElement, SAXElementHandler, java.io.Serializable

public interface StoreDefinition
extends POSAppEventElement

StoreDefinition is an interface for objects containing the store attrbutes. The StoreDefintion is accessible from OptionsEvent.

See Also:
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

getName

public java.lang.String getName()
Get the store name or ID.

Returns:
store name

getDivision

public java.lang.String getDivision()
Get the store division.

Returns:
store division

getStoreNumber

public java.lang.String getStoreNumber()
Get the store number.

Returns:
store number

getAddress1

public java.lang.String getAddress1()
Get the store address1.

Returns:
store address1

getAddress2

public java.lang.String getAddress2()
Get the store address2.

Returns:
store address2

getCity

public java.lang.String getCity()
Get the store city.

Returns:
store city

getState

public java.lang.String getState()
Get the store state.

Returns:
store state

getZip

public java.lang.String getZip()
Get the store zipcode.

Returns:
store zipcode

getPhone1

public java.lang.String getPhone1()
Get the store phone number1.

Returns:
store phone

getPhone2

public java.lang.String getPhone2()
Get the store phone number2.

Returns:
store phone


Copyright © 2004 IBM. All Rights Reserved.
Generated: July 19 2004