Class Cost

java.lang.Object
org.damap.base.rest.madmp.dto.Cost

@Generated("jsonschema2pojo") public class Cost extends Object
The Cost Items Schema

  • Constructor Details

    • Cost

      public Cost()
  • Method Details

    • getCurrencyCode

      public Cost.CurrencyCode getCurrencyCode()
      The Cost Currency Code Schema

      Allowed values defined by ISO 4217

    • setCurrencyCode

      public void setCurrencyCode(Cost.CurrencyCode currencyCode)
      The Cost Currency Code Schema

      Allowed values defined by ISO 4217

    • getDescription

      public String getDescription()
      The Cost Description Schema

      Cost(s) Description

    • setDescription

      public void setDescription(String description)
      The Cost Description Schema

      Cost(s) Description

    • getTitle

      public String getTitle()
      The Cost Title Schema

      Title (Required)

    • setTitle

      public void setTitle(String title)
      The Cost Title Schema

      Title (Required)

    • getValue

      public Double getValue()
      The Cost Value Schema

      Value

    • setValue

      public void setValue(Double value)
      The Cost Value Schema

      Value

    • getAdditionalProperties

      public Map<String,Object> getAdditionalProperties()
    • setAdditionalProperty

      public void setAdditionalProperty(String name, Object value)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object