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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
cmpFieldClass |
protected String |
cmpFieldName |
protected String |
sqlType |
protected String |
tableColumn |
protected String |
typeConverter |
| Constructor and Description |
|---|
EntityBeanType.CmpFieldMapping() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCmpFieldClass()
Gets the value of the cmpFieldClass property.
|
String |
getCmpFieldName()
Gets the value of the cmpFieldName property.
|
String |
getSqlType()
Gets the value of the sqlType property.
|
String |
getTableColumn()
Gets the value of the tableColumn property.
|
String |
getTypeConverter()
Gets the value of the typeConverter property.
|
void |
setCmpFieldClass(String value)
Sets the value of the cmpFieldClass property.
|
void |
setCmpFieldName(String value)
Sets the value of the cmpFieldName property.
|
void |
setSqlType(String value)
Sets the value of the sqlType property.
|
void |
setTableColumn(String value)
Sets the value of the tableColumn property.
|
void |
setTypeConverter(String value)
Sets the value of the typeConverter property.
|
protected String cmpFieldName
protected String cmpFieldClass
protected String tableColumn
protected String sqlType
protected String typeConverter
public String getCmpFieldName()
Stringpublic void setCmpFieldName(String value)
value - allowed object is
Stringpublic String getCmpFieldClass()
Stringpublic void setCmpFieldClass(String value)
value - allowed object is
Stringpublic String getTableColumn()
Stringpublic void setTableColumn(String value)
value - allowed object is
Stringpublic String getSqlType()
Stringpublic void setSqlType(String value)
value - allowed object is
Stringpublic String getTypeConverter()
StringCopyright © 1999-2014 The Apache Software Foundation. All Rights Reserved.