Class ValidValuesStringConverter

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

    public class ValidValuesStringConverter
    extends java.lang.Object
    implements IConverter
    In java a valid-values and in database a string corresponding to the position that it's in property 'words'. The property words must be a string that contains the chains separating by comma.

    Author:
    Miguel Embuena
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getWords()  
      void setWords​(java.lang.String words)  
      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