Class Boolean01Converter

  • All Implemented Interfaces:
    java.io.Serializable, IConverter

    public class Boolean01Converter
    extends java.lang.Object
    implements IConverter
    In java boolean and in database Number that it can be 1 or 0.
    Author:
    Javier Paniza
    See Also:
    Serialized Form
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static int booleanToInt​(boolean valor)  
      static boolean intToBoolean​(int valor)  
      java.lang.Object toDB​(java.lang.Object o)  
      java.lang.Object toJava​(java.lang.Object o)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait