Interface IContentRoot

    • Method Detail

      • name

        java.lang.String name()

        Content root'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)

        Content root's name.

        Setter method for the COM property "Name"

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

        int rootEntityId()

        The Entity Id.

        Getter method for the COM property "RootEntityId"

        Returns:
        Returns a value of type int
      • rootEntityId

        void rootEntityId​(int pVal)

        The Entity Id.

        Setter method for the COM property "RootEntityId"

        Parameters:
        pVal - Mandatory int parameter.
      • rootEntityType

        java.lang.String rootEntityType()

        The Entity Type.

        Getter method for the COM property "RootEntityType"

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

        void rootEntityType​(java.lang.String pVal)

        The Entity Type.

        Setter method for the COM property "RootEntityType"

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

        com4j.Com4jObject parent()

        The parent content definition.

        Getter method for the COM property "Parent"

        Returns:
        Returns a value of type com4j.Com4jObject