Package nl.b3p.commons.clieop3
Class BatchTotalen
- java.lang.Object
-
- nl.b3p.commons.clieop3.BatchTotalen
-
public class BatchTotalen extends Object
Gegevens nodig voor opdrachtbrief per batch.
-
-
Constructor Summary
Constructors Constructor Description BatchTotalen(BigInteger bedragCenten, BigInteger rekeningnummersHash, int aantalPosten, int volgnummer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getAantalPosten()
BigInteger
getBedragCenten()
BigInteger
getrekeningnummersHash()
int
getVolgnummer()
-
-
-
Constructor Detail
-
BatchTotalen
public BatchTotalen(BigInteger bedragCenten, BigInteger rekeningnummersHash, int aantalPosten, int volgnummer)
-
-
Method Detail
-
getBedragCenten
public BigInteger getBedragCenten()
-
getrekeningnummersHash
public BigInteger getrekeningnummersHash()
-
getAantalPosten
public int getAantalPosten()
-
getVolgnummer
public int getVolgnummer()
-
-