Package com.hp.lft.sdk
Interface BusinessComponentRunInfo
public interface BusinessComponentRunInfo
An object representing the OpenText Application Quality Management Business Component information.
-
Method Summary
Modifier and TypeMethodDescriptionint
Returns the Business Component IDReturns the Business Component nameint
Returns the Business Component Iteration numberint
Returns the total number of Business Component iterations
-
Method Details
-
getComponentId
int getComponentId()Returns the Business Component ID- Returns:
- the Business Component ID
-
getComponentName
String getComponentName()Returns the Business Component name- Returns:
- the Business Component name
-
getIteration
int getIteration()Returns the Business Component Iteration number- Returns:
- the Business Component Iteration number
-
getTotalNumberOfIterations
int getTotalNumberOfIterations()Returns the total number of Business Component iterations- Returns:
- the total number of Business Component iterations
-