com.hp.lft.sdk.oracle

Class ApplicationSessionDescription

    • Constructor Detail

      • ApplicationSessionDescription

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

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

      • 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.