Class AgeRange


  • public class AgeRange
    extends Object
    • Constructor Detail

      • AgeRange

        public AgeRange()
    • Method Detail

      • getMin

        public Integer getMin()
        Returns:
        the min
      • setMin

        public void setMin​(Integer min)
        Parameters:
        min - the min to set
      • getMax

        public Integer getMax()
        Returns:
        the max
      • setMax

        public void setMax​(Integer max)
        Parameters:
        max - the max to set