Public Attributes | |
transient boolean | conciliateRegister |
transient boolean | regularizeVAT |
transient boolean | regularizeIRPF |
Definition at line 56 of file Document.java.
void org.turro.financials.entity.Document.appendAmounts | ( | Document | relDoc, |
String | header, | ||
DocumentWorkflow | workflow | ||
) |
Definition at line 493 of file Document.java.
void org.turro.financials.entity.Document.appendLines | ( | Document | relDoc, |
String | header, | ||
DocumentWorkflow | workflow | ||
) |
void org.turro.financials.entity.Document.assignTableOrder | ( | Collection< DocumentLine > | lines | ) |
Definition at line 380 of file Document.java.
void org.turro.financials.entity.Document.backFrom | ( | Document | doc, |
String | header, | ||
DocumentWorkflow | workflow | ||
) |
Definition at line 560 of file Document.java.
void org.turro.financials.entity.Document.clearEmpties | ( | ) |
Definition at line 371 of file Document.java.
Collection<Collection> org.turro.financials.entity.Document.collections | ( | ) |
Implements org.turro.jpa.entity.IDaoEntity.
Definition at line 322 of file Document.java.
void org.turro.financials.entity.Document.copyFrom | ( | Document | doc, |
boolean | shallowCopy | ||
) |
Definition at line 581 of file Document.java.
Object org.turro.financials.entity.Document.doAction | ( | Date | now, |
String | data | ||
) |
Implements org.turro.plugin.scheduler.ScheduledAction.
Definition at line 764 of file Document.java.
Object org.turro.financials.entity.Document.entityId | ( | ) |
Implements org.turro.jpa.entity.IDaoEntity.
Definition at line 279 of file Document.java.
void org.turro.financials.entity.Document.flowFrom | ( | Document | doc, |
String | header, | ||
DocumentWorkflow | workflow | ||
) |
Definition at line 539 of file Document.java.
Collection<Contact> org.turro.financials.entity.Document.getActualHqContacts | ( | ) |
Definition at line 646 of file Document.java.
DocumentAmounts org.turro.financials.entity.Document.getAmounts | ( | ) |
DocumentAmountsByBook org.turro.financials.entity.Document.getAmountsByBook | ( | BookDefinition | bookDefinition | ) |
Definition at line 392 of file Document.java.
Set<DocumentRelation> org.turro.financials.entity.Document.getAncestors | ( | ) |
Definition at line 107 of file Document.java.
long org.turro.financials.entity.Document.getBookNumber | ( | ) |
String org.turro.financials.entity.Document.getCleanFullNotes | ( | ) |
String org.turro.financials.entity.Document.getConcept | ( | ) |
Definition at line 346 of file Document.java.
Contract org.turro.financials.entity.Document.getContract | ( | ) |
Collection<ContractFlow> org.turro.financials.entity.Document.getContractFlows | ( | ) |
Definition at line 615 of file Document.java.
Currency org.turro.financials.entity.Document.getCurrency | ( | ) |
ContractPreference org.turro.financials.entity.Document.getDefaultContractPreference | ( | ) |
Definition at line 429 of file Document.java.
LineType org.turro.financials.entity.Document.getDefaultLineType | ( | ) |
Definition at line 717 of file Document.java.
Contract org.turro.financials.entity.Document.getDefaultStore | ( | ) |
Definition at line 689 of file Document.java.
Set<DocumentRelation> org.turro.financials.entity.Document.getDescendants | ( | ) |
Definition at line 139 of file Document.java.
String org.turro.financials.entity.Document.getDocDescription | ( | ) |
Definition at line 659 of file Document.java.
Date org.turro.financials.entity.Document.getDocumentDate | ( | ) |
DocumentDefinition org.turro.financials.entity.Document.getDocumentDefinition | ( | ) |
Definition at line 167 of file Document.java.
Set<DocumentLine> org.turro.financials.entity.Document.getDocumentLines | ( | ) |
String org.turro.financials.entity.Document.getDocumentNumber | ( | ) |
String org.turro.financials.entity.Document.getDocumentString | ( | ) |
RegisterView org.turro.financials.entity.Document.getForcedView | ( | ) |
String org.turro.financials.entity.Document.getFullNotes | ( | ) |
Definition at line 358 of file Document.java.
long org.turro.financials.entity.Document.getId | ( | ) |
Collection<LineType> org.turro.financials.entity.Document.getLineTypes | ( | ) |
Definition at line 734 of file Document.java.
int org.turro.financials.entity.Document.getMaxLineOrder | ( | ) |
String org.turro.financials.entity.Document.getNotes | ( | ) |
double org.turro.financials.entity.Document.getQuote | ( | ) |
Definition at line 244 of file Document.java.
Date org.turro.financials.entity.Document.getReceiptDate | ( | ) |
Set<Register> org.turro.financials.entity.Document.getRegisters | ( | ) |
IElephantEntity org.turro.financials.entity.Document.getRelated | ( | ) |
String org.turro.financials.entity.Document.getRelatedPath | ( | ) |
Definition at line 268 of file Document.java.
MappingSet org.turro.financials.entity.Document.getSerializerMappings | ( | ) |
Definition at line 829 of file Document.java.
Collection<Contract> org.turro.financials.entity.Document.getStores | ( | ) |
Definition at line 676 of file Document.java.
double org.turro.financials.entity.Document.getSubTotal | ( | ) |
Definition at line 421 of file Document.java.
double org.turro.financials.entity.Document.getTotalAmount | ( | ) |
Definition at line 425 of file Document.java.
Set<DocumentRelation> org.turro.financials.entity.Document.getUpdatedDescendants | ( | ) |
Definition at line 147 of file Document.java.
String org.turro.financials.entity.Document.getUsualPath | ( | ) |
Definition at line 708 of file Document.java.
Collection<DocumentWorkflow> org.turro.financials.entity.Document.getWorkflows | ( | ) |
Definition at line 619 of file Document.java.
Collection<DocumentWorkflow> org.turro.financials.entity.Document.getWorkflows | ( | boolean | forward, |
boolean | missing | ||
) |
Definition at line 623 of file Document.java.
boolean org.turro.financials.entity.Document.isBlank | ( | ) |
Definition at line 336 of file Document.java.
boolean org.turro.financials.entity.Document.isConciliateRegister | ( | ) |
Definition at line 797 of file Document.java.
boolean org.turro.financials.entity.Document.isDraft | ( | ) |
boolean org.turro.financials.entity.Document.isEmpty | ( | ) |
Implements org.turro.jpa.entity.IDaoEntity.
Definition at line 284 of file Document.java.
boolean org.turro.financials.entity.Document.isNoAncestors | ( | ) |
Definition at line 220 of file Document.java.
boolean org.turro.financials.entity.Document.isNoDescendants | ( | ) |
Definition at line 228 of file Document.java.
boolean org.turro.financials.entity.Document.isRegularizeIRPF | ( | ) |
Definition at line 819 of file Document.java.
boolean org.turro.financials.entity.Document.isRegularizeVAT | ( | ) |
Definition at line 808 of file Document.java.
boolean org.turro.financials.entity.Document.isValid | ( | ) |
void org.turro.financials.entity.Document.prepareSave | ( | ) |
Implements org.turro.jpa.entity.IDaoEntity.
Definition at line 293 of file Document.java.
void org.turro.financials.entity.Document.setAncestors | ( | Set< DocumentRelation > | ancestors | ) |
Definition at line 115 of file Document.java.
void org.turro.financials.entity.Document.setConciliateRegister | ( | boolean | conciliateRegister | ) |
Definition at line 801 of file Document.java.
void org.turro.financials.entity.Document.setContract | ( | Contract | contract | ) |
void org.turro.financials.entity.Document.setCurrency | ( | Currency | currency | ) |
void org.turro.financials.entity.Document.setDescendants | ( | Set< DocumentRelation > | descendants | ) |
Definition at line 155 of file Document.java.
void org.turro.financials.entity.Document.setDocumentDate | ( | Date | documentDate | ) |
void org.turro.financials.entity.Document.setDocumentDefinition | ( | DocumentDefinition | documentDefinition | ) |
void org.turro.financials.entity.Document.setDocumentLines | ( | Set< DocumentLine > | documentLines | ) |
Definition at line 184 of file Document.java.
void org.turro.financials.entity.Document.setDocumentNumber | ( | String | documentNumber | ) |
void org.turro.financials.entity.Document.setDraft | ( | boolean | draft | ) |
void org.turro.financials.entity.Document.setForcedView | ( | RegisterView | forcedView | ) |
Definition at line 208 of file Document.java.
void org.turro.financials.entity.Document.setId | ( | long | id | ) |
Definition at line 216 of file Document.java.
void org.turro.financials.entity.Document.setNoAncestors | ( | boolean | noAncestors | ) |
Definition at line 224 of file Document.java.
void org.turro.financials.entity.Document.setNoDescendants | ( | boolean | noDescendants | ) |
Definition at line 232 of file Document.java.
void org.turro.financials.entity.Document.setNotes | ( | String | notes | ) |
void org.turro.financials.entity.Document.setQuote | ( | double | quote | ) |
Definition at line 248 of file Document.java.
void org.turro.financials.entity.Document.setReceiptDate | ( | Date | receiptDate | ) |
void org.turro.financials.entity.Document.setRegisters | ( | Set< Register > | registers | ) |
Definition at line 264 of file Document.java.
void org.turro.financials.entity.Document.setRegularizeIRPF | ( | boolean | regularizeIRPF | ) |
Definition at line 823 of file Document.java.
void org.turro.financials.entity.Document.setRegularizeVAT | ( | boolean | regularizeVAT | ) |
Definition at line 812 of file Document.java.
void org.turro.financials.entity.Document.setRelatedPath | ( | String | relatedPath | ) |
Definition at line 272 of file Document.java.
transient boolean org.turro.financials.entity.Document.conciliateRegister |
Definition at line 795 of file Document.java.
transient boolean org.turro.financials.entity.Document.regularizeIRPF |
Definition at line 817 of file Document.java.
transient boolean org.turro.financials.entity.Document.regularizeVAT |
Definition at line 806 of file Document.java.