Interface ICustomizationBusinessView

  • All Superinterfaces:
    com4j.Com4jObject

    public interface ICustomizationBusinessView
    extends com4j.Com4jObject
    For HP use. The Business View.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean _new()
      Indicates if a Business View has been created but not posted to the server.
      java.lang.String columnLabelMapping()
      Business View Column Labels.
      void columnLabelMapping​(java.lang.String pVal)
      Business View Column Labels.
      boolean deleted()
      Indicates if a Business View has been removed, but the deletion has not been posted to the server.
      java.lang.String description()
      Business View description.
      void description​(java.lang.String pVal)
      Business View description.
      java.lang.String dql()
      Business View dql.
      void dql​(java.lang.String pVal)
      Business View dql.
      int id()
      Business View ID.
      boolean isPublished()
      Indicates if the business view is published.
      void isPublished​(boolean pVal)
      Indicates if the business view is published.
      boolean isTemplate()
      Indicates if the business view is a template view.
      java.lang.String keywords()
      Get Business View Keywords.
      void keywords​(java.lang.String pVal)
      Get Business View Keywords.
      java.lang.String label()
      Business View Label.
      void label​(java.lang.String pVal)
      Business View Label.
      java.lang.String name()
      Business View name.
      void name​(java.lang.String pVal)
      Business View name.
      boolean updated()
      Indicates if a Business View object has changed locally since last synchronized with the server.
      • 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()

        Business View name.

        Getter method for the COM property "Name"

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

        void name​(java.lang.String pVal)

        Business View name.

        Setter method for the COM property "Name"

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

        int id()

        Business View ID.

        Getter method for the COM property "ID"

        Returns:
        Returns a value of type int
      • updated

        boolean updated()

        Indicates if a Business View object has changed locally since last synchronized with the server.

        Getter method for the COM property "Updated"

        Returns:
        Returns a value of type boolean
      • deleted

        boolean deleted()

        Indicates if a Business View has been removed, but the deletion has not been posted to the server.

        Getter method for the COM property "Deleted"

        Returns:
        Returns a value of type boolean
      • _new

        boolean _new()

        Indicates if a Business View has been created but not posted to the server.

        Getter method for the COM property "New"

        Returns:
        Returns a value of type boolean
      • dql

        java.lang.String dql()

        Business View dql.

        Getter method for the COM property "Dql"

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

        void dql​(java.lang.String pVal)

        Business View dql.

        Setter method for the COM property "Dql"

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

        boolean isPublished()

        Indicates if the business view is published.

        Getter method for the COM property "IsPublished"

        Returns:
        Returns a value of type boolean
      • isPublished

        void isPublished​(boolean pVal)

        Indicates if the business view is published.

        Setter method for the COM property "IsPublished"

        Parameters:
        pVal - Mandatory boolean parameter.
      • isTemplate

        boolean isTemplate()

        Indicates if the business view is a template view.

        Getter method for the COM property "IsTemplate"

        Returns:
        Returns a value of type boolean
      • description

        java.lang.String description()

        Business View description.

        Getter method for the COM property "Description"

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

        void description​(java.lang.String pVal)

        Business View description.

        Setter method for the COM property "Description"

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

        java.lang.String label()

        Business View Label.

        Getter method for the COM property "Label"

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

        void label​(java.lang.String pVal)

        Business View Label.

        Setter method for the COM property "Label"

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

        java.lang.String columnLabelMapping()

        Business View Column Labels.

        Getter method for the COM property "ColumnLabelMapping"

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

        void columnLabelMapping​(java.lang.String pVal)

        Business View Column Labels.

        Setter method for the COM property "ColumnLabelMapping"

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

        java.lang.String keywords()

        Get Business View Keywords.

        Getter method for the COM property "Keywords"

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

        void keywords​(java.lang.String pVal)

        Get Business View Keywords.

        Setter method for the COM property "Keywords"

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