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

Field Summary
 namepair[] item
           
 
Constructor Summary
attrlist()
           
attrlist(java.util.Map attrlist_map)
          Generates a attrlist out of its Map representation.
 
Method Summary
 java.lang.Object clone()
           
 namepair[] getItem()
          Returns the item.
 void setItem(namepair[] item)
          Sets the item.
protected  java.util.Map toMap()
          Generates a Map for the attrlist.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

item

public namepair[] item
Constructor Detail

attrlist

public attrlist()

attrlist

public attrlist(java.util.Map attrlist_map)
Generates a attrlist out of its Map representation.
Method Detail

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