summaryrefslogtreecommitdiffstats
path: root/Bachelor/Softwaretechnik/code/dauerauftrag.cpp
diff options
context:
space:
mode:
authorSven Eisenhauer <sven@sven-eisenhauer.net>2023-11-10 15:11:48 +0100
committerSven Eisenhauer <sven@sven-eisenhauer.net>2023-11-10 15:11:48 +0100
commit33613a85afc4b1481367fbe92a17ee59c240250b (patch)
tree670b842326116b376b505ec2263878912fca97e2 /Bachelor/Softwaretechnik/code/dauerauftrag.cpp
downloadStudium-master.tar.gz
Studium-master.tar.bz2
add new repoHEADmaster
Diffstat (limited to 'Bachelor/Softwaretechnik/code/dauerauftrag.cpp')
-rw-r--r--Bachelor/Softwaretechnik/code/dauerauftrag.cpp63
1 files changed, 63 insertions, 0 deletions
diff --git a/Bachelor/Softwaretechnik/code/dauerauftrag.cpp b/Bachelor/Softwaretechnik/code/dauerauftrag.cpp
new file mode 100644
index 0000000..cc6a6a3
--- /dev/null
+++ b/Bachelor/Softwaretechnik/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
+
+