|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.dontdrinkandroot.lastfm.api.model.LfmEntity
net.dontdrinkandroot.lastfm.api.model.Price
public class Price
| Constructor Summary | |
|---|---|
Price(org.w3c.dom.Element element)
Creates a Price from a DOM Element. |
|
| Method Summary | |
|---|---|
java.lang.Float |
getAmount()
|
java.lang.String |
getCurrency()
|
void |
setAmount(java.lang.Float amount)
|
void |
setCurrency(java.lang.String currency)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Price(org.w3c.dom.Element element)
Price from a DOM Element.
element - The Element to parse.| Method Detail |
|---|
public java.lang.Float getAmount()
getAmount in interface AmountEntitypublic void setAmount(java.lang.Float amount)
setAmount in interface AmountEntitypublic java.lang.String getCurrency()
getCurrency in interface CurrencyEntitypublic void setCurrency(java.lang.String currency)
setCurrency in interface CurrencyEntity
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||