Preisgarantie

public final class Preisgarantie

Definition für eine Preisgarantie mit der Möglichkeit verschiedener Ausprägungen.

veröffentlicht am 30. Mai 2018

See also

Constructors

Preisgarantie
Link copied to clipboard
Preisgarantie Preisgarantie(String beschreibung, Preisgarantietyp preisgarantietyp, Zeitraum zeitlicheGueltigkeit)

Functions

getBeschreibung
Link copied to clipboard
final String getBeschreibung()
getPreisgarantietyp
Link copied to clipboard
final Preisgarantietyp getPreisgarantietyp()
getZeitlicheGueltigkeit
Link copied to clipboard
final Zeitraum getZeitlicheGueltigkeit()

Properties

beschreibung
Link copied to clipboard
private final String beschreibung
preisgarantietyp
Link copied to clipboard
private final Preisgarantietyp preisgarantietyp
zeitlicheGueltigkeit
Link copied to clipboard
private final Zeitraum zeitlicheGueltigkeit