com.ibm.retail.AEF.automation
Interface OperatorInfo

All Superinterfaces:
BaseInfo, java.io.Serializable

public interface OperatorInfo
extends BaseInfo

OperatorInfo objects contain the data for an Operator of the POS application.


Field Summary
static java.lang.String CLASS_KEY
           
 
Method Summary
 java.lang.String getID()
          Returns the id of the operator as determined by the POS application.
 java.lang.String getName()
          Returns the name of the operator as determined by the POS application.
 java.lang.String getPassword()
          Returns the password of the operator.
 void setID(java.lang.String id)
          Sets the id of the operator as determined by the POS application.
 void setName(java.lang.String name)
          Sets the name of the operator as determined by the POS application.
 void setPassword(java.lang.String password)
          Sets the password of the operator.
 
Methods inherited from interface com.ibm.retail.AEF.automation.BaseInfo
getBooleanPropertyValue, getIntegerPropertyValue, getProperty, getPropertyEntries, setProperty, update
 

Field Detail

CLASS_KEY

public static final java.lang.String CLASS_KEY
See Also:
Constant Field Values
Method Detail

getName

public java.lang.String getName()
Returns the name of the operator as determined by the POS application. For example, and operator with an id of "302" may have a name of "Amanda Smith".

Returns:
String The long name of the operator

setName

public void setName(java.lang.String name)
Sets the name of the operator as determined by the POS application. For example, and operator with an id of "302" may have a name of "Amanda Smith".

Parameters:
name - The long name of the operator

getID

public java.lang.String getID()
Returns the id of the operator as determined by the POS application.

Returns:
String The id of the operator

setID

public void setID(java.lang.String id)
Sets the id of the operator as determined by the POS application.

Parameters:
id - The id of the operator

getPassword

public java.lang.String getPassword()
Returns the password of the operator. Note that the password will only be set if one of the POSAutomationProvider.logon() methods is used to log the operator on. The password might not automatically be set in the case where a register recovers from a power failure.

Returns:
String The password of the operator

setPassword

public void setPassword(java.lang.String password)
Sets the password of the operator. Note that calling this method will not cause the operator password to be modified in the POS application. In other words, this is not a "change password" function.

Parameters:
password - The password of the operator


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