Package com.hp.lft.sdk
Interface BusinessComponentRunInfo
public interface BusinessComponentRunInfo
An object representing the OpenText Application Quality Management Business Component information.
- 
Method SummaryModifier and TypeMethodDescriptionintReturns the Business Component IDReturns the Business Component nameintReturns the Business Component Iteration numberintReturns the total number of Business Component iterations
- 
Method Details- 
getComponentIdint getComponentId()Returns the Business Component ID- Returns:
- the Business Component ID
 
- 
getComponentNameString getComponentName()Returns the Business Component name- Returns:
- the Business Component name
 
- 
getIterationint getIteration()Returns the Business Component Iteration number- Returns:
- the Business Component Iteration number
 
- 
getTotalNumberOfIterationsint getTotalNumberOfIterations()Returns the total number of Business Component iterations- Returns:
- the total number of Business Component iterations
 
 
-