summaryrefslogtreecommitdiffstats
path: root/Bachelor/Softwaretechnik1/code/dauerauftrag.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Bachelor/Softwaretechnik1/code/dauerauftrag.cpp')
-rw-r--r--Bachelor/Softwaretechnik1/code/dauerauftrag.cpp63
1 files changed, 63 insertions, 0 deletions
diff --git a/Bachelor/Softwaretechnik1/code/dauerauftrag.cpp b/Bachelor/Softwaretechnik1/code/dauerauftrag.cpp
new file mode 100644
index 0000000..cc6a6a3
--- /dev/null
+++ b/Bachelor/Softwaretechnik1/code/dauerauftrag.cpp
@@ -0,0 +1,63 @@
+/**********************************************************************************/
+/* Definitionsmodul */
+/**********************************************************************************/
+/*
+ * generiert mit Innovator Version 8.1.04
+ *
+ * erstellt am: 19.05.2005 15:30:24
+ * Repository : swtd29
+ * Modell : swt
+ * Benutzer : swtd29
+ * File : /users/swtd29/code/dauerauftrag.cpp
+ *
+ */
+
+
+// ino.module.dauerauftrag.624.includes
+#include "dauerauftrag.hpp"
+// ino.end
+
+
+// ino.method.getZielGirokonto.619.definition
+Girokonto systemModel::AnalyseModell::Dauerauftrag::getZielGirokonto(void) const
+// ino.end
+// ino.method.getZielGirokonto.619.body
+{ return ZielGirokonto; }
+// ino.end
+
+// ino.method.getBetrag.616.definition
+float systemModel::AnalyseModell::Dauerauftrag::getBetrag(void) const
+// ino.end
+// ino.method.getBetrag.616.body
+{ return Betrag; }
+// ino.end
+
+// ino.method.getZeitabstand.613.definition
+int systemModel::AnalyseModell::Dauerauftrag::getZeitabstand(void) const
+// ino.end
+// ino.method.getZeitabstand.613.body
+{ return Zeitabstand; }
+// ino.end
+
+// ino.method.setZielGirokonto.610.definition
+void systemModel::AnalyseModell::Dauerauftrag::setZielGirokonto(Girokonto ZielGirokonto)
+// ino.end
+// ino.method.setZielGirokonto.610.body
+{ this->ZielGirokonto = ZielGirokonto; }
+// ino.end
+
+// ino.method.setBetrag.607.definition
+void systemModel::AnalyseModell::Dauerauftrag::setBetrag(float Betrag)
+// ino.end
+// ino.method.setBetrag.607.body
+{ this->Betrag = Betrag; }
+// ino.end
+
+// ino.method.setZeitabstand.604.definition
+void systemModel::AnalyseModell::Dauerauftrag::setZeitabstand(int Zeitabstand)
+// ino.end
+// ino.method.setZeitabstand.604.body
+{ this->Zeitabstand = Zeitabstand; }
+// ino.end
+
+