Class AtlTic3Reiseziel
- java.lang.Object
-
- de.bsvrz.sys.funclib.bitctrl.modell.tmkexlmstic3.attribute.AtlTic3Reiseziel
-
- All Implemented Interfaces:
de.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
public class AtlTic3Reiseziel extends java.lang.Object implements de.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
TIC3 DestinationType.
-
-
Constructor Summary
Constructors Constructor Description AtlTic3Reiseziel()
-
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)
AtlTic3Reiseziel
clone()
de.bsvrz.sys.funclib.bitctrl.modell.att.Feld<AttTic3HimmelsRichtung>
getHimmelsrichtung()
Name.java.lang.String
getName()
Name.void
setName(java.lang.String _name)
Name.java.lang.String
toString()
-
-
-
Method Detail
-
getName
public java.lang.String getName()
Name.TIC3 Info XML Element: Name (NAM), The name of the object, in one or more languages configured on the system.
- Returns:
- der Wert von Name.
-
setName
public void setName(java.lang.String _name)
Name.TIC3 Info XML Element: Name (NAM), The name of the object, in one or more languages configured on the system.
- Parameters:
_name
- der neue Wert von Name.
-
getHimmelsrichtung
public de.bsvrz.sys.funclib.bitctrl.modell.att.Feld<AttTic3HimmelsRichtung> getHimmelsrichtung()
Name.TIC3 Info XML Element: CompassDirection (CPS), The name corresponding to a compass direction such as "North", "South", "East", or "West".
- Returns:
- der Wert von Himmelsrichtung.
-
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 AtlTic3Reiseziel 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
-
-