|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.amazonaws.mturk.requester.Price
public class Price
| Constructor Summary | |
|---|---|
Price()
|
|
Price(java.math.BigDecimal amount,
java.lang.String currencyCode,
java.lang.String formattedPrice)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.math.BigDecimal |
getAmount()
Gets the amount value for this Price. |
java.lang.String |
getCurrencyCode()
Gets the currencyCode value for this Price. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
java.lang.String |
getFormattedPrice()
Gets the formattedPrice value for this Price. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setAmount(java.math.BigDecimal amount)
Sets the amount value for this Price. |
void |
setCurrencyCode(java.lang.String currencyCode)
Sets the currencyCode value for this Price. |
void |
setFormattedPrice(java.lang.String formattedPrice)
Sets the formattedPrice value for this Price. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Price()
public Price(java.math.BigDecimal amount,
java.lang.String currencyCode,
java.lang.String formattedPrice)
| Method Detail |
|---|
public java.math.BigDecimal getAmount()
public void setAmount(java.math.BigDecimal amount)
amount - public java.lang.String getCurrencyCode()
public void setCurrencyCode(java.lang.String currencyCode)
currencyCode - public java.lang.String getFormattedPrice()
public void setFormattedPrice(java.lang.String formattedPrice)
formattedPrice - public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||