Class Retiree

    • Field Detail

      • ratio

        @JsonPropertyDescription("The ratio of donation matched by the company for a retiree.")
        private String ratio
        Ratio

        The ratio of donation matched by the company for a retiree.

      • limit

        @JsonPropertyDescription("Maximum amount of donation matched by the company for an retiree.")
        private Limit__1 limit
        Limit

        Maximum amount of donation matched by the company for an retiree.

    • Constructor Detail

      • Retiree

        public Retiree()
    • Method Detail

      • getRatio

        public String getRatio()
        Ratio

        The ratio of donation matched by the company for a retiree.

      • setRatio

        public void setRatio​(String ratio)
        Ratio

        The ratio of donation matched by the company for a retiree.

      • getLimit

        public Limit__1 getLimit()
        Limit

        Maximum amount of donation matched by the company for an retiree.

      • setLimit

        public void setLimit​(Limit__1 limit)
        Limit

        Maximum amount of donation matched by the company for an retiree.

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object