Class AtlTic3Description
- java.lang.Object
-
- de.bsvrz.sys.funclib.bitctrl.modell.tmkexlmstic3.attribute.AtlTic3Description
-
- All Implemented Interfaces:
de.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
public class AtlTic3Description extends java.lang.Object implements de.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
Beschreibung des Ereignisses.
-
-
Constructor Summary
Constructors Constructor Description AtlTic3Description()
-
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)
AtlTic3Description
clone()
java.lang.String
getKultur()
Kultur.java.lang.String
getText()
Ereignistext.void
setKultur(java.lang.String _kultur)
Kultur.void
setText(java.lang.String _text)
Ereignistext.java.lang.String
toString()
-
-
-
Method Detail
-
getKultur
public java.lang.String getKultur()
Kultur.TIC Info XML Element: Culture (CUL), The culture as defined by Microsoft .NET. The culture is a combination of an ISO 639 two-letter lowercase culture code associated with a language and an ISO 3166 two-letter uppercase subculture code associated with a country or region.
- Returns:
- der Wert von Kultur.
-
setKultur
public void setKultur(java.lang.String _kultur)
Kultur.TIC Info XML Element: Culture (CUL), The culture as defined by Microsoft .NET. The culture is a combination of an ISO 639 two-letter lowercase culture code associated with a language and an ISO 3166 two-letter uppercase subculture code associated with a country or region.
- Parameters:
_kultur
- der neue Wert von Kultur.
-
getText
public java.lang.String getText()
Ereignistext.TIC Info XML Element: Text (TEX), The culture-dependent text.
- Returns:
- der Wert von Text.
-
setText
public void setText(java.lang.String _text)
Ereignistext.TIC Info XML Element: Text (TEX), The culture-dependent text.
- Parameters:
_text
- der neue Wert von Text.
-
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 AtlTic3Description 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
-
-