org.objectweb.jonas_ejb.deployment.api
Class FieldDesc

java.lang.Object
  |
  +--org.objectweb.jonas_ejb.deployment.api.FieldDesc
Direct Known Subclasses:
FieldJdbcDesc

public class FieldDesc
extends java.lang.Object

Class for descriptors of container managed fields


Field Summary
protected  boolean pkField
           
 
Method Summary
 boolean isPrimaryKey()
          Assessor method for primary key field
 java.lang.String toString()
          String representation of the object for test purpose
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

pkField

protected boolean pkField
Method Detail

isPrimaryKey

public boolean isPrimaryKey()
Assessor method for primary key field
Returns:
true if field is a primary key

toString

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