Interface IFavoriteFolder

    • Method Detail

      • name

        String name()

        The favorite 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 favorite folder's name.

        Setter method for the COM property "Name"

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

        int parentId()

        The containing folder's ID.

        Getter method for the COM property "ParentId"

        Returns:
        Returns a value of type int
      • parentId

        void parentId​(int pVal)

        The containing folder's ID.

        Setter method for the COM property "ParentId"

        Parameters:
        pVal - Mandatory int parameter.
      • _public

        boolean _public()

        Checks whether this folder is public.

        Getter method for the COM property "Public"

        Returns:
        Returns a value of type boolean
      • module

        String module()

        The user-interface module to which the favorites in this folder apply.

        Getter method for the COM property "Module"

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

        com4j.Com4jObject favoriteFolderFactory()

        The FavoriteFolderFactory object for folders that are direct children of this folder.

        Getter method for the COM property "FavoriteFolderFactory"

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

        com4j.Com4jObject favoriteFactory()

        The FavoriteFactory object for IFavorite items contained in this folder.

        Getter method for the COM property "FavoriteFactory"

        Returns:
        Returns a value of type com4j.Com4jObject