From 33613a85afc4b1481367fbe92a17ee59c240250b Mon Sep 17 00:00:00 2001 From: Sven Eisenhauer Date: Fri, 10 Nov 2023 15:11:48 +0100 Subject: add new repo --- Bachelor/Softwaretechnik/code/dauerauftrag.cpp | 63 ++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 Bachelor/Softwaretechnik/code/dauerauftrag.cpp (limited to 'Bachelor/Softwaretechnik/code/dauerauftrag.cpp') 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 + + -- cgit v1.2.3