|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.xerox.amazonws.simpledb.ItemVO
public class ItemVO
This class represents an item in SimpleDB. To modify this item, use the interfaces in Domain.
| Constructor Summary | |
|---|---|
ItemVO(String identifier)
|
|
| Method Summary | |
|---|---|
String |
getAttribute(String name)
Gets a single attribute value. |
Map<String,Set<String>> |
getAttributes()
Gets a map of all attributes for this item |
Set<String> |
getAttributeValues(String name)
Gets a Set of values for the named attribute. |
String |
getIdentifier()
Gets the name of the identifier that is unique to this Item |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ItemVO(String identifier)
| Method Detail |
|---|
public String getIdentifier()
getIdentifier in interface Itempublic Map<String,Set<String>> getAttributes()
getAttributes in interface Itempublic String getAttribute(String name)
getAttribute in interface Itempublic Set<String> getAttributeValues(String name)
getAttributeValues in interface Item
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||