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

Public Member Functions

 FixedAssetStub (FixedAsset fixedAsset)
 
long getId ()
 
void setId (long id)
 
String getName ()
 
void setName (String name)
 
double getDepreciated ()
 
void setDepreciated (double depreciated)
 
double getInvestment ()
 
void setInvestment (double investment)
 
boolean isUnsubscribed ()
 
void setUnsubscribed (boolean unsubscribed)
 
Set< FixedAssetDepreciationStubgetDepreciations ()
 
void setDepreciations (Set< FixedAssetDepreciationStub > depreciations)
 
Set< DocumentLineStubmingetDocumentLines ()
 
void setDocumentLines (Set< DocumentLineStubmin > documentLines)
 
ContractPreferenceStubmin getInvestmentPreference ()
 
void setInvestmentPreference (ContractPreferenceStubmin investmentPreference)
 
LineTypeStubmin getDepreciationLineType ()
 
void setDepreciationLineType (LineTypeStubmin depreciationLineType)
 
RegisterViewStub getView ()
 
void setView (RegisterViewStub view)
 
ContractStubmin getStore ()
 
void setStore (ContractStubmin store)
 
String getNotes ()
 
void setNotes (String notes)
 

Detailed Description

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

Definition at line 30 of file FixedAssetStub.java.

Constructor & Destructor Documentation

◆ FixedAssetStub()

org.turro.financials.stub.FixedAssetStub.FixedAssetStub ( FixedAsset  fixedAsset)

Definition at line 45 of file FixedAssetStub.java.

45  {
46  silentlyInitializeValues(fixedAsset);
47  }

Member Function Documentation

◆ getDepreciated()

double org.turro.financials.stub.FixedAssetStub.getDepreciated ( )

Definition at line 65 of file FixedAssetStub.java.

65  {
66  return depreciated;
67  }

◆ getDepreciationLineType()

LineTypeStubmin org.turro.financials.stub.FixedAssetStub.getDepreciationLineType ( )

Definition at line 113 of file FixedAssetStub.java.

113  {
114  return depreciationLineType;
115  }

◆ getDepreciations()

Set<FixedAssetDepreciationStub> org.turro.financials.stub.FixedAssetStub.getDepreciations ( )

Definition at line 89 of file FixedAssetStub.java.

89  {
90  return depreciations;
91  }

◆ getDocumentLines()

Set<DocumentLineStubmin> org.turro.financials.stub.FixedAssetStub.getDocumentLines ( )

Definition at line 97 of file FixedAssetStub.java.

97  {
98  return documentLines;
99  }

◆ getId()

long org.turro.financials.stub.FixedAssetStub.getId ( )

Definition at line 49 of file FixedAssetStub.java.

49  {
50  return id;
51  }

◆ getInvestment()

double org.turro.financials.stub.FixedAssetStub.getInvestment ( )

Definition at line 73 of file FixedAssetStub.java.

73  {
74  return investment;
75  }

◆ getInvestmentPreference()

ContractPreferenceStubmin org.turro.financials.stub.FixedAssetStub.getInvestmentPreference ( )

Definition at line 105 of file FixedAssetStub.java.

105  {
106  return investmentPreference;
107  }

◆ getName()

String org.turro.financials.stub.FixedAssetStub.getName ( )

Definition at line 57 of file FixedAssetStub.java.

57  {
58  return name;
59  }

◆ getNotes()

String org.turro.financials.stub.FixedAssetStub.getNotes ( )

Definition at line 137 of file FixedAssetStub.java.

137  {
138  return notes;
139  }

◆ getStore()

ContractStubmin org.turro.financials.stub.FixedAssetStub.getStore ( )

Definition at line 129 of file FixedAssetStub.java.

129  {
130  return store;
131  }

◆ getView()

RegisterViewStub org.turro.financials.stub.FixedAssetStub.getView ( )

Definition at line 121 of file FixedAssetStub.java.

121  {
122  return view;
123  }

◆ isUnsubscribed()

boolean org.turro.financials.stub.FixedAssetStub.isUnsubscribed ( )

Definition at line 81 of file FixedAssetStub.java.

81  {
82  return unsubscribed;
83  }

◆ setDepreciated()

void org.turro.financials.stub.FixedAssetStub.setDepreciated ( double  depreciated)

Definition at line 69 of file FixedAssetStub.java.

69  {
70  this.depreciated = depreciated;
71  }

◆ setDepreciationLineType()

void org.turro.financials.stub.FixedAssetStub.setDepreciationLineType ( LineTypeStubmin  depreciationLineType)

Definition at line 117 of file FixedAssetStub.java.

117  {
118  this.depreciationLineType = depreciationLineType;
119  }

◆ setDepreciations()

void org.turro.financials.stub.FixedAssetStub.setDepreciations ( Set< FixedAssetDepreciationStub depreciations)

Definition at line 93 of file FixedAssetStub.java.

93  {
94  this.depreciations = depreciations;
95  }

◆ setDocumentLines()

void org.turro.financials.stub.FixedAssetStub.setDocumentLines ( Set< DocumentLineStubmin documentLines)

Definition at line 101 of file FixedAssetStub.java.

101  {
102  this.documentLines = documentLines;
103  }

◆ setId()

void org.turro.financials.stub.FixedAssetStub.setId ( long  id)

Definition at line 53 of file FixedAssetStub.java.

53  {
54  this.id = id;
55  }

◆ setInvestment()

void org.turro.financials.stub.FixedAssetStub.setInvestment ( double  investment)

Definition at line 77 of file FixedAssetStub.java.

77  {
78  this.investment = investment;
79  }

◆ setInvestmentPreference()

void org.turro.financials.stub.FixedAssetStub.setInvestmentPreference ( ContractPreferenceStubmin  investmentPreference)

Definition at line 109 of file FixedAssetStub.java.

109  {
110  this.investmentPreference = investmentPreference;
111  }

◆ setName()

void org.turro.financials.stub.FixedAssetStub.setName ( String  name)

Definition at line 61 of file FixedAssetStub.java.

61  {
62  this.name = name;
63  }

◆ setNotes()

void org.turro.financials.stub.FixedAssetStub.setNotes ( String  notes)

Definition at line 141 of file FixedAssetStub.java.

141  {
142  this.notes = notes;
143  }

◆ setStore()

void org.turro.financials.stub.FixedAssetStub.setStore ( ContractStubmin  store)

Definition at line 133 of file FixedAssetStub.java.

133  {
134  this.store = store;
135  }

◆ setUnsubscribed()

void org.turro.financials.stub.FixedAssetStub.setUnsubscribed ( boolean  unsubscribed)

Definition at line 85 of file FixedAssetStub.java.

85  {
86  this.unsubscribed = unsubscribed;
87  }

◆ setView()

void org.turro.financials.stub.FixedAssetStub.setView ( RegisterViewStub  view)

Definition at line 125 of file FixedAssetStub.java.

125  {
126  this.view = view;
127  }

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