BrightSide Workbench Full Report + Source Code
org.turro.contacts.hhrr.HumanResourcesSet Class Reference
Inheritance diagram for org.turro.contacts.hhrr.HumanResourcesSet:
Collaboration diagram for org.turro.contacts.hhrr.HumanResourcesSet:

Public Member Functions

 HumanResourcesSet (Set< BusinessRelation > relations)
 

Detailed Description

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

Definition at line 29 of file HumanResourcesSet.java.

Constructor & Destructor Documentation

◆ HumanResourcesSet()

org.turro.contacts.hhrr.HumanResourcesSet.HumanResourcesSet ( Set< BusinessRelation relations)

Definition at line 31 of file HumanResourcesSet.java.

31  {
32  super(new HumanResourcesComparator());
33  addAll(relations);
34  }

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