com.hp.lft.sdk.oracle

Class StatusBarDescription

    • Constructor Detail

      • StatusBarDescription

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

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

      • setErrorCode

        public void setErrorCode(String errorCode)
        Sets the error code of the displayed message.
        Parameters:
        errorCode - the error code of the displayed message.
      • getErrorCode

        public StringProperty getErrorCode()
        Returns error code of the displayed message.
        Returns:
        error code of the displayed message.
      • setMessage

        public void setMessage(String message)
        Sets the text of the displayed message.
        Parameters:
        message - the text of the displayed message.
      • getMessage

        public StringProperty getMessage()
        Returns the text of the displayed message.
        Returns:
        the text of the displayed message.
      • 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.