Interface IFavoriteFolder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean _public()
      Checks whether this folder is public.
      com4j.Com4jObject favoriteFactory()
      The FavoriteFactory object for IFavorite items contained in this folder.
      com4j.Com4jObject favoriteFolderFactory()
      The FavoriteFolderFactory object for folders that are direct children of this folder.
      java.lang.String module()
      The user-interface module to which the favorites in this folder apply.
      java.lang.String name()
      The favorite folder's name.
      void name​(java.lang.String pVal)
      The favorite folder's name.
      int parentId()
      The containing folder's ID.
      void parentId​(int pVal)
      The containing folder's ID.
      • Methods inherited from interface com4j.Com4jObject

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

      • name

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

        java.lang.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