Package nl.b3p.commons.clieop3.record
Class BatchStart
- java.lang.Object
-
- nl.b3p.commons.clieop3.record.Record
-
- nl.b3p.commons.clieop3.record.BatchStart
-
public class BatchStart extends Record
-
-
Field Summary
Fields Modifier and Type Field Description static String
TRANSACTIEGROEP_BETALINGEN
static String
TRANSACTIEGROEP_INCASSOS
-
Constructor Summary
Constructors Constructor Description BatchStart(String transactieGroep, BigInteger rekeningOpdrachtgever, String valuta)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
appendRecordContents(StringBuffer buf)
BigInteger
getRekeningOpdrachtgever()
String
getTransactieGroep()
String
getValuta()
static void
main(String[] args)
void
setVolgnummer(int volgnummer)
-
Methods inherited from class nl.b3p.commons.clieop3.record.Record
getRecordCode, getRecordData, getVariantCode
-
-
-
-
Field Detail
-
TRANSACTIEGROEP_BETALINGEN
public static final String TRANSACTIEGROEP_BETALINGEN
- See Also:
- Constant Field Values
-
TRANSACTIEGROEP_INCASSOS
public static final String TRANSACTIEGROEP_INCASSOS
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
BatchStart
public BatchStart(String transactieGroep, BigInteger rekeningOpdrachtgever, String valuta)
-
-
Method Detail
-
getTransactieGroep
public String getTransactieGroep()
-
getRekeningOpdrachtgever
public BigInteger getRekeningOpdrachtgever()
-
getValuta
public String getValuta()
-
setVolgnummer
public void setVolgnummer(int volgnummer)
-
appendRecordContents
protected void appendRecordContents(StringBuffer buf)
- Specified by:
appendRecordContents
in classRecord
-
main
public static void main(String[] args)
-
-