org.plasma.sdo.core
Class PathEndpoint

java.lang.Object
  extended by org.plasma.sdo.core.PathEndpoint

public class PathEndpoint
extends Object

Stores the property which is the end point of a path in association with the data object which was its "source" along the path.


Constructor Summary
PathEndpoint(Property property, DataObject source)
           
 
Method Summary
 Property getProperty()
           
 DataObject getSource()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PathEndpoint

public PathEndpoint(Property property,
                    DataObject source)
Method Detail

getProperty

public Property getProperty()

getSource

public DataObject getSource()


Copyright © 2013. All rights reserved.