public TransportTasksJSON(IdentifierJSON id, List <TransportTask> ttL) { this.identifier = id; this.tTL = ttL; }
public MaintenanceTasksJSON(IdentifierJSON id, List <MaintenanceTask> mt) { this.identifier = id; this.mT = mt; }
public CleaningTasksJSON(IdentifierJSON identifierJSON, List <CleaningTask> cTL) { this.identifierJSON = identifierJSON; this.cTL = cTL; }