net.wotonomy.access
Class EOJoin

java.lang.Object
  extended by net.wotonomy.access.EOJoin

public class EOJoin
extends java.lang.Object

An EOJoin represents a connection between two attributes in different entities.

Version:
$Revision: 893 $
Author:
ezamudio@nasoft.com, $Author: cgruber $

Field Summary
protected  EOAttribute _destination
           
protected  EOAttribute _source
           
 
Constructor Summary
EOJoin(EOAttribute src, EOAttribute dst)
           
 
Method Summary
 EOAttribute destinationAttribute()
           
 EOAttribute sourceAttribute()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_source

protected EOAttribute _source

_destination

protected EOAttribute _destination
Constructor Detail

EOJoin

public EOJoin(EOAttribute src,
              EOAttribute dst)
Method Detail

sourceAttribute

public EOAttribute sourceAttribute()

destinationAttribute

public EOAttribute destinationAttribute()


Copyright © 2006 null. All Rights Reserved.