@Entity @MetaObject(defaultColumns=@MetaDisplayProperty(name="relation"),searchProperties={,}) public class TestBankAccount extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
pBANK |
static String |
pBBAN |
static String |
pBLOCKED |
static String |
pCOPIED_FROM_PAYER |
static String |
pFRKISGACCOUNT |
static String |
pGACCOUNT |
static String |
pGPERCENTAGE |
static String |
pIBAN |
static String |
pRELATION |
static String |
tACCOUNT_NUMBER
The transient runtime property accountNumber
|
static String |
tG_ACCOUNT_NUMBER
The transient runtime property accountNumber
|
| Constructor and Description |
|---|
TestBankAccount() |
| Modifier and Type | Method and Description |
|---|---|
TestBank |
getBank()
Column FBK_ID NUMBER(16, 0) NULL: Foreign key to Bank
|
String |
getBban()
Column FBT_BBAN VARCHAR2(15) NULL: Old format account number
|
Relation |
getCopiedFromPayer()
Column CST_ID_PAYER NUMBER(16, 0) NULL: De rekening is gekopieerd van betaler
|
TestBankAccount |
getGAccount()
Column FBT_ID_G_ACCOUNT NUMBER(16, 0) NULL: Foreign key to FIN_BANK_ACCOUNTS
|
Double |
getGPercentage()
Column FBT_G_PERCENTAGE NUMBER(7, 3) NULL: Account percentage
|
String |
getIban()
Column FBT_IBAN VARCHAR2(34) NULL: New account number (IBAN) used for SEPA functionality
|
Long |
getId()
Column FBT_ID NUMBER(16, 0) NOT NULL
|
TestRelation |
getRelation()
Column CST_ID NUMBER(16, 0) NOT NULL: Foreign key to Relation
|
boolean |
isBlocked()
Column FBT_BLOCKED_YN VARCHAR2(1) NOT NULL
|
boolean |
isFrkIsGAccount()
Column FRK_IS_G_ACCOUNT_YN VARCHAR2(1) NOT NULL: Is this account actually meant to be used as G account for other account
|
void |
setBank(TestBank v) |
void |
setBban(String v) |
void |
setBlocked(boolean v) |
void |
setCopiedFromPayer(Relation v) |
void |
setFrkIsGAccount(boolean v) |
void |
setGAccount(TestBankAccount v) |
void |
setGPercentage(Double v) |
void |
setIban(String v) |
void |
setId(Long v) |
void |
setRelation(TestRelation v) |
public static final String pBANK
public static final String pBBAN
public static final String pBLOCKED
public static final String pRELATION
public static final String pCOPIED_FROM_PAYER
public static final String pFRKISGACCOUNT
public static final String pGPERCENTAGE
public static final String pIBAN
public static final String pGACCOUNT
public static final String tACCOUNT_NUMBER
public static final String tG_ACCOUNT_NUMBER
public Long getId()
public void setId(Long v)
public TestBank getBank()
public void setBank(TestBank v)
public String getBban()
public void setBban(String v)
public boolean isBlocked()
public void setBlocked(boolean v)
public TestRelation getRelation()
public void setRelation(TestRelation v)
public Relation getCopiedFromPayer()
public void setCopiedFromPayer(Relation v)
public boolean isFrkIsGAccount()
public void setFrkIsGAccount(boolean v)
public Double getGPercentage()
public void setGPercentage(Double v)
public String getIban()
public void setIban(String v)
public TestBankAccount getGAccount()
public void setGAccount(TestBankAccount v)
Copyright © 2017 etc.to. All rights reserved.