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

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

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

Methods in com.projectdarkstar.tools.dtc.data that return TestQueueStatusDTO
 TestQueueStatusDTO TestQueueDTO.getStatus()
           
static TestQueueStatusDTO TestQueueStatusDTO.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TestQueueStatusDTO[] TestQueueStatusDTO.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.projectdarkstar.tools.dtc.data with parameters of type TestQueueStatusDTO
protected  void TestQueueDTO.setStatus(TestQueueStatusDTO status)
           
 void TestQueueDTO.updateStatus(TestQueueStatusDTO status)
           
 

Constructors in com.projectdarkstar.tools.dtc.data with parameters of type TestQueueStatusDTO
TestQueueDTO(Long id, Date dateQueued, Date dateStarted, TestQueueStatusDTO status)
           
 



Copyright © 2013. All Rights Reserved.