Class Supplement


  • public class Supplement
    extends Object
    Supplement
    • Constructor Detail

      • Supplement

        public Supplement()
    • Method Detail

      • getSupplementKey

        public String getSupplementKey()
        Get supplementKey
        Returns:
        supplementKey
      • setSupplementKey

        public void setSupplementKey​(String supplementKey)
      • getType

        public String getType()
        Get type
        Returns:
        type
      • setType

        public void setType​(String type)
      • getName

        public String getName()
        Get name
        Returns:
        name
      • setName

        public void setName​(String name)
      • getFrom

        public String getFrom()
        Get from
        Returns:
        from
      • setFrom

        public void setFrom​(String from)
      • getTo

        public String getTo()
        Get to
        Returns:
        to
      • setTo

        public void setTo​(String to)
      • getAmount

        public Double getAmount()
        Get amount
        Returns:
        amount
      • setAmount

        public void setAmount​(Double amount)
      • isIncluded

        public Boolean isIncluded()
        Get included
        Returns:
        included
      • setIncluded

        public void setIncluded​(Boolean included)
      • getCurrency

        public String getCurrency()
        Get currency
        Returns:
        currency
      • setCurrency

        public void setCurrency​(String currency)
      • getAdditionalProperties

        public List<AdditionalProperty> getAdditionalProperties()
        Get additionalProperties
        Returns:
        additionalProperties
      • setAdditionalProperties

        public void setAdditionalProperties​(List<AdditionalProperty> additionalProperties)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object