Class SelectedED


  • public class SelectedED
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      SelectedED()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getDay()  
      int getMonth()  
      int getYear()  
      void setDay​(int day)  
      void setMonth​(int month)  
      void setYear​(int year)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SelectedED

        public SelectedED()
    • Method Detail

      • getMonth

        public int getMonth()
      • setMonth

        public void setMonth​(int month)
      • getYear

        public int getYear()
      • setYear

        public void setYear​(int year)
      • getDay

        public int getDay()
      • setDay

        public void setDay​(int day)