Public Member Functions | |
double | getAmount () |
void | setAmount (double amount) |
double | getPercent () |
void | setPercent (double percent) |
Definition at line 24 of file DepreciationEntry.java.
double org.turro.financials.model.asset.DepreciationEntry.getAmount | ( | ) |
Definition at line 28 of file DepreciationEntry.java.
double org.turro.financials.model.asset.DepreciationEntry.getPercent | ( | ) |
void org.turro.financials.model.asset.DepreciationEntry.setAmount | ( | double | amount | ) |
Definition at line 32 of file DepreciationEntry.java.
void org.turro.financials.model.asset.DepreciationEntry.setPercent | ( | double | percent | ) |