Class Basic


  • public class Basic
    extends java.lang.Object
    • Field Detail

      • column

        protected Column column
      • lob

        protected Lob lob
      • enumerated

        protected EnumType enumerated
      • convert

        protected Convert convert
      • name

        protected java.lang.String name
      • optional

        protected java.lang.Boolean optional
    • Constructor Detail

      • Basic

        public Basic()
    • Method Detail

      • getColumn

        public Column getColumn()
        Gets the value of the column property.
        Returns:
        possible object is Column
      • setColumn

        public void setColumn​(Column value)
        Sets the value of the column property.
        Parameters:
        value - allowed object is Column
      • getLob

        public Lob getLob()
        Gets the value of the lob property.
        Returns:
        possible object is Lob
      • setLob

        public void setLob​(Lob value)
        Sets the value of the lob property.
        Parameters:
        value - allowed object is Lob
      • getTemporal

        public TemporalType getTemporal()
        Gets the value of the temporal property.
        Returns:
        possible object is TemporalType
      • setTemporal

        public void setTemporal​(TemporalType value)
        Sets the value of the temporal property.
        Parameters:
        value - allowed object is TemporalType
      • getEnumerated

        public EnumType getEnumerated()
        Gets the value of the enumerated property.
        Returns:
        possible object is EnumType
      • setEnumerated

        public void setEnumerated​(EnumType value)
        Sets the value of the enumerated property.
        Parameters:
        value - allowed object is EnumType
      • getConvert

        public Convert getConvert()
        Gets the value of the convert property.
        Returns:
        possible object is Convert
      • setConvert

        public void setConvert​(Convert value)
        Sets the value of the convert property.
        Parameters:
        value - allowed object is Convert
      • getName

        public java.lang.String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

        public void setName​(java.lang.String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
      • getFetch

        public FetchType getFetch()
        Gets the value of the fetch property.
        Returns:
        possible object is FetchType
      • setFetch

        public void setFetch​(FetchType value)
        Sets the value of the fetch property.
        Parameters:
        value - allowed object is FetchType
      • isOptional

        public java.lang.Boolean isOptional()
        Gets the value of the optional property.
        Returns:
        possible object is Boolean
      • setOptional

        public void setOptional​(java.lang.Boolean value)
        Sets the value of the optional property.
        Parameters:
        value - allowed object is Boolean
      • getAccess

        public AccessType getAccess()
        Gets the value of the access property.
        Returns:
        possible object is AccessType
      • setAccess

        public void setAccess​(AccessType value)
        Sets the value of the access property.
        Parameters:
        value - allowed object is AccessType