org.objectweb.jonas_ejb.deployment.api
Class FieldJdbcDesc

java.lang.Object
  |
  +--org.objectweb.jonas_ejb.deployment.api.FieldDesc
        |
        +--org.objectweb.jonas_ejb.deployment.api.FieldJdbcDesc

public class FieldJdbcDesc
extends FieldDesc

Class for descriptors of jdbc based container managed fields

Author:
Christophe Ney

Field Summary
protected  java.lang.String jdbcFieldName
           
 
Fields inherited from class org.objectweb.jonas_ejb.deployment.api.FieldDesc
pkField
 
Method Summary
 java.lang.String getJdbcFieldName()
          Get database field name in the table where bean is stored
 java.lang.String toString()
          String representation of the object for test purpose
 
Methods inherited from class org.objectweb.jonas_ejb.deployment.api.FieldDesc
isPrimaryKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

jdbcFieldName

protected java.lang.String jdbcFieldName
Method Detail

getJdbcFieldName

public java.lang.String getJdbcFieldName()
Get database field name in the table where bean is stored
Returns:
Name of the field in the database

toString

public java.lang.String toString()
String representation of the object for test purpose
Overrides:
toString in class FieldDesc
Returns:
String representation of this object