Package nl.b3p.commons.clieop3.record
Class BestandStart
- java.lang.Object
-
- nl.b3p.commons.clieop3.record.Record
-
- nl.b3p.commons.clieop3.record.BestandStart
-
public class BestandStart extends Record
-
-
Constructor Summary
Constructors Constructor Description BestandStart(Date aanmaakDatum, String identificatie, int volgnummer, boolean isDuplicaat)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
appendRecordContents(StringBuffer buf)
Date
getAanmaakDatum()
String
getIdentificatie()
int
getVolgnummer()
boolean
isDuplicaat()
static void
main(String[] args)
-
Methods inherited from class nl.b3p.commons.clieop3.record.Record
getRecordCode, getRecordData, getVariantCode
-
-
-
-
Method Detail
-
getAanmaakDatum
public Date getAanmaakDatum()
-
getIdentificatie
public String getIdentificatie()
-
getVolgnummer
public int getVolgnummer()
-
isDuplicaat
public boolean isDuplicaat()
-
appendRecordContents
protected void appendRecordContents(StringBuffer buf)
- Specified by:
appendRecordContents
in classRecord
-
main
public static void main(String[] args)
-
-