|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.objectweb.jonas_ejb.deployment.api.FieldDesc
org.objectweb.jonas_ejb.deployment.api.FieldJdbcDesc
public class FieldJdbcDesc
Class to hold meta-information related to a cmp-field of a bean with jdbc based store
| Field Summary | |
|---|---|
protected java.lang.String |
jdbcFieldName
|
protected java.lang.String |
sqlType
|
| Fields inherited from class org.objectweb.jonas_ejb.deployment.api.FieldDesc |
|---|
fieldName, fieldType, pkField |
| Constructor Summary | |
|---|---|
FieldJdbcDesc()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getJdbcFieldName()
Get database field name in the table where bean is stored |
java.lang.String |
getSqlType()
Get field sql-type |
boolean |
hasSqlType()
Is the field sql-type is defined. |
protected void |
setJdbcFieldName(java.lang.String jdbcFieldName)
Jdbc field name setter. |
protected void |
setSqlType(java.lang.String st)
Field sql-type setter. |
java.lang.String |
toString()
String representation of the object for test purpose |
| Methods inherited from class org.objectweb.jonas_ejb.deployment.api.FieldDesc |
|---|
getFieldType, getGetterName, getName, getSetterName, isPrimaryKey, setFieldType, setName, setPrimaryKey |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String jdbcFieldName
protected java.lang.String sqlType
| Constructor Detail |
|---|
public FieldJdbcDesc()
| Method Detail |
|---|
public java.lang.String getJdbcFieldName()
protected void setJdbcFieldName(java.lang.String jdbcFieldName)
public boolean hasSqlType()
public java.lang.String getSqlType()
protected void setSqlType(java.lang.String st)
public java.lang.String toString()
toString in class FieldDesc
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||