com.ibm.retail.AEF.automation
Interface OperatorIdentifier

All Superinterfaces:
Identifier, java.util.Map
All Known Implementing Classes:
OperatorIdentifierImpl

public interface OperatorIdentifier
extends Identifier

OperatorIdentifierImpl is a class which contains information for operator logon.


Field Summary
static java.lang.String CLASS_KEY
           
static java.lang.String ID
           
static java.lang.String NEW_PASSWORD
           
static java.lang.String PASSWORD
           
 
Fields inherited from interface com.ibm.retail.AEF.automation.Identifier
ACCOUNT_NUMBER, PRICE
 
Method Summary
 java.lang.String getID()
          Gets the operator ID.
 java.lang.String getNewPassword()
          Gets the new password for a change password operation.
 java.lang.String getPassword()
          Gets the operator logon password.
 void setID(java.lang.String id)
          Sets the operator ID.
 void setNewPassword(java.lang.String newPassword)
          Sets the new operator password for a change password operation upon logon.
 void setPassword(java.lang.String password)
          Sets the operator password for the logon.
 
Methods inherited from interface com.ibm.retail.AEF.automation.Identifier
toString
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

Field Detail

CLASS_KEY

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

ID

public static final java.lang.String ID
See Also:
Constant Field Values

PASSWORD

public static final java.lang.String PASSWORD
See Also:
Constant Field Values

NEW_PASSWORD

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

setID

public void setID(java.lang.String id)
Sets the operator ID.


setPassword

public void setPassword(java.lang.String password)
Sets the operator password for the logon.

Parameters:
password -

setNewPassword

public void setNewPassword(java.lang.String newPassword)
Sets the new operator password for a change password operation upon logon.

Parameters:
newPassword -

getID

public java.lang.String getID()
Gets the operator ID.

Returns:
String

getPassword

public java.lang.String getPassword()
Gets the operator logon password.

Returns:
String

getNewPassword

public java.lang.String getNewPassword()
Gets the new password for a change password operation.

Returns:
String


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