| |
|
| java.lang.Object org.objectweb.jonas_ejb.deployment.api.FieldDesc
All known Subclasses: org.objectweb.jonas_ejb.deployment.api.FieldJdbcDesc,
FieldDesc | public class FieldDesc (Code) | | Class to hold meta-information related to a cmp-field
author: Christophe Ney [cney@batisseurs.com] : Initial developer author: Helene Joanin on May 2003: code cleanup |
pkField | protected boolean pkField(Code) | | |
getFieldType | public Class getFieldType()(Code) | | field type getter
|
getGetterName | public static String getGetterName(String fieldName)(Code) | | get the getter method name for a given field
|
getName | public String getName()(Code) | | Field name getter
field name |
getSetterName | public static String getSetterName(String fieldName)(Code) | | get the setter method name for a given field
|
isPrimaryKey | public boolean isPrimaryKey()(Code) | | Assessor method for primary key field
true if field is a primary key |
setFieldType | protected void setFieldType(Class fieldType)(Code) | | field type setter
|
setName | protected void setName(String fieldName)(Code) | | field name setter
|
setPrimaryKey | protected void setPrimaryKey(boolean pkField)(Code) | | primary key flag setter
|
toString | public String toString()(Code) | | String representation of the object for test purpose
String representation of this object |
|
|
|