Interface IAnalysisItem

    • Method Detail

      • name

        String name()

        The name of the report or graph.

        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 report or graph.

        Setter method for the COM property "Name"

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

        int parentId()

        The ID of the 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 parent folder.

        Setter method for the COM property "ParentId"

        Parameters:
        pVal - Mandatory int parameter.
      • _public

        boolean _public()

        Indicates whether the item is public.

        Getter method for the COM property "Public"

        Returns:
        Returns a value of type boolean
      • _public

        void _public​(boolean pVal)

        Indicates whether the item is public.

        Setter method for the COM property "Public"

        Parameters:
        pVal - Mandatory boolean parameter.
      • module

        String module()

        The Quality Center module that is the source of the data.

        Getter method for the COM property "Module"

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

        void module​(String pVal)

        The Quality Center module that is the source of the data.

        Setter method for the COM property "Module"

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

        String type()

        The type of output.

        Getter method for the COM property "Type"

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

        void type​(String pVal)

        The type of output.

        Setter method for the COM property "Type"

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

        String filterData()

        The definition of the data to be included in the analysis item.

        Getter method for the COM property "FilterData"

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

        void filterData​(String pVal)

        The definition of the data to be included in the analysis item.

        Setter method for the COM property "FilterData"

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

        String layoutData()

        The definition of the presentation of the analysis item.

        Getter method for the COM property "LayoutData"

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

        void layoutData​(String pVal)

        The definition of the presentation of the analysis item.

        Setter method for the COM property "LayoutData"

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

        String lastModified()

        The time on the server when the analysis item was last modified.

        Getter method for the COM property "LastModified"

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

        String modifiedBy()

        The user name of the user who last modified the analysis item.

        Getter method for the COM property "ModifiedBy"

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

        String subType()

        The analysis item's sub type.

        Getter method for the COM property "SubType"

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

        void subType​(String pVal)

        The analysis item's sub type.

        Setter method for the COM property "SubType"

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

        String description()

        The analysis item's description.

        Getter method for the COM property "Description"

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

        void description​(String pVal)

        The analysis item's description.

        Setter method for the COM property "Description"

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