amwebarsentitlementservice.webserviceadapter
Class attrlist
java.lang.Object
|
+--amwebarsentitlementservice.webserviceadapter.attrlist
- All Implemented Interfaces:
- java.lang.Cloneable, java.io.Serializable
- public class attrlist
- extends java.lang.Object
- implements java.io.Serializable, java.lang.Cloneable
- See Also:
- Serialized Form
Constructor Summary |
attrlist()
|
attrlist(java.util.Map attrlist_map)
Generates a attrlist out of its Map representation. |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
item
public namepair[] item
attrlist
public attrlist()
attrlist
public attrlist(java.util.Map attrlist_map)
- Generates a attrlist out of its Map representation.
clone
public java.lang.Object clone()
- Overrides:
clone
in class java.lang.Object
getItem
public namepair[] getItem()
- Returns the item.
- Returns:
- namepair[]
setItem
public void setItem(namepair[] item)
- Sets the item.
- Parameters:
item
- The item to set
toMap
protected java.util.Map toMap()
- Generates a Map for the attrlist.
The Map interface allows random access to the values in constant time.
- Returns:
- Map of the values of the attrlist
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object