com.hp.lft.sdk.stdwin

Class CalendarDescription

    • Constructor Detail

      • CalendarDescription

        public CalendarDescription()
        Initializes a new instance of the CalendarDescription class.
      • CalendarDescription

        protected CalendarDescription(CalendarDescription.Init<?> init)
        Initializes a new instance of the CalendarDescription class using the Builder pattern.
        Parameters:
        init - the Builder pattern.
    • Method Detail

      • getState

        public CheckedState getState()
        Returns the Calendar status of the CalendarDescription. Possible values: CheckedState
        Returns:
        the CalendarDescription status. Possible values: CheckedState
      • setState

        public void setState(CheckedState state)
        Sets the status of the CalendarDescription.
        Parameters:
        state - the Calendar status. Possible values: CheckedState
      • setDate

        public void setDate(java.util.Date date)
        Sets the current date of the CalendarDescription.
        Parameters:
        date - the current date of the CalendarDescription.
      • getDate

        public java.util.Date getDate()
                               throws GeneralLeanFtException
        Returns the date of the CalendarDescription.
        Returns:
        the date of the CalendarDescription.
        Throws:
        GeneralLeanFtException - if an error occurs during execution.