Class Week


  • public class Week
    extends java.lang.Object

    Week class.

    Since:
    1.8.1
    Version:
    $Id: $
    Author:
    ranger
    • Constructor Summary

      Constructors 
      Constructor Description
      Week​(java.util.Date date, Role role, GroupManager groupManager)
      Constructor for Week.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Day[] getDays()
      getDays
      int getWeekOfYear()
      getWeekOfYear
      • Methods inherited from class java.lang.Object

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

      • Week

        public Week​(java.util.Date date,
                    Role role,
                    GroupManager groupManager)

        Constructor for Week.

        Parameters:
        date - a Date object.
        role - a Role object.
        groupManager - a GroupManager object.
    • Method Detail

      • getWeekOfYear

        public int getWeekOfYear()

        getWeekOfYear

        Returns:
        a int.
      • getDays

        public Day[] getDays()

        getDays

        Returns:
        an array of Day objects.