Class ApplicationSessionDescription

java.lang.Object
com.hp.lft.sdk.internal.PropertiesDescriptionBase
All Implemented Interfaces:
CloneableObject, Description, com.hp.lft.sdk.internal.DescriptionWithVri, Cloneable

public class ApplicationSessionDescription extends UiObjectBaseDescription
The description of an Oracle Applications session window.
  • Constructor Details

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

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

      public void setClassPath(StringProperty classPath)
      Sets the Oracle class hierarchy of the object's Oracle class.
      Parameters:
      classPath - a StringProperty or RegExpProperty.
    • 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.