java.lang.Object
de.hybris.platform.billmanagementtmfwebservices.v1.dto.Money

@Deprecated(since="2208") public class Money extends Object
Deprecated.
A base / value business entity used to represent money
  • Constructor Details

    • Money

      public Money()
      Deprecated.
  • Method Details

    • unit

      public Money unit(String unit)
      Deprecated.
    • getUnit

      public String getUnit()
      Deprecated.
      Currency (ISO4217 norm uses 3 letters to define the currency)
      Returns:
      unit
    • setUnit

      public void setUnit(String unit)
      Deprecated.
    • value

      public Money value(Float value)
      Deprecated.
    • getValue

      public Float getValue()
      Deprecated.
      A positive floating point number
      Returns:
      value
    • setValue

      public void setValue(Float value)
      Deprecated.
    • equals

      public boolean equals(Object o)
      Deprecated.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object