BrightSide Workbench Full Report + Source Code
org.turro.financials.model.asset.DepreciationEntry Class Reference

Public Member Functions

double getAmount ()
 
void setAmount (double amount)
 
double getPercent ()
 
void setPercent (double percent)
 

Detailed Description

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

Definition at line 24 of file DepreciationEntry.java.

Member Function Documentation

◆ getAmount()

double org.turro.financials.model.asset.DepreciationEntry.getAmount ( )

Definition at line 28 of file DepreciationEntry.java.

28  {
29  return amount;
30  }

◆ getPercent()

double org.turro.financials.model.asset.DepreciationEntry.getPercent ( )

Definition at line 36 of file DepreciationEntry.java.

36  {
37  return percent;
38  }
Here is the caller graph for this function:

◆ setAmount()

void org.turro.financials.model.asset.DepreciationEntry.setAmount ( double  amount)

Definition at line 32 of file DepreciationEntry.java.

32  {
33  this.amount = amount;
34  }

◆ setPercent()

void org.turro.financials.model.asset.DepreciationEntry.setPercent ( double  percent)

Definition at line 40 of file DepreciationEntry.java.

40  {
41  this.percent = percent;
42  }
Here is the caller graph for this function:

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