Package nl.b3p.commons.clieop3.record
Class Record
- java.lang.Object
-
- nl.b3p.commons.clieop3.record.Record
-
- Direct Known Subclasses:
BatchEnd
,BatchStart
,BestandEnd
,BestandStart
,Betalingskenmerk
,NaamBegunstigde
,Omschrijving
,Opdrachtgever
,Transactie
,VasteOmschrijving
,WoonplaatsBegunstigde
public abstract class Record extends Object
-
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract void
appendRecordContents(StringBuffer buf)
String
getRecordCode()
String
getRecordData()
char
getVariantCode()
-
-
-
Constructor Detail
-
Record
public Record(String recordCode, char variantCode)
-
-
Method Detail
-
getRecordCode
public String getRecordCode()
-
getVariantCode
public char getVariantCode()
-
appendRecordContents
protected abstract void appendRecordContents(StringBuffer buf)
-
getRecordData
public String getRecordData()
-
-