Class VarianceUnit


  • public class VarianceUnit
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      VarianceUnit()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.math.BigDecimal getAmount()
      Getter for amount
      java.lang.String getCurrency()
      Getter for currency
      void setAmount​(java.math.BigDecimal value)
      Setter for amount
      void setCurrency​(java.lang.String value)
      Setter for currency
      java.lang.String toString()
      Returns a JSON string representation of VarianceUnit
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • VarianceUnit

        public VarianceUnit()
    • Method Detail

      • getAmount

        public java.math.BigDecimal getAmount()
        Getter for amount
      • setAmount

        public void setAmount​(java.math.BigDecimal value)
        Setter for amount
      • getCurrency

        public java.lang.String getCurrency()
        Getter for currency
      • setCurrency

        public void setCurrency​(java.lang.String value)
        Setter for currency
      • toString

        public java.lang.String toString()
        Returns a JSON string representation of VarianceUnit
        Overrides:
        toString in class java.lang.Object