|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public static final java.lang.String CLASS_KEY
Method Detail |
public java.lang.String getName()
public void setName(java.lang.String name)
name
- The long name of the operatorpublic java.lang.String getID()
public void setID(java.lang.String id)
id
- The id of the operatorpublic java.lang.String getPassword()
public void setPassword(java.lang.String password)
password
- The password of the operator
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |