com.xerox.amazonws.sdb
Class ItemAttribute

java.lang.Object
  extended by com.xerox.amazonws.sdb.ItemAttribute

public class ItemAttribute
extends Object

This class is an immutable representation of an item attribute.

Author:
D. Kavanagh, developer@dotech.com

Constructor Summary
ItemAttribute(String name, String value, boolean replace)
           
 
Method Summary
 String getName()
           
 String getValue()
           
 boolean isReplace()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ItemAttribute

public ItemAttribute(String name,
                     String value,
                     boolean replace)
Method Detail

getName

public String getName()

getValue

public String getValue()

isReplace

public boolean isReplace()