|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.amazonaws.services.simpledb.model.ReplaceableItem
public class ReplaceableItem
Replaceable Item
| Constructor Summary | |
|---|---|
ReplaceableItem()
|
|
| Method Summary | |
|---|---|
List<ReplaceableAttribute> |
getAttributes()
List of Replaceable Attributes. |
String |
getName()
Item Name. |
void |
setAttributes(Collection<ReplaceableAttribute> attributes)
List of Replaceable Attributes. |
void |
setName(String name)
Item Name. |
String |
toString()
|
ReplaceableItem |
withAttributes(Collection<ReplaceableAttribute> attributes)
List of Replaceable Attributes. |
ReplaceableItem |
withAttributes(ReplaceableAttribute... attributes)
List of Replaceable Attributes. |
ReplaceableItem |
withName(String name)
Item Name. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ReplaceableItem()
| Method Detail |
|---|
public String getName()
public void setName(String name)
name - Item Name.public ReplaceableItem withName(String name)
Returns a reference to this object so that method calls can be chained together.
name - Item Name.
public List<ReplaceableAttribute> getAttributes()
public void setAttributes(Collection<ReplaceableAttribute> attributes)
attributes - List of Replaceable Attributes.public ReplaceableItem withAttributes(ReplaceableAttribute... attributes)
Returns a reference to this object so that method calls can be chained together.
attributes - List of Replaceable Attributes.
public ReplaceableItem withAttributes(Collection<ReplaceableAttribute> attributes)
Returns a reference to this object so that method calls can be chained together.
attributes - List of Replaceable Attributes.
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||