Class AtlParameterSatzPlausibilitaetsPruefungFormal
- java.lang.Object
-
- de.bsvrz.sys.funclib.bitctrl.modell.systemmodellglobal.attribute.AtlParameterSatzPlausibilitaetsPruefungFormal
-
- All Implemented Interfaces:
de.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
public class AtlParameterSatzPlausibilitaetsPruefungFormal extends java.lang.Object implements de.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
Enthält Angaben (ATG, ASP, Objekte, Kompletter Attributpfad, Min-Max-Grenzwerte und Vorgabeflags für die formale PL-Prüfung.
-
-
Constructor Summary
Constructors Constructor Description AtlParameterSatzPlausibilitaetsPruefungFormal()
-
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)
AtlParameterSatzPlausibilitaetsPruefungFormal
clone()
Aspekt
getAspekt()
Aspekt der Attributgruppe, innerhalb derer ein Attribut für die formale PL-Prüfung festgelegt wird.Attributgruppe
getAttributgruppe()
Attributgruppe, innerhalb derer ein Attribut für die formale PL-Prüfung festgelegt wird.de.bsvrz.sys.funclib.bitctrl.modell.att.Feld<AtlAttributSpezifikationPlausibilitaetsPruefungFormal>
getAttributSpezifikation()
Kompletter Attributpfad, Min-Max-Grenzwerte und Vorgabeflags für die formale PL-Prüfung.de.bsvrz.sys.funclib.bitctrl.modell.att.Feld<java.lang.Object>
getObjekt()
Objekte, für die die formale PL-Prüfung festgelegt wird.void
setAspekt(Aspekt _aspekt)
Aspekt der Attributgruppe, innerhalb derer ein Attribut für die formale PL-Prüfung festgelegt wird.void
setAttributgruppe(Attributgruppe _attributgruppe)
Attributgruppe, innerhalb derer ein Attribut für die formale PL-Prüfung festgelegt wird.java.lang.String
toString()
-
-
-
Method Detail
-
getAttributgruppe
public Attributgruppe getAttributgruppe()
Attributgruppe, innerhalb derer ein Attribut für die formale PL-Prüfung festgelegt wird.- Returns:
- der Wert von Attributgruppe.
-
setAttributgruppe
public void setAttributgruppe(Attributgruppe _attributgruppe)
Attributgruppe, innerhalb derer ein Attribut für die formale PL-Prüfung festgelegt wird.- Parameters:
_attributgruppe
- der neue Wert von Attributgruppe.
-
getAspekt
public Aspekt getAspekt()
Aspekt der Attributgruppe, innerhalb derer ein Attribut für die formale PL-Prüfung festgelegt wird.- Returns:
- der Wert von Aspekt.
-
setAspekt
public void setAspekt(Aspekt _aspekt)
Aspekt der Attributgruppe, innerhalb derer ein Attribut für die formale PL-Prüfung festgelegt wird.- Parameters:
_aspekt
- der neue Wert von Aspekt.
-
getObjekt
public de.bsvrz.sys.funclib.bitctrl.modell.att.Feld<java.lang.Object> getObjekt()
Objekte, für die die formale PL-Prüfung festgelegt wird.- Returns:
- der Wert von Objekt.
-
getAttributSpezifikation
public de.bsvrz.sys.funclib.bitctrl.modell.att.Feld<AtlAttributSpezifikationPlausibilitaetsPruefungFormal> getAttributSpezifikation()
Kompletter Attributpfad, Min-Max-Grenzwerte und Vorgabeflags für die formale PL-Prüfung.- Returns:
- der Wert von AttributSpezifikation.
-
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 AtlParameterSatzPlausibilitaetsPruefungFormal 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
-
-