BrightSide Workbench Full Report + Source Code
org.turro.vcard.CSVToContact Class Reference

Public Member Functions

 CSVToContact (CSVEntry v)
 
Contact getContact ()
 

Detailed Description

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

Definition at line 29 of file CSVToContact.java.

Constructor & Destructor Documentation

◆ CSVToContact()

org.turro.vcard.CSVToContact.CSVToContact ( CSVEntry  v)

Definition at line 34 of file CSVToContact.java.

34  {
35  entry = v;
36  }

Member Function Documentation

◆ getContact()

Contact org.turro.vcard.CSVToContact.getContact ( )

Definition at line 38 of file CSVToContact.java.

38  {
39  if(contact == null) {
40  generateContact();
41  }
42  return contact;
43  }
Here is the caller graph for this function:

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