Interface IAnalysisItemFolder

    • Method Detail

      • name

        String name()

        The folder's name.

        Getter method for the COM property "Name"

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

        void name​(String pVal)

        The folder's name.

        Setter method for the COM property "Name"

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

        int parentId()

        The ID of the folder that contains this folder.

        Getter method for the COM property "ParentId"

        Returns:
        Returns a value of type int
      • parentId

        void parentId​(int pVal)

        The ID of the folder that contains this folder.

        Setter method for the COM property "ParentId"

        Parameters:
        pVal - Mandatory int parameter.
      • _public

        boolean _public()

        Indicates whether this is a public folder.

        Getter method for the COM property "Public"

        Returns:
        Returns a value of type boolean
      • _public

        void _public​(boolean pVal)

        Indicates whether this is a public folder.

        Setter method for the COM property "Public"

        Parameters:
        pVal - Mandatory boolean parameter.
      • analysisItemFolderFactory

        com4j.Com4jObject analysisItemFolderFactory()

        The AnalysisItemFolderFactory object for direct children analysis item folders.

        Getter method for the COM property "AnalysisItemFolderFactory"

        Returns:
        Returns a value of type com4j.Com4jObject
      • analysisItemFactory

        com4j.Com4jObject analysisItemFactory()

        The AnalysisItemFactory object for managing AnalysisItems in this folder.

        Getter method for the COM property "AnalysisItemFactory"

        Returns:
        Returns a value of type com4j.Com4jObject
      • description

        String description()

        The folder's description.

        Getter method for the COM property "Description"

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

        void description​(String pVal)

        The folder's description.

        Setter method for the COM property "Description"

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