◆ EntryContract()
org.turro.financials.treasury.m111.EntryContract.EntryContract |
( |
long |
contractId, |
|
|
String |
contractName |
|
) |
| |
Definition at line 34 of file EntryContract.java.
35 this.contractId = contractId;
36 this.contractName = contractName;
◆ addDocument()
void org.turro.financials.treasury.m111.EntryContract.addDocument |
( |
long |
documentId, |
|
|
double |
retention, |
|
|
double |
taxable |
|
) |
| |
Definition at line 63 of file EntryContract.java.
64 Double d = documents.get(documentId);
66 documents.put(documentId, d + retention);
68 documents.put(documentId, retention);
70 this.taxable += taxable;
◆ getContractId()
long org.turro.financials.treasury.m111.EntryContract.getContractId |
( |
| ) |
|
◆ getContractName()
String org.turro.financials.treasury.m111.EntryContract.getContractName |
( |
| ) |
|
◆ getDocuments()
Map<Long, Double> org.turro.financials.treasury.m111.EntryContract.getDocuments |
( |
| ) |
|
◆ getRetention()
double org.turro.financials.treasury.m111.EntryContract.getRetention |
( |
| ) |
|
◆ getTaxable()
double org.turro.financials.treasury.m111.EntryContract.getTaxable |
( |
| ) |
|
The documentation for this class was generated from the following file: