BrightSide Workbench Full Report + Source Code
Main Page
Related Pages
Packages
Packages
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
$
[
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
$
[
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Files
File List
•
All
Classes
Namespaces
Files
Functions
Variables
Pages
Public Member Functions
|
List of all members
org.turro.erp.task.WorksheetSet Class Reference
Inheritance diagram for org.turro.erp.task.WorksheetSet:
[
legend
]
Collaboration diagram for org.turro.erp.task.WorksheetSet:
[
legend
]
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:
WorksheetSet.java
org
turro
erp
task
WorksheetSet
Generated on Tue Mar 12 2024 07:01:27 for BrightSide by
1.9.1