◆ compareTo()
int org.turro.financials.entity.DocumentWorkflow.compareTo |
( |
DocumentWorkflow |
o | ) |
|
Definition at line 119 of file DocumentWorkflow.java.
120 int result = CompareUtil.compare(ancestor.
getId(), o.ancestor.getId());
122 result = CompareUtil.compare(
id, o.id);
◆ getAncestor()
◆ getContractDefinition()
◆ getDescendant()
◆ getDescription()
String org.turro.financials.entity.DocumentWorkflow.getDescription |
( |
| ) |
|
Definition at line 88 of file DocumentWorkflow.java.
89 if(description ==
null) {
90 description = ancestor !=
null ? ancestor.
getName() :
"";
92 description += descendant !=
null ? descendant.
getName() :
"";
93 description += lineType !=
null ?
" [" + lineType.
getName() +
"]" :
"";
◆ getId()
long org.turro.financials.entity.DocumentWorkflow.getId |
( |
| ) |
|
◆ getLineType()
LineType org.turro.financials.entity.DocumentWorkflow.getLineType |
( |
| ) |
|
◆ isAllowNewDescendants()
boolean org.turro.financials.entity.DocumentWorkflow.isAllowNewDescendants |
( |
| ) |
|
◆ setAllowNewDescendants()
void org.turro.financials.entity.DocumentWorkflow.setAllowNewDescendants |
( |
boolean |
allowNewDescendants | ) |
|
◆ setAncestor()
void org.turro.financials.entity.DocumentWorkflow.setAncestor |
( |
DocumentDefinition |
ancestor | ) |
|
◆ setContractDefinition()
void org.turro.financials.entity.DocumentWorkflow.setContractDefinition |
( |
ContractDefinition |
contractDefinition | ) |
|
◆ setDescendant()
void org.turro.financials.entity.DocumentWorkflow.setDescendant |
( |
DocumentDefinition |
descendant | ) |
|
◆ setDescription()
void org.turro.financials.entity.DocumentWorkflow.setDescription |
( |
String |
description | ) |
|
◆ setId()
void org.turro.financials.entity.DocumentWorkflow.setId |
( |
long |
id | ) |
|
◆ setLineType()
void org.turro.financials.entity.DocumentWorkflow.setLineType |
( |
LineType |
lineType | ) |
|
The documentation for this class was generated from the following file: