Class User.AgeRange

    • Method Detail

      • getMin

        public Integer getMin()
        The lower bounds of the range for this person's age.
        Returns:
        The lower bounds of the range for this person's age.
      • setMin

        public void setMin​(Integer min)
        The lower bounds of the range for this person's age.
      • getMax

        public Integer getMax()
        The upper bounds of the range for this person's age.
        Returns:
        The upper bounds of the range for this person's age.
      • setMax

        public void setMax​(Integer max)
        The upper bounds of the range for this person's age.