Class Page

    • Constructor Detail

      • Page

        public Page()
      • Page

        public Page​(int year,
                    int month)
        Instantiates a new page.
    • Method Detail

      • getYear

        public int getYear()
        Gets the year.
        Returns:
        the year
      • setYear

        public void setYear​(int year)
        Sets the year.
        Parameters:
        year - the new year
      • getMonth

        public int getMonth()
        Gets the month.
        Returns:
        the month
      • setMonth

        public void setMonth​(int month)
        Sets the month.
        Parameters:
        month - the new month