Class AtlTlsWzgCodeDefinition
- java.lang.Object
-
- de.bsvrz.sys.funclib.bitctrl.modell.tmkextlsglobal.attribute.AtlTlsWzgCodeDefinition
-
- All Implemented Interfaces:
de.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
public class AtlTlsWzgCodeDefinition extends java.lang.Object implements de.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
Liste mit allen Einstellmöglichkeiten für die WvzCOdeDefinition.
-
-
Constructor Summary
Constructors Constructor Description AtlTlsWzgCodeDefinition()
-
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)
AtlTlsWzgCodeDefinition
clone()
AttTlsWzgAnzeigePrinzip
getAnzeigePrinzip()
Anzeigeprinzip des WZG entsprechend TLS.de.bsvrz.sys.funclib.bitctrl.modell.att.Feld<AtlTlsWzgWvzClusterDefinition>
getClusterDefinition()
Komponentendefiniton an Clustern.de.bsvrz.sys.funclib.bitctrl.modell.att.Feld<AtlTlsWzgWvzAnzeige>
getGruppenDefinition()
WVZ-Anzeigendefinition bei Anzeigeprinzip E.de.bsvrz.sys.funclib.bitctrl.modell.att.Feld<AtlTlsWzgWvzLampenDefinition>
getLampenDefinition()
Lampenzuordnung bei Anzeigeprinzig B.AttTlsWzgStellCodeDefinition
getStellCode()
Stellcode für Codelistendefinitionen.de.bsvrz.sys.funclib.bitctrl.modell.att.Feld<AtlTlsWzgWvzTextDefinition>
getTextDefinition()
Wechseltextdefiniton bei Anzeigeprinzig C und D.void
setAnzeigePrinzip(AttTlsWzgAnzeigePrinzip _anzeigePrinzip)
Anzeigeprinzip des WZG entsprechend TLS.void
setStellCode(AttTlsWzgStellCodeDefinition _stellCode)
Stellcode für Codelistendefinitionen.java.lang.String
toString()
-
-
-
Method Detail
-
getAnzeigePrinzip
public AttTlsWzgAnzeigePrinzip getAnzeigePrinzip()
Anzeigeprinzip des WZG entsprechend TLS.- Returns:
- der Wert von AnzeigePrinzip.
-
setAnzeigePrinzip
public void setAnzeigePrinzip(AttTlsWzgAnzeigePrinzip _anzeigePrinzip)
Anzeigeprinzip des WZG entsprechend TLS.- Parameters:
_anzeigePrinzip
- der neue Wert von AnzeigePrinzip.
-
getStellCode
public AttTlsWzgStellCodeDefinition getStellCode()
Stellcode für Codelistendefinitionen.- Returns:
- der Wert von StellCode.
-
setStellCode
public void setStellCode(AttTlsWzgStellCodeDefinition _stellCode)
Stellcode für Codelistendefinitionen.- Parameters:
_stellCode
- der neue Wert von StellCode.
-
getLampenDefinition
public de.bsvrz.sys.funclib.bitctrl.modell.att.Feld<AtlTlsWzgWvzLampenDefinition> getLampenDefinition()
Lampenzuordnung bei Anzeigeprinzig B.- Returns:
- der Wert von LampenDefinition.
-
getTextDefinition
public de.bsvrz.sys.funclib.bitctrl.modell.att.Feld<AtlTlsWzgWvzTextDefinition> getTextDefinition()
Wechseltextdefiniton bei Anzeigeprinzig C und D.- Returns:
- der Wert von TextDefinition.
-
getGruppenDefinition
public de.bsvrz.sys.funclib.bitctrl.modell.att.Feld<AtlTlsWzgWvzAnzeige> getGruppenDefinition()
WVZ-Anzeigendefinition bei Anzeigeprinzip E.- Returns:
- der Wert von GruppenDefinition.
-
getClusterDefinition
public de.bsvrz.sys.funclib.bitctrl.modell.att.Feld<AtlTlsWzgWvzClusterDefinition> getClusterDefinition()
Komponentendefiniton an Clustern.- Returns:
- der Wert von ClusterDefinition.
-
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 AtlTlsWzgCodeDefinition 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
-
-