|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Item
This class represents an item in SimpleDB. To modify this item, use the interfaces in Domain.
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 |
Method Detail |
---|
String getIdentifier()
Map<String,Set<String>> getAttributes()
String getAttribute(String name)
Set<String> getAttributeValues(String name)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |