Class AtlAspektBindung
- java.lang.Object
-
- de.bsvrz.sys.funclib.bitctrl.modell.tmvewprotokolleglobal.attribute.AtlAspektBindung
-
- All Implemented Interfaces:
de.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
public class AtlAspektBindung extends java.lang.Object implements de.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
Definiert eine Aspekt-Bindung von ungebundenen Aspekten.
-
-
Constructor Summary
Constructors Constructor Description AtlAspektBindung()
-
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)
AtlAspektBindung
clone()
java.lang.String
getAlias()
Alias.Aspekt
getAspekt()
Aspekt.void
setAlias(java.lang.String _alias)
Alias.void
setAspekt(Aspekt _aspekt)
Aspekt.java.lang.String
toString()
-
-
-
Method Detail
-
getAlias
public java.lang.String getAlias()
Alias.- Returns:
- der Wert von Alias.
-
setAlias
public void setAlias(java.lang.String _alias)
Alias.- Parameters:
_alias
- der neue Wert von Alias.
-
getAspekt
public Aspekt getAspekt()
Aspekt.- Returns:
- der Wert von Aspekt.
-
setAspekt
public void setAspekt(Aspekt _aspekt)
Aspekt.- Parameters:
_aspekt
- der neue Wert von Aspekt.
-
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 AtlAspektBindung 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
-
-