Interface IQCResource

    • Method Detail

      • fileName

        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​(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

        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​(String pVal)

        The description of the resource.

        Setter method for the COM property "Description"

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

        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​(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 future use: Progress information.

      • location

        String location()

        For 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

        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​(String pVal)

        The type of the resource.

        Setter method for the COM property "ResourceType"

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

        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​(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.