Package org.kapott.hbci.GV_Result
Class GVRDauerEdit
- java.lang.Object
-
- org.kapott.hbci.GV_Result.HBCIJobResultImpl
-
- org.kapott.hbci.GV_Result.GVRPayment
-
- org.kapott.hbci.GV_Result.GVRDauerEdit
-
- All Implemented Interfaces:
Serializable,HBCIJobResult
public class GVRDauerEdit extends GVRPayment
Ergebnis einer Dauerauftragsänderung. Ein geänderter Dauerauftrag kann u.U. eine andere Auftrags-Identifikationsnummer erhalten als der ursprüngliche Auftrag. Die neue und optional die alte Auftrags-ID können mit dieser Klasse ermittelt werden.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.kapott.hbci.GV_Result.HBCIJobResultImpl
globStatus, jobStatus
-
-
Constructor Summary
Constructors Constructor Description GVRDauerEdit(HBCIPassportInternal passport)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetOrderIdOld()Gibt die Auftrags-Identifikationsnummer des ursprünglichen Dauerauftrages zurück.voidsetOrderIdOld(String orderidold)-
Methods inherited from class org.kapott.hbci.GV_Result.HBCIJobResultImpl
getDialogId, getGlobStatus, getJobId, getJobStatus, getMsgNum, getPassport, getResultData, getResultsSize, getRetVal, getSegNum, isOK, storeResult, toString
-
-
-
-
Constructor Detail
-
GVRDauerEdit
public GVRDauerEdit(HBCIPassportInternal passport)
-
-