Interface ICrossSiteEntityId

  • All Superinterfaces:
    com4j.Com4jObject

    public interface ICrossSiteEntityId
    extends com4j.Com4jObject
    For HP use. Represents a cross domain/project entity id
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int domainId()
      The Entity's domain id
      int entityID()
      The Entity's id
      String entityType()
      The Entity's type
      int projectId()
      The Entity's project id
      • Methods inherited from interface com4j.Com4jObject

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

      • domainId

        int domainId()

        The Entity's domain id

        Getter method for the COM property "DomainId"

        Returns:
        Returns a value of type int
      • projectId

        int projectId()

        The Entity's project id

        Getter method for the COM property "ProjectId"

        Returns:
        Returns a value of type int
      • entityID

        int entityID()

        The Entity's id

        Getter method for the COM property "EntityID"

        Returns:
        Returns a value of type int
      • entityType

        String entityType()

        The Entity's type

        Getter method for the COM property "EntityType"

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