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

Public Member Functions

 RegisterEntryStub (RegisterEntry registerEntry)
 
long getEntryOrder ()
 
void setEntryOrder (long entryOrder)
 
AccountStub getAccount ()
 
void setAccount (AccountStub account)
 
String getConcept ()
 
void setConcept (String concept)
 
String getPath ()
 
void setPath (String path)
 
double getDebit ()
 
void setDebit (double debit)
 
double getCredit ()
 
void setCredit (double credit)
 
boolean isApproved ()
 
void setApproved (boolean approved)
 
boolean isConciliated ()
 
void setConciliated (boolean conciliated)
 

Detailed Description

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

Definition at line 28 of file RegisterEntryStub.java.

Constructor & Destructor Documentation

◆ RegisterEntryStub()

org.turro.financials.stub.RegisterEntryStub.RegisterEntryStub ( RegisterEntry  registerEntry)

Definition at line 39 of file RegisterEntryStub.java.

39  {
40  silentlyInitializeValues(registerEntry);
41  }

Member Function Documentation

◆ getAccount()

AccountStub org.turro.financials.stub.RegisterEntryStub.getAccount ( )

Definition at line 51 of file RegisterEntryStub.java.

51  {
52  return account;
53  }

◆ getConcept()

String org.turro.financials.stub.RegisterEntryStub.getConcept ( )

Definition at line 59 of file RegisterEntryStub.java.

59  {
60  return concept;
61  }

◆ getCredit()

double org.turro.financials.stub.RegisterEntryStub.getCredit ( )

Definition at line 83 of file RegisterEntryStub.java.

83  {
84  return credit;
85  }

◆ getDebit()

double org.turro.financials.stub.RegisterEntryStub.getDebit ( )

Definition at line 75 of file RegisterEntryStub.java.

75  {
76  return debit;
77  }

◆ getEntryOrder()

long org.turro.financials.stub.RegisterEntryStub.getEntryOrder ( )

Definition at line 43 of file RegisterEntryStub.java.

43  {
44  return entryOrder;
45  }

◆ getPath()

String org.turro.financials.stub.RegisterEntryStub.getPath ( )

Definition at line 67 of file RegisterEntryStub.java.

67  {
68  return path;
69  }

◆ isApproved()

boolean org.turro.financials.stub.RegisterEntryStub.isApproved ( )

Definition at line 91 of file RegisterEntryStub.java.

91  {
92  return approved;
93  }

◆ isConciliated()

boolean org.turro.financials.stub.RegisterEntryStub.isConciliated ( )

Definition at line 99 of file RegisterEntryStub.java.

99  {
100  return conciliated;
101  }

◆ setAccount()

void org.turro.financials.stub.RegisterEntryStub.setAccount ( AccountStub  account)

Definition at line 55 of file RegisterEntryStub.java.

55  {
56  this.account = account;
57  }

◆ setApproved()

void org.turro.financials.stub.RegisterEntryStub.setApproved ( boolean  approved)

Definition at line 95 of file RegisterEntryStub.java.

95  {
96  this.approved = approved;
97  }

◆ setConcept()

void org.turro.financials.stub.RegisterEntryStub.setConcept ( String  concept)

Definition at line 63 of file RegisterEntryStub.java.

63  {
64  this.concept = concept;
65  }

◆ setConciliated()

void org.turro.financials.stub.RegisterEntryStub.setConciliated ( boolean  conciliated)

Definition at line 103 of file RegisterEntryStub.java.

103  {
104  this.conciliated = conciliated;
105  }

◆ setCredit()

void org.turro.financials.stub.RegisterEntryStub.setCredit ( double  credit)

Definition at line 87 of file RegisterEntryStub.java.

87  {
88  this.credit = credit;
89  }

◆ setDebit()

void org.turro.financials.stub.RegisterEntryStub.setDebit ( double  debit)

Definition at line 79 of file RegisterEntryStub.java.

79  {
80  this.debit = debit;
81  }

◆ setEntryOrder()

void org.turro.financials.stub.RegisterEntryStub.setEntryOrder ( long  entryOrder)

Definition at line 47 of file RegisterEntryStub.java.

47  {
48  this.entryOrder = entryOrder;
49  }

◆ setPath()

void org.turro.financials.stub.RegisterEntryStub.setPath ( String  path)

Definition at line 71 of file RegisterEntryStub.java.

71  {
72  this.path = path;
73  }

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