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

Public Member Functions

 WorkersAdapter (Contact provider)
 

Detailed Description

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

Definition at line 30 of file WorkersAdapter.java.

Constructor & Destructor Documentation

◆ WorkersAdapter()

org.turro.contacts.util.WorkersAdapter.WorkersAdapter ( Contact  provider)

Definition at line 32 of file WorkersAdapter.java.

32  {
33  super();
34  addContacts(provider.getWorkerRelations());
35  }
Here is the call graph for this function:

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