BrightSide Workbench Full Report + Source Code
org.turro.financials.treasury.m123.ModelType Enum Reference

Public Member Functions

String getOpAccount ()
 
long getBookId ()
 
int getOrder ()
 
String getRetAccount ()
 

Static Public Member Functions

static String getModel ()
 

Public Attributes

 RET_DIVIDEND =(13000, "47514[0-9]*", "6[0-9]*", 1L)
 
String opAccount
 

Detailed Description

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

Definition at line 24 of file m123/ModelType.java.

Member Function Documentation

◆ getBookId()

long org.turro.financials.treasury.m123.ModelType.getBookId ( )

Definition at line 43 of file m123/ModelType.java.

43  {
44  return bookId;
45  }

◆ getModel()

static String org.turro.financials.treasury.m123.ModelType.getModel ( )
static

Definition at line 55 of file m123/ModelType.java.

55  {
56  return "123";
57  }

◆ getOpAccount()

String org.turro.financials.treasury.m123.ModelType.getOpAccount ( )

Definition at line 39 of file m123/ModelType.java.

39  {
40  return opAccount;
41  }

◆ getOrder()

int org.turro.financials.treasury.m123.ModelType.getOrder ( )

Definition at line 47 of file m123/ModelType.java.

47  {
48  return order;
49  }

◆ getRetAccount()

String org.turro.financials.treasury.m123.ModelType.getRetAccount ( )

Definition at line 51 of file m123/ModelType.java.

51  {
52  return retAccount;
53  }

Member Data Documentation

◆ opAccount

String org.turro.financials.treasury.m123.ModelType.opAccount

Definition at line 29 of file m123/ModelType.java.

◆ RET_DIVIDEND

org.turro.financials.treasury.m123.ModelType.RET_DIVIDEND =(13000, "47514[0-9]*", "6[0-9]*", 1L)

Definition at line 26 of file m123/ModelType.java.


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