org.plasma.query.dsl
Class DomainObject

java.lang.Object
  extended by org.plasma.query.dsl.DomainObject
Direct Known Subclasses:
DomainEndpoint, PathNode

public abstract class DomainObject
extends Object

Super class for elements within a domain query graph.


Field Summary
protected  PathNode source
           
protected  String sourceProperty
           
 
Constructor Summary
protected DomainObject(PathNode source, String sourceProperty)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

source

protected PathNode source

sourceProperty

protected String sourceProperty
Constructor Detail

DomainObject

protected DomainObject(PathNode source,
                       String sourceProperty)


Copyright © 2014. All rights reserved.