org.codehaus.modello.plugin.jpox.metadata
Class JPoxFieldMetadata

java.lang.Object
  extended byorg.codehaus.modello.plugin.jpox.metadata.JPoxFieldMetadata
All Implemented Interfaces:
org.codehaus.modello.metadata.FieldMetadata, org.codehaus.modello.metadata.Metadata

public class JPoxFieldMetadata
extends java.lang.Object
implements org.codehaus.modello.metadata.FieldMetadata

Version:
$Id: JPoxFieldMetadata.java 453 2005-08-23 14:32:53Z evenisse $
Author:
Emmanuel Venisse

Field Summary
private  java.util.List fetchGroupNames
           
static java.lang.String ID
           
private  java.lang.String mappedBy
           
 
Constructor Summary
JPoxFieldMetadata()
           
 
Method Summary
 java.util.List getFetchGroupNames()
           
 java.lang.String getMappedBy()
           
 void setFetchGroupNames(java.util.List fetchGroupNames)
           
 void setMappedBy(java.lang.String mappedBy)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ID

public static final java.lang.String ID

fetchGroupNames

private java.util.List fetchGroupNames

mappedBy

private java.lang.String mappedBy
Constructor Detail

JPoxFieldMetadata

public JPoxFieldMetadata()
Method Detail

getFetchGroupNames

public java.util.List getFetchGroupNames()

setFetchGroupNames

public void setFetchGroupNames(java.util.List fetchGroupNames)

getMappedBy

public java.lang.String getMappedBy()

setMappedBy

public void setMappedBy(java.lang.String mappedBy)