Package org.apache.openejb.jee.oejb2
Class EntityBeanType.CmpFieldMapping
- java.lang.Object
-
- org.apache.openejb.jee.oejb2.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 Summary
Fields Modifier and Type Field Description protected StringcmpFieldClassprotected StringcmpFieldNameprotected StringsqlTypeprotected StringtableColumnprotected StringtypeConverter
-
Constructor Summary
Constructors Constructor Description CmpFieldMapping()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCmpFieldClass()Gets the value of the cmpFieldClass property.StringgetCmpFieldName()Gets the value of the cmpFieldName property.StringgetSqlType()Gets the value of the sqlType property.StringgetTableColumn()Gets the value of the tableColumn property.StringgetTypeConverter()Gets the value of the typeConverter property.voidsetCmpFieldClass(String value)Sets the value of the cmpFieldClass property.voidsetCmpFieldName(String value)Sets the value of the cmpFieldName property.voidsetSqlType(String value)Sets the value of the sqlType property.voidsetTableColumn(String value)Sets the value of the tableColumn property.voidsetTypeConverter(String value)Sets the value of the typeConverter property.
-
-
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
getTypeConverter
public String getTypeConverter()
Gets the value of the typeConverter property.- Returns:
- possible object is
String
-
-