com.ibm.retail.AEF.automation
Class OperatorIdentifierImpl

java.lang.Object
  |
  +--java.util.AbstractMap
        |
        +--java.util.HashMap
              |
              +--com.ibm.retail.AEF.automation.IdentifierImpl
                    |
                    +--com.ibm.retail.AEF.automation.OperatorIdentifierImpl
All Implemented Interfaces:
java.lang.Cloneable, Identifier, java.util.Map, OperatorIdentifier, java.io.Serializable

public class OperatorIdentifierImpl
extends com.ibm.retail.AEF.automation.IdentifierImpl
implements OperatorIdentifier

OperatorIdentifierImpl is a class which contains information for operator logon.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.HashMap
 
Fields inherited from class java.util.AbstractMap
 
Fields inherited from interface com.ibm.retail.AEF.automation.OperatorIdentifier
CLASS_KEY, ID, NEW_PASSWORD, PASSWORD
 
Fields inherited from interface com.ibm.retail.AEF.automation.Identifier
ACCOUNT_NUMBER, PRICE
 
Constructor Summary
OperatorIdentifierImpl()
          Constructor.
OperatorIdentifierImpl(java.lang.String id, java.lang.String password)
          Constructor.
OperatorIdentifierImpl(java.lang.String id, java.lang.String password, java.lang.String newPassword)
          Constructor.
 
Method Summary
(package private) static java.lang.String copyright()
           
 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 class com.ibm.retail.AEF.automation.IdentifierImpl
toString
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
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
 

Constructor Detail

OperatorIdentifierImpl

public OperatorIdentifierImpl()
Constructor.


OperatorIdentifierImpl

public OperatorIdentifierImpl(java.lang.String id,
                              java.lang.String password)
Constructor.

Parameters:
id - The operator id.
password - The operator's password.

OperatorIdentifierImpl

public OperatorIdentifierImpl(java.lang.String id,
                              java.lang.String password,
                              java.lang.String newPassword)
Constructor.

Parameters:
id - The operator id.
password - The operator's password.
newPassword - The operator's new password (for a change password upon logon).
Method Detail

copyright

static java.lang.String copyright()

setID

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

Specified by:
setID in interface OperatorIdentifier

setPassword

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

Specified by:
setPassword in interface OperatorIdentifier
Parameters:
password -

setNewPassword

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

Specified by:
setNewPassword in interface OperatorIdentifier
Parameters:
newPassword -

getID

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

Specified by:
getID in interface OperatorIdentifier
Returns:
String

getPassword

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

Specified by:
getPassword in interface OperatorIdentifier
Returns:
String

getNewPassword

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

Specified by:
getNewPassword in interface OperatorIdentifier
Returns:
String


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