public class Transactie extends Record
| Modifier and Type | Field and Description |
|---|---|
static int |
TRANSACTIE_BETALING |
static int |
TRANSACTIE_INCASSO |
static String |
TRANSACTIE_ONZUIVERE_CREDITEURENBETALING |
static String |
TRANSACTIE_ONZUIVERE_INCASSO |
static String |
TRANSACTIE_ONZUIVERE_SALARISBETALING |
static String |
TRANSACTIE_ZUIVERE_CREDITEURENBETALING |
static String |
TRANSACTIE_ZUIVERE_INCASSO |
static String |
TRANSACTIE_ZUIVERE_SALARISBETALING |
static int |
TRANSATIIE_SALARIS |
| Constructor and Description |
|---|
Transactie(String transactieSoort,
BigInteger bedragCenten,
BigInteger rekeningnummerBetaler,
BigInteger rekeningnummerBegunstigde) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
appendRecordContents(StringBuffer buf) |
BigInteger |
getBedragCenten() |
BigInteger |
getRekeningnummberBegunstigde() |
BigInteger |
getRekeningnummerBetaler() |
String |
getTransactieSoort() |
static String |
getTransactieSoort(BigInteger rekeningnummer,
int soort)
Controleert of het rekeningnummer een girorekening of een bankrekening
is en geeft aan de hand daarvan een transactiesoort met zuiver of
onzuiver terug voor gebruik bij de constructor.
|
getRecordCode, getRecordData, getVariantCodepublic static final String TRANSACTIE_ONZUIVERE_CREDITEURENBETALING
public static final String TRANSACTIE_ONZUIVERE_SALARISBETALING
public static final String TRANSACTIE_ZUIVERE_CREDITEURENBETALING
public static final String TRANSACTIE_ZUIVERE_SALARISBETALING
public static final String TRANSACTIE_ZUIVERE_INCASSO
public static final String TRANSACTIE_ONZUIVERE_INCASSO
public static final int TRANSACTIE_BETALING
public static final int TRANSATIIE_SALARIS
public static final int TRANSACTIE_INCASSO
public Transactie(String transactieSoort, BigInteger bedragCenten, BigInteger rekeningnummerBetaler, BigInteger rekeningnummerBegunstigde)
public String getTransactieSoort()
public BigInteger getBedragCenten()
public BigInteger getRekeningnummerBetaler()
public BigInteger getRekeningnummberBegunstigde()
protected void appendRecordContents(StringBuffer buf)
appendRecordContents in class Recordpublic static String getTransactieSoort(BigInteger rekeningnummer, int soort)
IllegalArgumentException - indien het rekeningnummer geen giro- of
bankrekeningnummer is of indien soort ongeldig is.Copyright © 2016. All rights reserved.