com.xerox.amazonws.sdb
Class ItemAttribute
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ItemAttribute
public ItemAttribute(String name,
String value,
boolean replace)
getName
public String getName()
getValue
public String getValue()
isReplace
public boolean isReplace()