Class Convert


  • public class Convert
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Convert()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAttributeName()
      Gets the value of the attributeName property.
      java.lang.String getConverter()
      Gets the value of the converter property.
      java.lang.String getDescription()
      Gets the value of the description property.
      java.lang.Boolean isDisableConversion()
      Gets the value of the disableConversion property.
      void setAttributeName​(java.lang.String value)
      Sets the value of the attributeName property.
      void setConverter​(java.lang.String value)
      Sets the value of the converter property.
      void setDescription​(java.lang.String value)
      Sets the value of the description property.
      void setDisableConversion​(java.lang.Boolean value)
      Sets the value of the disableConversion property.
      • Methods inherited from class java.lang.Object

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

      • description

        protected java.lang.String description
      • converter

        protected java.lang.String converter
      • attributeName

        protected java.lang.String attributeName
      • disableConversion

        protected java.lang.Boolean disableConversion
    • Constructor Detail

      • Convert

        public Convert()
    • Method Detail

      • getDescription

        public java.lang.String getDescription()
        Gets the value of the description property.
        Returns:
        possible object is String
      • setDescription

        public void setDescription​(java.lang.String value)
        Sets the value of the description property.
        Parameters:
        value - allowed object is String
      • getConverter

        public java.lang.String getConverter()
        Gets the value of the converter property.
        Returns:
        possible object is String
      • setConverter

        public void setConverter​(java.lang.String value)
        Sets the value of the converter property.
        Parameters:
        value - allowed object is String
      • getAttributeName

        public java.lang.String getAttributeName()
        Gets the value of the attributeName property.
        Returns:
        possible object is String
      • setAttributeName

        public void setAttributeName​(java.lang.String value)
        Sets the value of the attributeName property.
        Parameters:
        value - allowed object is String
      • isDisableConversion

        public java.lang.Boolean isDisableConversion()
        Gets the value of the disableConversion property.
        Returns:
        possible object is Boolean
      • setDisableConversion

        public void setDisableConversion​(java.lang.Boolean value)
        Sets the value of the disableConversion property.
        Parameters:
        value - allowed object is Boolean