BrightSide Workbench Full Report + Source Code
org.turro.financials.model.document.BatchOfType Enum Reference

Public Member Functions

long getBatchId ()
 
String getLabel ()
 
long getPortfolioId ()
 
long getCtcDefId ()
 
long getStoreIds ()
 
ContractDefinition getContractDefinition ()
 
DocumentDefinition getDocumentDefinition ()
 
DocumentDefinition getPortfolioDefinition ()
 
ContractDefinition getStoreDefinition ()
 

Public Attributes

 BATCH_OF_BILLINGS =("Billings", 45, 6, 46, 1)
 
 BATCH_OF_PAYMENTS =("Payments", 46, 7, 45, 1)
 
 BATCH_OF_SETTLEMENT =("Credit settlement", 48, 7, 2, 1)
 
 BATCH_OF_DISCOUNTING =("Invoice discounting", 66, 6, 2, 1)
 
long portfolioId
 
long ctcDefId
 
long storeId
 

Detailed Description

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

Definition at line 28 of file BatchOfType.java.

Member Function Documentation

◆ getBatchId()

long org.turro.financials.model.document.BatchOfType.getBatchId ( )

Definition at line 52 of file BatchOfType.java.

52  {
53  return batchId;
54  }

◆ getContractDefinition()

ContractDefinition org.turro.financials.model.document.BatchOfType.getContractDefinition ( )

Definition at line 72 of file BatchOfType.java.

72  {
73  return new FinancialsPU().find(ContractDefinition.class, ctcDefId);
74  }

◆ getCtcDefId()

long org.turro.financials.model.document.BatchOfType.getCtcDefId ( )

Definition at line 64 of file BatchOfType.java.

64  {
65  return ctcDefId;
66  }

◆ getDocumentDefinition()

DocumentDefinition org.turro.financials.model.document.BatchOfType.getDocumentDefinition ( )

Definition at line 76 of file BatchOfType.java.

76  {
77  return new FinancialsPU().find(DocumentDefinition.class, batchId);
78  }
Here is the caller graph for this function:

◆ getLabel()

String org.turro.financials.model.document.BatchOfType.getLabel ( )

Definition at line 56 of file BatchOfType.java.

56  {
57  return label;
58  }

◆ getPortfolioDefinition()

DocumentDefinition org.turro.financials.model.document.BatchOfType.getPortfolioDefinition ( )

Definition at line 80 of file BatchOfType.java.

80  {
81  return new FinancialsPU().find(DocumentDefinition.class, portfolioId);
82  }
Here is the caller graph for this function:

◆ getPortfolioId()

long org.turro.financials.model.document.BatchOfType.getPortfolioId ( )

Definition at line 60 of file BatchOfType.java.

60  {
61  return portfolioId;
62  }
Here is the caller graph for this function:

◆ getStoreDefinition()

ContractDefinition org.turro.financials.model.document.BatchOfType.getStoreDefinition ( )

Definition at line 84 of file BatchOfType.java.

84  {
85  return new FinancialsPU().find(ContractDefinition.class, storeId);
86  }

◆ getStoreIds()

long org.turro.financials.model.document.BatchOfType.getStoreIds ( )

Definition at line 68 of file BatchOfType.java.

68  {
69  return storeId;
70  }

Member Data Documentation

◆ BATCH_OF_BILLINGS

org.turro.financials.model.document.BatchOfType.BATCH_OF_BILLINGS =("Billings", 45, 6, 46, 1)

Definition at line 36 of file BatchOfType.java.

◆ BATCH_OF_DISCOUNTING

org.turro.financials.model.document.BatchOfType.BATCH_OF_DISCOUNTING =("Invoice discounting", 66, 6, 2, 1)

Definition at line 39 of file BatchOfType.java.

◆ BATCH_OF_PAYMENTS

org.turro.financials.model.document.BatchOfType.BATCH_OF_PAYMENTS =("Payments", 46, 7, 45, 1)

Definition at line 37 of file BatchOfType.java.

◆ BATCH_OF_SETTLEMENT

org.turro.financials.model.document.BatchOfType.BATCH_OF_SETTLEMENT =("Credit settlement", 48, 7, 2, 1)

Definition at line 38 of file BatchOfType.java.

◆ ctcDefId

long org.turro.financials.model.document.BatchOfType.ctcDefId

Definition at line 42 of file BatchOfType.java.

◆ portfolioId

long org.turro.financials.model.document.BatchOfType.portfolioId

Definition at line 42 of file BatchOfType.java.

◆ storeId

long org.turro.financials.model.document.BatchOfType.storeId

Definition at line 42 of file BatchOfType.java.


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