Interface IFavorite

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean _public()
      Checks whether this favorite is public.
      java.lang.String filterData()
      The favorite's filter in XML.
      void filterData​(java.lang.String pVal)
      The favorite's filter in XML.
      java.lang.String layoutData()
      The display attributes in XML.
      void layoutData​(java.lang.String pVal)
      The display attributes in XML.
      java.lang.String module()
      The user-interface module to which the setting applies.
      java.lang.String name()
      The favorite's name.
      void name​(java.lang.String pVal)
      The favorite's name.
      int parentId()
      The ID of the favorites folder containing this item.
      void parentId​(int pVal)
      The ID of the favorites folder containing this item.
      • 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'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's name.

        Setter method for the COM property "Name"

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

        int parentId()

        The ID of the favorites folder containing this item.

        Getter method for the COM property "ParentId"

        Returns:
        Returns a value of type int
      • parentId

        void parentId​(int pVal)

        The ID of the favorites folder containing this item.

        Setter method for the COM property "ParentId"

        Parameters:
        pVal - Mandatory int parameter.
      • _public

        boolean _public()

        Checks whether this favorite 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 setting applies.

        Getter method for the COM property "Module"

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

        java.lang.String filterData()

        The favorite's filter in XML.

        Getter method for the COM property "FilterData"

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

        void filterData​(java.lang.String pVal)

        The favorite's filter in XML.

        Setter method for the COM property "FilterData"

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

        java.lang.String layoutData()

        The display attributes in XML.

        Getter method for the COM property "LayoutData"

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

        void layoutData​(java.lang.String pVal)

        The display attributes in XML.

        Setter method for the COM property "LayoutData"

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