org.apache.openejb.jee.oejb2
Class EntityBeanType.CmpFieldMapping

java.lang.Object
  extended by org.apache.openejb.jee.oejb2.EntityBeanType.CmpFieldMapping
Enclosing class:
EntityBeanType

public static class EntityBeanType.CmpFieldMapping
extends java.lang.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 Summary
protected  java.lang.String cmpFieldClass
           
protected  java.lang.String cmpFieldName
           
protected  java.lang.String sqlType
           
protected  java.lang.String tableColumn
           
protected  java.lang.String typeConverter
           
 
Constructor Summary
EntityBeanType.CmpFieldMapping()
           
 
Method Summary
 java.lang.String getCmpFieldClass()
          Gets the value of the cmpFieldClass property.
 java.lang.String getCmpFieldName()
          Gets the value of the cmpFieldName property.
 java.lang.String getSqlType()
          Gets the value of the sqlType property.
 java.lang.String getTableColumn()
          Gets the value of the tableColumn property.
 java.lang.String getTypeConverter()
          Gets the value of the typeConverter property.
 void setCmpFieldClass(java.lang.String value)
          Sets the value of the cmpFieldClass property.
 void setCmpFieldName(java.lang.String value)
          Sets the value of the cmpFieldName property.
 void setSqlType(java.lang.String value)
          Sets the value of the sqlType property.
 void setTableColumn(java.lang.String value)
          Sets the value of the tableColumn property.
 void setTypeConverter(java.lang.String value)
          Sets the value of the typeConverter property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cmpFieldName

protected java.lang.String cmpFieldName

cmpFieldClass

protected java.lang.String cmpFieldClass

tableColumn

protected java.lang.String tableColumn

sqlType

protected java.lang.String sqlType

typeConverter

protected java.lang.String typeConverter
Constructor Detail

EntityBeanType.CmpFieldMapping

public EntityBeanType.CmpFieldMapping()
Method Detail

getCmpFieldName

public java.lang.String getCmpFieldName()
Gets the value of the cmpFieldName property.

Returns:
possible object is String

setCmpFieldName

public void setCmpFieldName(java.lang.String value)
Sets the value of the cmpFieldName property.

Parameters:
value - allowed object is String

getCmpFieldClass

public java.lang.String getCmpFieldClass()
Gets the value of the cmpFieldClass property.

Returns:
possible object is String

setCmpFieldClass

public void setCmpFieldClass(java.lang.String value)
Sets the value of the cmpFieldClass property.

Parameters:
value - allowed object is String

getTableColumn

public java.lang.String getTableColumn()
Gets the value of the tableColumn property.

Returns:
possible object is String

setTableColumn

public void setTableColumn(java.lang.String value)
Sets the value of the tableColumn property.

Parameters:
value - allowed object is String

getSqlType

public java.lang.String getSqlType()
Gets the value of the sqlType property.

Returns:
possible object is String

setSqlType

public void setSqlType(java.lang.String value)
Sets the value of the sqlType property.

Parameters:
value - allowed object is String

getTypeConverter

public java.lang.String getTypeConverter()
Gets the value of the typeConverter property.

Returns:
possible object is String

setTypeConverter

public void setTypeConverter(java.lang.String value)
Sets the value of the typeConverter property.

Parameters:
value - allowed object is String


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.