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

Public Member Functions

boolean isDefaultLineType ()
 
void setDefaultLineType (boolean defaultLineType)
 
DocumentDefinition getDocumentDefinition ()
 
void setDocumentDefinition (DocumentDefinition documentDefinition)
 
long getId ()
 
void setId (long id)
 
LineType getLineType ()
 
void setLineType (LineType lineType)
 

Detailed Description

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

Definition at line 32 of file RelatedLineType.java.

Member Function Documentation

◆ getDocumentDefinition()

DocumentDefinition org.turro.financials.entity.RelatedLineType.getDocumentDefinition ( )

Definition at line 55 of file RelatedLineType.java.

55  {
56  return documentDefinition;
57  }
Here is the caller graph for this function:

◆ getId()

long org.turro.financials.entity.RelatedLineType.getId ( )

Definition at line 63 of file RelatedLineType.java.

63  {
64  return id;
65  }

◆ getLineType()

LineType org.turro.financials.entity.RelatedLineType.getLineType ( )

Definition at line 71 of file RelatedLineType.java.

71  {
72  return lineType;
73  }
Here is the caller graph for this function:

◆ isDefaultLineType()

boolean org.turro.financials.entity.RelatedLineType.isDefaultLineType ( )

Definition at line 47 of file RelatedLineType.java.

47  {
48  return defaultLineType;
49  }

◆ setDefaultLineType()

void org.turro.financials.entity.RelatedLineType.setDefaultLineType ( boolean  defaultLineType)

Definition at line 51 of file RelatedLineType.java.

51  {
52  this.defaultLineType = defaultLineType;
53  }

◆ setDocumentDefinition()

void org.turro.financials.entity.RelatedLineType.setDocumentDefinition ( DocumentDefinition  documentDefinition)

Definition at line 59 of file RelatedLineType.java.

59  {
60  this.documentDefinition = documentDefinition;
61  }
Here is the caller graph for this function:

◆ setId()

void org.turro.financials.entity.RelatedLineType.setId ( long  id)

Definition at line 67 of file RelatedLineType.java.

67  {
68  this.id = id;
69  }

◆ setLineType()

void org.turro.financials.entity.RelatedLineType.setLineType ( LineType  lineType)

Definition at line 75 of file RelatedLineType.java.

75  {
76  this.lineType = lineType;
77  }

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