Uses of Class
com.projectdarkstar.tools.dtc.data.PropertyDTO

Packages that use PropertyDTO
com.projectdarkstar.tools.dtc.data   
 

Uses of PropertyDTO in com.projectdarkstar.tools.dtc.data
 

Methods in com.projectdarkstar.tools.dtc.data that return types with arguments of type PropertyDTO
 List<PropertyDTO> SystemProbeDTO.getProperties()
          Returns a list of arguments in the form of PropertyDTO objects to be passed to the system probe during run time.
 List<PropertyDTO> TestExecutionResultClientLogDTO.getProperties()
           
 List<PropertyDTO> TestSpecDTO.getProperties()
          Returns a list of arguments in the form of PropertyDTO objects to be passed to the TestRunner during run time.
 List<PropertyDTO> TestExecutionResultServerLogDTO.getProperties()
           
 List<PropertyDTO> ClientAppConfigDTO.getProperties()
          Returns a list of arguments in the form of PropertyDTO objects to be passed to the client during run time.
 List<PropertyDTO> ServerAppConfigDTO.getProperties()
          Returns a list of arguments in the form of PropertyDTO objects to be passed to the server during run time.
 List<PropertyDTO> TestExecutionResultDTO.getProperties()
          Returns a list of arguments in the form of PropertyDTO objects to be passed to the TestRunner during run time.
 List<PropertyDTO> TestExecutionResultProbeLogDTO.getProperties()
           
 

Method parameters in com.projectdarkstar.tools.dtc.data with type arguments of type PropertyDTO
protected  void SystemProbeDTO.setProperties(List<PropertyDTO> properties)
           
protected  void TestExecutionResultClientLogDTO.setProperties(List<PropertyDTO> properties)
           
protected  void TestSpecDTO.setProperties(List<PropertyDTO> properties)
           
protected  void TestExecutionResultServerLogDTO.setProperties(List<PropertyDTO> properties)
           
protected  void ClientAppConfigDTO.setProperties(List<PropertyDTO> properties)
           
protected  void ServerAppConfigDTO.setProperties(List<PropertyDTO> properties)
           
protected  void TestExecutionResultDTO.setProperties(List<PropertyDTO> properties)
           
protected  void TestExecutionResultProbeLogDTO.setProperties(List<PropertyDTO> properties)
           
 void SystemProbeDTO.updateProperties(List<PropertyDTO> properties)
           
 void TestExecutionResultClientLogDTO.updateProperties(List<PropertyDTO> properties)
           
 void TestSpecDTO.updateProperties(List<PropertyDTO> properties)
           
 void ClientAppConfigDTO.updateProperties(List<PropertyDTO> properties)
           
 void TestExecutionResultDTO.updateProperties(List<PropertyDTO> properties)
           
 void TestExecutionResultProbeLogDTO.updateProperties(List<PropertyDTO> properties)
           
 



Copyright © 2013. All Rights Reserved.