Class NullConstraintTest.POJO

  • Enclosing class:
    NullConstraintTest

    protected class NullConstraintTest.POJO
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected POJO()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Boolean getBool()  
      void setBool​(java.lang.Boolean bool)  
      • Methods inherited from class java.lang.Object

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

      • POJO

        protected POJO()
    • Method Detail

      • setBool

        public void setBool​(java.lang.Boolean bool)
      • getBool

        public java.lang.Boolean getBool()