com.github.kevinstl.coinbase.java.domain.response
Class Amount

java.lang.Object
  extended by com.github.kevinstl.coinbase.java.domain.response.Amount

public class Amount
extends java.lang.Object


Constructor Summary
Amount()
           
 
Method Summary
 java.math.BigDecimal getAmount()
           
 java.lang.String getCurrency()
           
 void setAmount(java.math.BigDecimal 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

Amount

public Amount()
Method Detail

getAmount

public java.math.BigDecimal getAmount()

setAmount

public void setAmount(java.math.BigDecimal amount)

getCurrency

public java.lang.String getCurrency()

setCurrency

public void setCurrency(java.lang.String currency)