Class AtlBcProgrammZustandDisplayFarbenUndSchriften
- java.lang.Object
-
- de.bsvrz.sys.funclib.bitctrl.modell.tmbitctrlvba.attribute.AtlBcProgrammZustandDisplayFarbenUndSchriften
-
- All Implemented Interfaces:
de.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
public class AtlBcProgrammZustandDisplayFarbenUndSchriften extends java.lang.Object implements de.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
Definition für die Attribute der Anzeige des Zustandes eines Programms.
-
-
Constructor Summary
Constructors Constructor Description AtlBcProgrammZustandDisplayFarbenUndSchriften()
-
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)
AtlBcProgrammZustandDisplayFarbenUndSchriften
clone()
AtlBcDisplayFarbenUndSchriften
getDisplayAttribute()
Definition für die Attribute der Anzeige eines Objektes.AttSchaltProgrammZustand
getTyp()
Der zu beschreibende Zustand.void
setDisplayAttribute(AtlBcDisplayFarbenUndSchriften _displayAttribute)
Definition für die Attribute der Anzeige eines Objektes.void
setTyp(AttSchaltProgrammZustand _typ)
Der zu beschreibende Zustand.java.lang.String
toString()
-
-
-
Method Detail
-
getTyp
public AttSchaltProgrammZustand getTyp()
Der zu beschreibende Zustand.- Returns:
- der Wert von Typ.
-
setTyp
public void setTyp(AttSchaltProgrammZustand _typ)
Der zu beschreibende Zustand.- Parameters:
_typ
- der neue Wert von Typ.
-
getDisplayAttribute
public AtlBcDisplayFarbenUndSchriften getDisplayAttribute()
Definition für die Attribute der Anzeige eines Objektes.- Returns:
- der Wert von DisplayAttribute.
-
setDisplayAttribute
public void setDisplayAttribute(AtlBcDisplayFarbenUndSchriften _displayAttribute)
Definition für die Attribute der Anzeige eines Objektes.- Parameters:
_displayAttribute
- der neue Wert von DisplayAttribute.
-
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 AtlBcProgrammZustandDisplayFarbenUndSchriften 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
-
-