org.xorm
Class RelationshipMapping.Endpoint

java.lang.Object
  |
  +--org.xorm.RelationshipMapping.Endpoint
Enclosing class:
RelationshipMapping

public static class RelationshipMapping.Endpoint
extends Object


Field Summary
static int OBJECT
           
static int SET
           
 
Constructor Summary
RelationshipMapping.Endpoint()
           
 
Method Summary
 int getCollectionType()
           
 Column getColumn()
           
 Class getElementClass()
           
 void setCollectionType(int collectionType)
           
 void setColumn(Column column)
           
 void setElementClass(Class elementClass)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OBJECT

public static final int OBJECT
See Also:
Constant Field Values

SET

public static final int SET
See Also:
Constant Field Values
Constructor Detail

RelationshipMapping.Endpoint

public RelationshipMapping.Endpoint()
Method Detail

getCollectionType

public int getCollectionType()

setCollectionType

public void setCollectionType(int collectionType)

getElementClass

public Class getElementClass()

setElementClass

public void setElementClass(Class elementClass)

getColumn

public Column getColumn()

setColumn

public void setColumn(Column column)


$Header: /cvsroot/xorm/xorm/docs/api/org/xorm/RelationshipMapping.Endpoint.html,v 1.9 2004/05/30 08:55:03 wbiggs Exp $