diff options
| author | Sven Eisenhauer <sven@sven-eisenhauer.net> | 2023-11-10 15:11:48 +0100 |
|---|---|---|
| committer | Sven Eisenhauer <sven@sven-eisenhauer.net> | 2023-11-10 15:11:48 +0100 |
| commit | 33613a85afc4b1481367fbe92a17ee59c240250b (patch) | |
| tree | 670b842326116b376b505ec2263878912fca97e2 /Bachelor/Softwaretechnik1/code/dauerauftrag.cpp | |
| download | Studium-33613a85afc4b1481367fbe92a17ee59c240250b.tar.gz Studium-33613a85afc4b1481367fbe92a17ee59c240250b.tar.bz2 | |
Diffstat (limited to 'Bachelor/Softwaretechnik1/code/dauerauftrag.cpp')
| -rw-r--r-- | Bachelor/Softwaretechnik1/code/dauerauftrag.cpp | 63 |
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
+
+
|
