public class VersandStatus extends Object
| Modifier and Type | Field and Description |
|---|---|
static VersandStatus |
NICHT_VERSENDET
Konstante.
|
static VersandStatus |
VERSAND_OK
Konstante.
|
| Constructor and Description |
|---|
VersandStatus(String fehlerMeldung,
boolean erfolg)
Standard Kontstruktor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getVersandErfolg()
Erfragt das Ergebnis.
|
String |
getVersandFehlerMeldung()
Erfragt die Begründung im Fall, dass der Versand nicht erfolgreich
war.
|
String |
toString() |
public static final VersandStatus NICHT_VERSENDET
public static final VersandStatus VERSAND_OK
public VersandStatus(String fehlerMeldung, boolean erfolg)
fehlerMeldung - Die Meldung die das Ergebnis erklärterfolg - Ergebnis des Versuchespublic boolean getVersandErfolg()
true, wenn Versand erfolgreich warpublic String getVersandFehlerMeldung()
Copyright © 2017 BitCtrl Systems GmbH. All rights reserved.