JobDetailedInfo

public class JobDetailedInfo

JobDetailedInfo is the class which wraps the EventInfo list.

See also: EventInfo

Constructors

JobDetailedInfo

public JobDetailedInfo()

JobDetailedInfo

public JobDetailedInfo(List<EventInfo> eventInfoList)

Constructor.

Parameters:
  • eventInfoList – the list of information about event, not null

Methods

getEventInfoList

public List<EventInfo> getEventInfoList()

setEventInfoList

public void setEventInfoList(List<EventInfo> eventInfoList)