org.objectweb.jorm.interp.genclass.rdb.api
Class RdbFieldDesc

java.lang.Object
  |
  +--org.objectweb.jorm.interp.genclass.api.FieldDesc
        |
        +--org.objectweb.jorm.interp.genclass.rdb.api.RdbFieldDesc

public class RdbFieldDesc
extends FieldDesc

This class provides a description of a JORM field to be mapped to a RDBMS. It allows the association of a column name to a field.

Author:
P. D?chamboux

Field Summary
 java.lang.String columnName
          The column name to which the JORM field should be mapped.
 
Fields inherited from class org.objectweb.jorm.interp.genclass.api.FieldDesc
compositeName, name, type
 
Constructor Summary
RdbFieldDesc(java.lang.String fn, java.lang.String cfn, PType ft, java.lang.String cn)
          It constructs an RdnFieldDesc.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

columnName

public java.lang.String columnName
The column name to which the JORM field should be mapped.
Constructor Detail

RdbFieldDesc

public RdbFieldDesc(java.lang.String fn,
                    java.lang.String cfn,
                    PType ft,
                    java.lang.String cn)
It constructs an RdnFieldDesc.