org.plasma.sdo.core
Class ContainmentNode

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

public class ContainmentNode
extends Object

Stores a data object, the source/container data object and source property that links or references it.


Constructor Summary
ContainmentNode(PlasmaDataObject dataObject, PlasmaDataObject container, PlasmaProperty containmentProperty)
           
 
Method Summary
 PlasmaProperty getContainmentProperty()
           
 PlasmaDataObject getDataObject()
           
 PlasmaDataObject getSourceContainer()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContainmentNode

public ContainmentNode(PlasmaDataObject dataObject,
                       PlasmaDataObject container,
                       PlasmaProperty containmentProperty)
Method Detail

getContainmentProperty

public PlasmaProperty getContainmentProperty()

getSourceContainer

public PlasmaDataObject getSourceContainer()

getDataObject

public PlasmaDataObject getDataObject()


Copyright © 2014. All rights reserved.