BrightSide Workbench Full Report + Source Code
org.turro.erp.task.WorksheetSet Class Reference
Inheritance diagram for org.turro.erp.task.WorksheetSet:
Collaboration diagram for org.turro.erp.task.WorksheetSet:

Public Member Functions

 WorksheetSet (WorkloadSet workloads)
 

Detailed Description

Author
Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g

Definition at line 27 of file WorksheetSet.java.

Constructor & Destructor Documentation

◆ WorksheetSet()

org.turro.erp.task.WorksheetSet.WorksheetSet ( WorkloadSet  workloads)

Definition at line 29 of file WorksheetSet.java.

29  {
30  int index = 1;
31  for(Workload wl : workloads) {
32  if(wl.isChecked()) {
33  add(new WorksheetItem(wl.getOrderItem(), index++));
34  }
35  }
36  }

The documentation for this class was generated from the following file: