com.hp.lft.sdk.oracle

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

      • setTitle

        public void setTitle(String title)
        Sets the window title.
        Parameters:
        title - the window title.
      • getTitle

        public StringProperty getTitle()
        Returns the window title.
        Returns:
        the window title.
      • setClassPath

        public void setClassPath(String classPath)
        Sets the Oracle class hierarchy of the object's Oracle class.
        Parameters:
        classPath - the Oracle class hierarchy of the object's Oracle class.
      • getClassPath

        public StringProperty getClassPath()
        Returns the Oracle class hierarchy of the object's Oracle class.
        Returns:
        the Oracle class hierarchy of the object's Oracle class.
      • setEnabled

        public void setEnabled(Boolean isEnabled)
        Sets whether the object is enable.
        Parameters:
        isEnabled - true to set as enabled.
      • isEnabled

        public Boolean isEnabled()
        Indicates whether the object is enable.
        Returns:
        true if enabled.