BrightSide Workbench Full Report + Source Code
org.turro.financials.model.RelatedDocRow Class Reference
Inheritance diagram for org.turro.financials.model.RelatedDocRow:
Collaboration diagram for org.turro.financials.model.RelatedDocRow:

Public Member Functions

 RelatedDocRow (RelatedDocument relatedDocument)
 

Detailed Description

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

Definition at line 37 of file RelatedDocRow.java.

Constructor & Destructor Documentation

◆ RelatedDocRow()

org.turro.financials.model.RelatedDocRow.RelatedDocRow ( RelatedDocument  relatedDocument)

Definition at line 41 of file RelatedDocRow.java.

41  {
42  this.relatedDocument = relatedDocument;
43  addCells();
44  }

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