Preisstaffel

public final class Preisstaffel

Gibt die Staffelgrenzen der jeweiligen Preise an.

veröffentlicht am 11. April 2018

See also

Constructors

Preisstaffel
Link copied to clipboard
Preisstaffel Preisstaffel(BigDecimal einheitspreis, BigDecimal staffelgrenzeVon, BigDecimal staffelgrenzeBis, Sigmoidparameter sigmoidparameter)

Functions

getEinheitspreis
Link copied to clipboard
final BigDecimal getEinheitspreis()
getSigmoidparameter
Link copied to clipboard
final Sigmoidparameter getSigmoidparameter()
getStaffelgrenzeBis
Link copied to clipboard
final BigDecimal getStaffelgrenzeBis()
getStaffelgrenzeVon
Link copied to clipboard
final BigDecimal getStaffelgrenzeVon()

Properties

einheitspreis
Link copied to clipboard
private final BigDecimal einheitspreis
sigmoidparameter
Link copied to clipboard
private final Sigmoidparameter sigmoidparameter
staffelgrenzeBis
Link copied to clipboard
private final BigDecimal staffelgrenzeBis
staffelgrenzeVon
Link copied to clipboard
private final BigDecimal staffelgrenzeVon