com.ibm.retail.AEF.automation
Interface Customer

All Superinterfaces:
java.rmi.Remote

public interface Customer
extends java.rmi.Remote

Customer is an interface for objects representing a customer identified by loyalty number.


Method Summary
 com.ibm.retail.AEF.automation.Identifier getIdentifier()
          Returns the Identifier for this line item.
 com.ibm.retail.AEF.automation.CustomerInfo getInfo()
          Returns the information for the customer as determined by the POS application.
 void setIdentifier(com.ibm.retail.AEF.automation.Identifier identifier)
          Sets the Identifier for this line item.
 

Method Detail

getInfo

public com.ibm.retail.AEF.automation.CustomerInfo getInfo()
                                                   throws java.rmi.RemoteException
Returns the information for the customer as determined by the POS application.

Returns:
CustomerInfo
Throws:
java.rmi.RemoteException

getIdentifier

public com.ibm.retail.AEF.automation.Identifier getIdentifier()
                                                       throws java.rmi.RemoteException
Returns the Identifier for this line item.

Returns:
Identifier
Throws:
java.rmi.RemoteException

setIdentifier

public void setIdentifier(com.ibm.retail.AEF.automation.Identifier identifier)
                   throws java.rmi.RemoteException
Sets the Identifier for this line item.

Throws:
java.rmi.RemoteException


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