Class GivingClassification


  • @Generated("jsonschema2pojo")
    public class GivingClassification
    extends Object
    • Field Detail

      • classification

        @JsonPropertyDescription("The user defined categorization of the contribution.")
        private Classification classification
        Classification

        The user defined categorization of the contribution. (Required)

      • amount

        @JsonPropertyDescription("The amount of the contribution associated with the giving classification.")
        private Object amount
        Amount

        The amount of the contribution associated with the giving classification.

      • designation

        @JsonPropertyDescription("The designated use of the amount associated with the giving classification.")
        private Object designation
        Designation

        The designated use of the amount associated with the giving classification.

      • comments

        @JsonPropertyDescription("The comment associated with the giving classification.")
        private String comments
        Comments

        The comment associated with the giving classification.

    • Constructor Detail

      • GivingClassification

        public GivingClassification()
    • Method Detail

      • getClassification

        public Classification getClassification()
        Classification

        The user defined categorization of the contribution. (Required)

      • setClassification

        public void setClassification​(Classification classification)
        Classification

        The user defined categorization of the contribution. (Required)

      • getAmount

        public Object getAmount()
        Amount

        The amount of the contribution associated with the giving classification.

      • setAmount

        public void setAmount​(Object amount)
        Amount

        The amount of the contribution associated with the giving classification.

      • getDesignation

        public Object getDesignation()
        Designation

        The designated use of the amount associated with the giving classification.

      • setDesignation

        public void setDesignation​(Object designation)
        Designation

        The designated use of the amount associated with the giving classification.

      • getComments

        public String getComments()
        Comments

        The comment associated with the giving classification.

      • setComments

        public void setComments​(String comments)
        Comments

        The comment associated with the giving classification.

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object