BatchJobListDTO

public class BatchJobListDTO

Class containing list of BatchJobDTO to be sent across in a REST response.

Author:Naveen

Methods

getBatchJobDtoList

public List<BatchJobDTO> getBatchJobDtoList()
Returns:the list of jobs

setBatchJobDtoList

public void setBatchJobDtoList(List<BatchJobDTO> batchJobDtoList)
Parameters:
  • batchJobDtoList – the list of jobs