Class Race

    • Field Detail

      • race

        @JsonPropertyDescription("The race to which a person belongs.")
        private Object race
        Race

        The race to which a person belongs.

      • reporting

        @JsonPropertyDescription("Properties required for governmental or other reporting.")
        private List<Reporting__1> reporting
        Reporting

        Properties required for governmental or other reporting.

    • Constructor Detail

      • Race

        public Race()
    • Method Detail

      • getRace

        public Object getRace()
        Race

        The race to which a person belongs.

      • setRace

        public void setRace​(Object race)
        Race

        The race to which a person belongs.

      • withRace

        public Race withRace​(Object race)
      • getReporting

        public List<Reporting__1> getReporting()
        Reporting

        Properties required for governmental or other reporting.

      • setReporting

        public void setReporting​(List<Reporting__1> reporting)
        Reporting

        Properties required for governmental or other reporting.

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object