Class AtlStatusPlausibilitaetsPruefungLogisch
- java.lang.Object
-
- de.inovat.kex.bast.common.datawrapper.AtlStatusPlausibilitaetsPruefungLogisch
-
public class AtlStatusPlausibilitaetsPruefungLogisch extends java.lang.Objectkapselt die AttributListe atl.statusPlausibilitaetsPruefungLogisch.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringATTR_NAME_WERTMAXLOGISCHstatic java.lang.StringATTR_NAME_WERTMINLOGISCH
-
Constructor Summary
Constructors Constructor Description AtlStatusPlausibilitaetsPruefungLogisch(de.bsvrz.dav.daf.main.Data data)
-
Method Summary
Modifier and Type Method Description booleangetWertMaxLogisch()booleangetWertMinLogisch()voidsetWertMaxLogisch(boolean jaNein)voidsetWertMinLogisch(boolean jaNein)
-
-
-
Field Detail
-
ATTR_NAME_WERTMAXLOGISCH
public static final java.lang.String ATTR_NAME_WERTMAXLOGISCH
- See Also:
- Constant Field Values
-
ATTR_NAME_WERTMINLOGISCH
public static final java.lang.String ATTR_NAME_WERTMINLOGISCH
- See Also:
- Constant Field Values
-
-