Package step.repository.alm.otaclient
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 idint
entityID()
The Entity's idjava.lang.String
entityType()
The Entity's typeint
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
-
-