| |
|
| java.lang.Object org.objectweb.jonas_lib.deployment.xml.AbsElement org.objectweb.jonas_ejb.deployment.xml.CmpFieldJdbcMapping
CmpFieldJdbcMapping | public class CmpFieldJdbcMapping extends AbsElement (Code) | | This class defines the implementation of the element cmp-field-jdbc-mapping
author: JOnAS team |
CmpFieldJdbcMapping | public CmpFieldJdbcMapping()(Code) | | Constructor
|
getFieldName | public String getFieldName()(Code) | | Gets the field-name
the field-name |
getJdbcFieldName | public String getJdbcFieldName()(Code) | | Gets the jdbc-field-name
the jdbc-field-name |
getSqlType | public String getSqlType()(Code) | | Gets the sql-type
the sql-type |
setFieldName | public void setFieldName(String fieldName)(Code) | | Set the field-name
Parameters: fieldName - fieldName |
setJdbcFieldName | public void setJdbcFieldName(String jdbcFieldName)(Code) | | Set the jdbc-field-name
Parameters: jdbcFieldName - jdbcFieldName |
setSqlType | public void setSqlType(String sqlType)(Code) | | Set the sql-type
Parameters: sqlType - sqlType |
toXML | public String toXML(int indent)(Code) | | Represents this element by it's XML description.
Parameters: indent - use this indent for prexifing XML representation. the XML description of this object. |
|
|
|