Class EntityBeanType.CmpFieldMapping

  • Enclosing class:
    EntityBeanType

    public static class EntityBeanType.CmpFieldMapping
    extends Object

    Java class for anonymous complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="cmp-field-name" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="cmp-field-class" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="table-column" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="sql-type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="type-converter" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • cmpFieldName

        protected String cmpFieldName
      • cmpFieldClass

        protected String cmpFieldClass
      • tableColumn

        protected String tableColumn
      • sqlType

        protected String sqlType
      • typeConverter

        protected String typeConverter
    • Constructor Detail

      • CmpFieldMapping

        public CmpFieldMapping()
    • Method Detail

      • getCmpFieldName

        public String getCmpFieldName()
        Gets the value of the cmpFieldName property.
        Returns:
        possible object is String
      • setCmpFieldName

        public void setCmpFieldName​(String value)
        Sets the value of the cmpFieldName property.
        Parameters:
        value - allowed object is String
      • getCmpFieldClass

        public String getCmpFieldClass()
        Gets the value of the cmpFieldClass property.
        Returns:
        possible object is String
      • setCmpFieldClass

        public void setCmpFieldClass​(String value)
        Sets the value of the cmpFieldClass property.
        Parameters:
        value - allowed object is String
      • getTableColumn

        public String getTableColumn()
        Gets the value of the tableColumn property.
        Returns:
        possible object is String
      • setTableColumn

        public void setTableColumn​(String value)
        Sets the value of the tableColumn property.
        Parameters:
        value - allowed object is String
      • getSqlType

        public String getSqlType()
        Gets the value of the sqlType property.
        Returns:
        possible object is String
      • setSqlType

        public void setSqlType​(String value)
        Sets the value of the sqlType property.
        Parameters:
        value - allowed object is String
      • getTypeConverter

        public String getTypeConverter()
        Gets the value of the typeConverter property.
        Returns:
        possible object is String
      • setTypeConverter

        public void setTypeConverter​(String value)
        Sets the value of the typeConverter property.
        Parameters:
        value - allowed object is String