Uses of Class
com.borland.sctm.ws.planning.entities.CustomStepProperty

Packages that use CustomStepProperty
com.borland.sctm.ws.planning   
com.borland.sctm.ws.planning.entities   
 

Uses of CustomStepProperty in com.borland.sctm.ws.planning
 

Methods in com.borland.sctm.ws.planning that return CustomStepProperty
 CustomStepProperty[] TmplanningSoapBindingStub.getCustomStepPropertyNames(long id, int projectId)
           
 CustomStepProperty[] PlanningServiceProxy.getCustomStepPropertyNames(long id, int projectId)
           
 CustomStepProperty[] PlanningService.getCustomStepPropertyNames(long id, int projectId)
           
 

Uses of CustomStepProperty in com.borland.sctm.ws.planning.entities
 

Methods in com.borland.sctm.ws.planning.entities that return CustomStepProperty
 CustomStepProperty[] ManualTestStep.getProperties()
          Gets the properties value for this ManualTestStep.
 

Methods in com.borland.sctm.ws.planning.entities with parameters of type CustomStepProperty
 void ManualTestStep.setProperties(CustomStepProperty[] properties)
          Sets the properties value for this ManualTestStep.
 

Constructors in com.borland.sctm.ws.planning.entities with parameters of type CustomStepProperty
ManualTestStep(int stepPos, java.lang.String name, java.lang.String description, java.lang.String expectedResult, CustomStepProperty[] properties)
           
 



Copyright © 2010. All Rights Reserved.