◆ PortfolioAction()
org.turro.financials.portfolio.PortfolioAction.PortfolioAction |
( |
Document |
document, |
|
|
DocumentWorkflow |
workflow, |
|
|
boolean |
forward, |
|
|
Row |
row |
|
) |
| |
Definition at line 37 of file PortfolioAction.java.
38 this.document = document;
39 this.workflow = workflow;
40 this.forward = forward;
◆ compareTo()
int org.turro.financials.portfolio.PortfolioAction.compareTo |
( |
PortfolioAction |
o | ) |
|
Definition at line 69 of file PortfolioAction.java.
70 int result = CompareUtil.compare(document.
getContract().
getId(), o.document.getContract().getId());
72 result = CompareUtil.compare(forward, o.forward);
76 result = CompareUtil.compare(workflow.
getDescendant().
getId(), o.workflow.getDescendant().getId());
78 result = CompareUtil.compare(workflow.
getAncestor().
getId(), o.workflow.getAncestor().getId());
85 result = document.
getDocumentDate().compareTo(o.document.getDocumentDate());
88 result = CompareUtil.compare(document.
getId(), o.document.getId());
DocumentDefinition getDescendant()
DocumentDefinition getAncestor()
DocumentDefinition getDocumentDefinition()
◆ getDocument()
Document org.turro.financials.portfolio.PortfolioAction.getDocument |
( |
| ) |
|
◆ getDocumentDefinition()
DocumentDefinition org.turro.financials.portfolio.PortfolioAction.getDocumentDefinition |
( |
| ) |
|
◆ getRow()
Row org.turro.financials.portfolio.PortfolioAction.getRow |
( |
| ) |
|
◆ getWorkflow()
◆ isForward()
boolean org.turro.financials.portfolio.PortfolioAction.isForward |
( |
| ) |
|
The documentation for this class was generated from the following file: