Class 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.

    • 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()  
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • AtlParameterSatzPlausibilitaetsPruefungFormal

        public AtlParameterSatzPlausibilitaetsPruefungFormal()
    • 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 interface de.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 interface de.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object