- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 27 of file ValueItem.java.
◆ ValueItem()
org.turro.financials.operating.ValueItem.ValueItem |
( |
String |
major | ) |
|
◆ compareTo()
int org.turro.financials.operating.ValueItem.compareTo |
( |
ValueItem |
o | ) |
|
Definition at line 57 of file ValueItem.java.
58 return CompareUtil.compare(major, o.major);
◆ getMajor()
String org.turro.financials.operating.ValueItem.getMajor |
( |
| ) |
|
◆ getName()
String org.turro.financials.operating.ValueItem.getName |
( |
| ) |
|
◆ getValue()
double org.turro.financials.operating.ValueItem.getValue |
( |
| ) |
|
◆ setName()
void org.turro.financials.operating.ValueItem.setName |
( |
String |
name | ) |
|
◆ setValue()
void org.turro.financials.operating.ValueItem.setValue |
( |
double |
value | ) |
|
The documentation for this class was generated from the following file: