Class CalendarHolder

  • All Implemented Interfaces:
    Holder

    public final class CalendarHolder
    extends java.lang.Object
    implements Holder
    Holder for Calendars.
    Version:
    1.0
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.util.Calendar value
      The Calendar that is held.
    • Constructor Summary

      Constructors 
      Constructor Description
      CalendarHolder()
      Make a new CalendarHolder with a null value.r
      CalendarHolder​(java.util.Calendar value)
      Make a new CalendarHolder with value as the value.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • value

        public java.util.Calendar value
        The Calendar that is held.
    • Constructor Detail

      • CalendarHolder

        public CalendarHolder()
        Make a new CalendarHolder with a null value.r
      • CalendarHolder

        public CalendarHolder​(java.util.Calendar value)
        Make a new CalendarHolder with value as the value.
        Parameters:
        value - the Calendar to hold