Tarifpreis

public final class Tarifpreis

veröffentlicht am 26. Juni 2019

See also

Constructors

Tarifpreis
Link copied to clipboard
Tarifpreis Tarifpreis(Preistyp preistyp, String beschreibung, BigDecimal wert, Waehrungseinheit einheit, Mengeneinheit bezugswert, Preisstatus status)

Functions

getBeschreibung
Link copied to clipboard
final String getBeschreibung()
getBezugswert
Link copied to clipboard
final Mengeneinheit getBezugswert()
getEinheit
Link copied to clipboard
final Waehrungseinheit getEinheit()
getPreistyp
Link copied to clipboard
final Preistyp getPreistyp()
getStatus
Link copied to clipboard
final Preisstatus getStatus()
getWert
Link copied to clipboard
final BigDecimal getWert()

Properties

beschreibung
Link copied to clipboard
private final String beschreibung
bezugswert
Link copied to clipboard
private final Mengeneinheit bezugswert
einheit
Link copied to clipboard
private final Waehrungseinheit einheit
preistyp
Link copied to clipboard
private final Preistyp preistyp
status
Link copied to clipboard
private final Preisstatus status
wert
Link copied to clipboard
private final BigDecimal wert