Interface IQCResource

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String creator()
      The user name of the creator of the resource.
      void creator​(java.lang.String pVal)
      The user name of the creator of the resource.
      java.lang.String description()
      The description of the resource.
      void description​(java.lang.String pVal)
      The description of the resource.
      java.lang.String fileName()
      The folder or file name of the resource.
      void fileName​(java.lang.String pVal)
      The folder or file name of the resource.
      java.lang.String location()
      For HP future use.
      java.lang.String name()
      The name of the resource as displayed in the user interface.
      void name​(java.lang.String pVal)
      The name of the resource as displayed in the user interface.
      int parentId()
      The ID of the resource's parent folder.
      void parentId​(int pVal)
      The ID of the resource's parent folder.
      void progress()
      For HP future use: Progress information.
      java.lang.String resourceType()
      The type of the resource.
      void resourceType​(java.lang.String pVal)
      The type of the resource.
      • Methods inherited from interface com4j.Com4jObject

        advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
    • Method Detail

      • fileName

        java.lang.String fileName()

        The folder or file name of the resource.

        Getter method for the COM property "FileName"

        Returns:
        Returns a value of type java.lang.String
      • fileName

        void fileName​(java.lang.String pVal)

        The folder or file name of the resource.

        Setter method for the COM property "FileName"

        Parameters:
        pVal - Mandatory java.lang.String parameter.
      • parentId

        int parentId()

        The ID of the resource's parent folder.

        Getter method for the COM property "ParentId"

        Returns:
        Returns a value of type int
      • parentId

        void parentId​(int pVal)

        The ID of the resource's parent folder.

        Setter method for the COM property "ParentId"

        Parameters:
        pVal - Mandatory int parameter.
      • description

        java.lang.String description()

        The description of the resource.

        Getter method for the COM property "Description"

        Returns:
        Returns a value of type java.lang.String
      • description

        void description​(java.lang.String pVal)

        The description of the resource.

        Setter method for the COM property "Description"

        Parameters:
        pVal - Mandatory java.lang.String parameter.
      • creator

        java.lang.String creator()

        The user name of the creator of the resource.

        Getter method for the COM property "Creator"

        Returns:
        Returns a value of type java.lang.String
      • creator

        void creator​(java.lang.String pVal)

        The user name of the creator of the resource.

        Setter method for the COM property "Creator"

        Parameters:
        pVal - Mandatory java.lang.String parameter.
      • progress

        void progress()

        For HP future use: Progress information.

      • location

        java.lang.String location()

        For HP future use. Returns the location of the resource.

        Getter method for the COM property "Location"

        Returns:
        Returns a value of type java.lang.String
      • resourceType

        java.lang.String resourceType()

        The type of the resource.

        Getter method for the COM property "ResourceType"

        Returns:
        Returns a value of type java.lang.String
      • resourceType

        void resourceType​(java.lang.String pVal)

        The type of the resource.

        Setter method for the COM property "ResourceType"

        Parameters:
        pVal - Mandatory java.lang.String parameter.
      • name

        java.lang.String name()

        The name of the resource as displayed in the user interface.

        Getter method for the COM property "Name"

        Returns:
        Returns a value of type java.lang.String
      • name

        void name​(java.lang.String pVal)

        The name of the resource as displayed in the user interface.

        Setter method for the COM property "Name"

        Parameters:
        pVal - Mandatory java.lang.String parameter.