BrightSide Workbench Full Report + Source Code
org.turro.financials.linetype.BillDocument Class Reference
Inheritance diagram for org.turro.financials.linetype.BillDocument:
Collaboration diagram for org.turro.financials.linetype.BillDocument:

Public Member Functions

 BillDocument (Contract contract)
 
- Public Member Functions inherited from org.turro.financials.entity.Document
Set< DocumentRelationgetAncestors ()
 
void setAncestors (Set< DocumentRelation > ancestors)
 
Contract getContract ()
 
void setContract (Contract contract)
 
Currency getCurrency ()
 
void setCurrency (Currency currency)
 
Set< DocumentRelationgetDescendants ()
 
Set< DocumentRelationgetUpdatedDescendants ()
 
void setDescendants (Set< DocumentRelation > descendants)
 
Date getDocumentDate ()
 
void setDocumentDate (Date documentDate)
 
DocumentDefinition getDocumentDefinition ()
 
void setDocumentDefinition (DocumentDefinition documentDefinition)
 
Set< DocumentLinegetDocumentLines ()
 
void setDocumentLines (Set< DocumentLine > documentLines)
 
String getDocumentNumber ()
 
void setDocumentNumber (String documentNumber)
 
boolean isDraft ()
 
void setDraft (boolean draft)
 
RegisterView getForcedView ()
 
void setForcedView (RegisterView forcedView)
 
long getId ()
 
void setId (long id)
 
boolean isNoAncestors ()
 
void setNoAncestors (boolean noAncestors)
 
boolean isNoDescendants ()
 
void setNoDescendants (boolean noDescendants)
 
String getNotes ()
 
void setNotes (String notes)
 
double getQuote ()
 
void setQuote (double quote)
 
Date getReceiptDate ()
 
void setReceiptDate (Date receiptDate)
 
Set< RegistergetRegisters ()
 
void setRegisters (Set< Register > registers)
 
String getRelatedPath ()
 
void setRelatedPath (String relatedPath)
 
Object entityId ()
 
boolean isEmpty ()
 
void prepareSave ()
 
Collection< Collection > collections ()
 
IElephantEntity getRelated ()
 
boolean isValid ()
 
boolean isBlank ()
 
String getConcept ()
 
String getCleanFullNotes ()
 
String getFullNotes ()
 
void clearEmpties ()
 
void assignTableOrder (Collection< DocumentLine > lines)
 
DocumentAmounts getAmounts ()
 
DocumentAmountsByBook getAmountsByBook (BookDefinition bookDefinition)
 
double getSubTotal ()
 
double getTotalAmount ()
 
ContractPreference getDefaultContractPreference ()
 
void appendLines (Document relDoc, String header, DocumentWorkflow workflow)
 
void appendAmounts (Document relDoc, String header, DocumentWorkflow workflow)
 
void flowFrom (Document doc, String header, DocumentWorkflow workflow)
 
void backFrom (Document doc, String header, DocumentWorkflow workflow)
 
void copyFrom (Document doc, boolean shallowCopy)
 
Collection< ContractFlowgetContractFlows ()
 
Collection< DocumentWorkflowgetWorkflows ()
 
Collection< DocumentWorkflowgetWorkflows (boolean forward, boolean missing)
 
Collection< ContactgetActualHqContacts ()
 
String getDocDescription ()
 
String getDocumentString ()
 
Collection< ContractgetStores ()
 
Contract getDefaultStore ()
 
int getMaxLineOrder ()
 
String getUsualPath ()
 
LineType getDefaultLineType ()
 
Collection< LineTypegetLineTypes ()
 
Object doAction (Date now, String data)
 
long getBookNumber ()
 
boolean isConciliateRegister ()
 
void setConciliateRegister (boolean conciliateRegister)
 
boolean isRegularizeVAT ()
 
void setRegularizeVAT (boolean regularizeVAT)
 
boolean isRegularizeIRPF ()
 
void setRegularizeIRPF (boolean regularizeIRPF)
 
MappingSet getSerializerMappings ()
 
- Public Member Functions inherited from org.turro.jpa.entity.IDaoEntity
default boolean isNew ()
 
default void prepareDelete ()
 
default void removeEmpties ()
 

Additional Inherited Members

- Public Attributes inherited from org.turro.financials.entity.Document
transient boolean conciliateRegister
 
transient boolean regularizeVAT
 
transient boolean regularizeIRPF
 

Detailed Description

Author
Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g

Definition at line 30 of file BillDocument.java.

Constructor & Destructor Documentation

◆ BillDocument()

org.turro.financials.linetype.BillDocument.BillDocument ( Contract  contract)

Definition at line 32 of file BillDocument.java.

32  {
33  setContract(contract);
34  setDocumentDefinition(new FinancialsPU().find(DocumentDefinition.class, 2L));
35  }
void setContract(Contract contract)
Definition: Document.java:123
void setDocumentDefinition(DocumentDefinition documentDefinition)
Definition: Document.java:175
Here is the call graph for this function:

The documentation for this class was generated from the following file: