|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.AbstractMap | +--java.util.HashMap | +--com.ibm.retail.AEF.automation.IdentifierImpl | +--com.ibm.retail.AEF.automation.OperatorIdentifierImpl
OperatorIdentifierImpl is a class which contains information for operator logon.
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 |
public OperatorIdentifierImpl()
public OperatorIdentifierImpl(java.lang.String id, java.lang.String password)
id
- The operator id.password
- The operator's password.public OperatorIdentifierImpl(java.lang.String id, java.lang.String password, java.lang.String newPassword)
id
- The operator id.password
- The operator's password.newPassword
- The operator's new password (for a change password upon logon).Method Detail |
static java.lang.String copyright()
public void setID(java.lang.String id)
setID
in interface OperatorIdentifier
public void setPassword(java.lang.String password)
setPassword
in interface OperatorIdentifier
password
- public void setNewPassword(java.lang.String newPassword)
setNewPassword
in interface OperatorIdentifier
newPassword
- public java.lang.String getID()
getID
in interface OperatorIdentifier
public java.lang.String getPassword()
getPassword
in interface OperatorIdentifier
public java.lang.String getNewPassword()
getNewPassword
in interface OperatorIdentifier
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |