Class AtlTic3ErgebnisErzeugung
- java.lang.Object
-
- de.bsvrz.sys.funclib.bitctrl.modell.tmkexlmstic3.attribute.AtlTic3ErgebnisErzeugung
-
- All Implemented Interfaces:
de.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
public class AtlTic3ErgebnisErzeugung extends java.lang.Object implements de.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
TIC3 CreateResultType.
-
-
Constructor Summary
Constructors Constructor Description AtlTic3ErgebnisErzeugung()
-
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)
AtlTic3ErgebnisErzeugung
clone()
AttJaNein
getAutomatischAktualisieren()
Automatisch aktualisieren.de.bsvrz.sys.funclib.bitctrl.modell.att.Feld<AtlTic3ErgebnisErzeugungRegel>
getErgebnisErzeugungRegeln()
Regeln.void
setAutomatischAktualisieren(AttJaNein _automatischAktualisieren)
Automatisch aktualisieren.java.lang.String
toString()
-
-
-
Method Detail
-
getAutomatischAktualisieren
public AttJaNein getAutomatischAktualisieren()
Automatisch aktualisieren.TIC3 Info XML Element: UpdateAutomatically (UAT), Specifies whether or not the source data is used to automatically update the data contained in this object.
- Returns:
- der Wert von AutomatischAktualisieren.
-
setAutomatischAktualisieren
public void setAutomatischAktualisieren(AttJaNein _automatischAktualisieren)
Automatisch aktualisieren.TIC3 Info XML Element: UpdateAutomatically (UAT), Specifies whether or not the source data is used to automatically update the data contained in this object.
- Parameters:
_automatischAktualisieren
- der neue Wert von AutomatischAktualisieren.
-
getErgebnisErzeugungRegeln
public de.bsvrz.sys.funclib.bitctrl.modell.att.Feld<AtlTic3ErgebnisErzeugungRegel> getErgebnisErzeugungRegeln()
Regeln.TIC3 Info XML Element: Rule (RUL), A list of rules to be used when this source data is used to create the data contained in this object.
- Returns:
- der Wert von ErgebnisErzeugungRegeln.
-
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 AtlTic3ErgebnisErzeugung 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
-
-