Uses of Class
com.continuent.tungsten.common.tdf.dto.DataService_Definition

Packages that use DataService_Definition
com.continuent.tungsten.common.tdf.dto Data Transfer Object Provides the classes necessary to transfer data to the TDF. 
 

Uses of DataService_Definition in com.continuent.tungsten.common.tdf.dto
 

Methods in com.continuent.tungsten.common.tdf.dto that return types with arguments of type DataService_Definition
 java.util.HashMap<java.lang.String,DataService_Definition> Service_Definition.addDataService(DataService_Definition dataServiceDefinition)
          Add a DataService to the Service
 java.util.HashMap<java.lang.String,DataService_Definition> Service_Definition.getListDataServiceDefinition()
          Sets the name of the Service.
 

Methods in com.continuent.tungsten.common.tdf.dto with parameters of type DataService_Definition
 java.util.HashMap<java.lang.String,DataService_Definition> Service_Definition.addDataService(DataService_Definition dataServiceDefinition)
          Add a DataService to the Service
 

Method parameters in com.continuent.tungsten.common.tdf.dto with type arguments of type DataService_Definition
 void Service_Definition.setListDataServiceDefinition(java.util.HashMap<java.lang.String,DataService_Definition> listDataServiceDefinition)