◆ getContract()
ContractItem org.turro.financials.operating.ContractItemSet.getContract |
( |
long |
id | ) |
|
Definition at line 40 of file ContractItemSet.java.
41 ContractItem ci = ceiling(
new ContractItem(
id));
42 if(ci !=
null && ci.getId() ==
id) {
45 ci =
new ContractItem(
id);
◆ loadPeriod()
void org.turro.financials.operating.ContractItemSet.loadPeriod |
( |
Date |
start, |
|
|
Date |
end |
|
) |
| |
Definition at line 51 of file ContractItemSet.java.
52 if(CompareUtil.compare(
this.start, start) != 0 || CompareUtil.compare(
this.end, end) != 0) {
56 processData(loadData());
The documentation for this class was generated from the following file: