Class AtlBcManagedApplicationDisplayFarbenUndSchriften
- java.lang.Object
-
- de.bsvrz.sys.funclib.bitctrl.modell.bitctrlappmanagement.attribute.AtlBcManagedApplicationDisplayFarbenUndSchriften
-
- All Implemented Interfaces:
de.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
public class AtlBcManagedApplicationDisplayFarbenUndSchriften extends java.lang.Object implements de.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
Definition für die Attribute der Anzeige einer überwachten Anwendung.
-
-
Constructor Summary
Constructors Constructor Description AtlBcManagedApplicationDisplayFarbenUndSchriften()
-
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)
AtlBcManagedApplicationDisplayFarbenUndSchriften
clone()
AtlBcDisplayFarbenUndSchriften
getDisplayAttribute()
Definition für die Attribute der Anzeige eines Objektes.AttBcManagedApplicationAntwortTyp
getTyp()
Typ der Antwort der Applikation, wie vom Application Manager publiziert.void
setDisplayAttribute(AtlBcDisplayFarbenUndSchriften _displayAttribute)
Definition für die Attribute der Anzeige eines Objektes.void
setTyp(AttBcManagedApplicationAntwortTyp _typ)
Typ der Antwort der Applikation, wie vom Application Manager publiziert.java.lang.String
toString()
-
-
-
Method Detail
-
getTyp
public AttBcManagedApplicationAntwortTyp getTyp()
Typ der Antwort der Applikation, wie vom Application Manager publiziert.- Returns:
- der Wert von Typ.
-
setTyp
public void setTyp(AttBcManagedApplicationAntwortTyp _typ)
Typ der Antwort der Applikation, wie vom Application Manager publiziert.- 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 AtlBcManagedApplicationDisplayFarbenUndSchriften 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
-
-