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.java.lang.String
entityType()
The Entity's type.int
projectId()
The Entity's project ID.
-
-
-
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
java.lang.String entityType()
The Entity's type.
Getter method for the COM property "EntityType"
- Returns:
- Returns a value of type java.lang.String
-
-