Class AtlLoescheSimulationAntwort
- java.lang.Object
-
- de.bsvrz.sys.funclib.bitctrl.modell.tmvewsimulationglobal.attribute.AtlLoescheSimulationAntwort
-
- All Implemented Interfaces:
de.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
public class AtlLoescheSimulationAntwort extends java.lang.Object implements de.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
Lösche-Antwort von Simulationen.
-
-
Constructor Summary
Constructors Constructor Description AtlLoescheSimulationAntwort()
-
Method Summary
Modifier and Type Method Description void
atl2Bean(de.bsvrz.dav.daf.main.Data daten, de.bsvrz.sys.funclib.bitctrl.modell.ObjektFactory factory)
void
bean2Atl(de.bsvrz.dav.daf.main.Data datum, de.bsvrz.sys.funclib.bitctrl.modell.ObjektFactory factory)
AtlLoescheSimulationAntwort
clone()
AttLoescheSimulationFehler
getLoescheSimulationFehler()
Fehler-Status nach Loesche-Anforderung einer Simulation.AttLoescheSimulationZustand
getLoescheSimulationZustand()
Zustand nach Loesche-Anforderung einer Simulation.void
setLoescheSimulationFehler(AttLoescheSimulationFehler _loescheSimulationFehler)
Fehler-Status nach Loesche-Anforderung einer Simulation.void
setLoescheSimulationZustand(AttLoescheSimulationZustand _loescheSimulationZustand)
Zustand nach Loesche-Anforderung einer Simulation.java.lang.String
toString()
-
-
-
Method Detail
-
getLoescheSimulationZustand
public AttLoescheSimulationZustand getLoescheSimulationZustand()
Zustand nach Loesche-Anforderung einer Simulation.- Returns:
- der Wert von LoescheSimulationZustand.
-
setLoescheSimulationZustand
public void setLoescheSimulationZustand(AttLoescheSimulationZustand _loescheSimulationZustand)
Zustand nach Loesche-Anforderung einer Simulation.- Parameters:
_loescheSimulationZustand
- der neue Wert von LoescheSimulationZustand.
-
getLoescheSimulationFehler
public AttLoescheSimulationFehler getLoescheSimulationFehler()
Fehler-Status nach Loesche-Anforderung einer Simulation.- Returns:
- der Wert von LoescheSimulationFehler.
-
setLoescheSimulationFehler
public void setLoescheSimulationFehler(AttLoescheSimulationFehler _loescheSimulationFehler)
Fehler-Status nach Loesche-Anforderung einer Simulation.- Parameters:
_loescheSimulationFehler
- der neue Wert von LoescheSimulationFehler.
-
bean2Atl
public void bean2Atl(de.bsvrz.dav.daf.main.Data datum, de.bsvrz.sys.funclib.bitctrl.modell.ObjektFactory factory)
- Specified by:
bean2Atl
in interfacede.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
-
atl2Bean
public void atl2Bean(de.bsvrz.dav.daf.main.Data daten, de.bsvrz.sys.funclib.bitctrl.modell.ObjektFactory factory)
- Specified by:
atl2Bean
in interfacede.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
-
clone
public AtlLoescheSimulationAntwort clone()
- Specified by:
clone
in interfacede.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
- Overrides:
clone
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-