Class AtlTlsAxlGesamtgewichtFahrzeugtypen
- java.lang.Object
-
- de.bsvrz.sys.funclib.bitctrl.modell.tmkextlsglobal.attribute.AtlTlsAxlGesamtgewichtFahrzeugtypen
-
- All Implemented Interfaces:
de.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
public class AtlTlsAxlGesamtgewichtFahrzeugtypen extends java.lang.Object implements de.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
Höchstzullässiges Gesamtgewicht für Fahrzeugtypen bei der Achslasterfassung.
-
-
Constructor Summary
Constructors Constructor Description AtlTlsAxlGesamtgewichtFahrzeugtypen()
-
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)
AtlTlsAxlGesamtgewichtFahrzeugtypen
clone()
AttTlsFahrzeugklassencodeAchslast
getFahrzeugklassecodeAchslast()
Klassifizierung nach Silhouette und Achskonfiguration.AttTlsGewicht2
getMaxGesamtgewicht()
Gewichtsangabe gemäß TLS 0..65534 kg.void
setFahrzeugklassecodeAchslast(AttTlsFahrzeugklassencodeAchslast _fahrzeugklassecodeAchslast)
Klassifizierung nach Silhouette und Achskonfiguration.void
setMaxGesamtgewicht(AttTlsGewicht2 _maxGesamtgewicht)
Gewichtsangabe gemäß TLS 0..65534 kg.java.lang.String
toString()
-
-
-
Method Detail
-
getFahrzeugklassecodeAchslast
public AttTlsFahrzeugklassencodeAchslast getFahrzeugklassecodeAchslast()
Klassifizierung nach Silhouette und Achskonfiguration.- Returns:
- der Wert von FahrzeugklassecodeAchslast.
-
setFahrzeugklassecodeAchslast
public void setFahrzeugklassecodeAchslast(AttTlsFahrzeugklassencodeAchslast _fahrzeugklassecodeAchslast)
Klassifizierung nach Silhouette und Achskonfiguration.- Parameters:
_fahrzeugklassecodeAchslast
- der neue Wert von FahrzeugklassecodeAchslast.
-
getMaxGesamtgewicht
public AttTlsGewicht2 getMaxGesamtgewicht()
Gewichtsangabe gemäß TLS 0..65534 kg.- Returns:
- der Wert von MaxGesamtgewicht.
-
setMaxGesamtgewicht
public void setMaxGesamtgewicht(AttTlsGewicht2 _maxGesamtgewicht)
Gewichtsangabe gemäß TLS 0..65534 kg.- Parameters:
_maxGesamtgewicht
- der neue Wert von MaxGesamtgewicht.
-
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 AtlTlsAxlGesamtgewichtFahrzeugtypen 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
-
-