- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 29 of file ReportColumn.java.
◆ ReportColumn()
org.turro.financials.report.ReportColumn.ReportColumn |
( |
int |
order, |
|
|
String |
name, |
|
|
String |
regexp[] |
|
) |
| |
◆ check()
boolean org.turro.financials.report.ReportColumn.check |
( |
RegisterEntry |
e | ) |
|
Definition at line 53 of file ReportColumn.java.
54 for(String rg : regexp) {
55 if(e.getAccount().getId().matches(rg)) {
◆ compareTo()
int org.turro.financials.report.ReportColumn.compareTo |
( |
ReportColumn |
o | ) |
|
Definition at line 63 of file ReportColumn.java.
64 int result = CompareUtil.compare(order, o.getOrder());
66 result = CompareUtil.compare(name, o.getName());
◆ getName()
String org.turro.financials.report.ReportColumn.getName |
( |
| ) |
|
◆ getOrder()
int org.turro.financials.report.ReportColumn.getOrder |
( |
| ) |
|
◆ getRegexp()
String [] org.turro.financials.report.ReportColumn.getRegexp |
( |
| ) |
|
◆ hashCode()
int org.turro.financials.report.ReportColumn.hashCode |
( |
| ) |
|
The documentation for this class was generated from the following file: