|
|||||||||||
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.saf.provider.POSInfoImpl
Provides a HashMap implementation of POSInfo.
Field Summary |
---|
Fields inherited from class java.util.HashMap |
---|
|
Fields inherited from class java.util.AbstractMap |
---|
|
Constructor Summary | |
---|---|
POSInfoImpl()
Constructs a POSInfo object with no attributes |
Method Summary | |
---|---|
java.lang.Object |
getExtendedAttribute(java.lang.String name)
Returns the value of an extended attribute as an Object or null if the attribute is undefined. |
java.util.Iterator |
getExtendedAttributeNames()
Returns an enumeration of the extended attribute names in this request. |
void |
removeExtendedAttribute(java.lang.String name)
Removes an extended attribute and its value from the request. |
void |
setExtendedAttribute(java.lang.String name,
java.lang.Object value)
Adds an extended attribute and the Object value of the attribute to the request. |
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, toString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Map |
---|
equals, hashCode |
Constructor Detail |
public POSInfoImpl()
Method Detail |
public java.lang.Object getExtendedAttribute(java.lang.String name)
POSInfo
getExtendedAttribute
in interface POSInfo
name
- name of the attribute to be retrieved
public void setExtendedAttribute(java.lang.String name, java.lang.Object value)
POSInfo
null
remotes it from the request.
setExtendedAttribute
in interface POSInfo
name
- name of the attribute to be setvalue
- value of the attribute to be setpublic void removeExtendedAttribute(java.lang.String name)
POSInfo
removeExtendedAttribute
in interface POSInfo
name
- name of the attribute to be removedpublic java.util.Iterator getExtendedAttributeNames()
POSInfo
getExtendedAttributeNames
in interface POSInfo
String
values
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |