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

Public Member Functions

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

Static Public Member Functions

static String getModel ()
 

Public Attributes

 RET_RENTER =(12000, "47513[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 m115/ModelType.java.

Member Function Documentation

◆ getBookId()

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

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

43  {
44  return bookId;
45  }

◆ getModel()

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

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

55  {
56  return "115";
57  }

◆ getOpAccount()

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

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

39  {
40  return opAccount;
41  }

◆ getOrder()

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

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

47  {
48  return order;
49  }

◆ getRetAccount()

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

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

51  {
52  return retAccount;
53  }

Member Data Documentation

◆ opAccount

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

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

◆ RET_RENTER

org.turro.financials.treasury.m115.ModelType.RET_RENTER =(12000, "47513[0-9]*", "6[0-9]*", 1L)

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


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