net.sf.msplice.model
Class CompositeElement

java.lang.Object
  extended by net.sf.msplice.model.CompositeElement
Direct Known Subclasses:
BusinessProperty, SpliceConfig

public abstract class CompositeElement
extends java.lang.Object


Field Summary
protected  java.util.Dictionary<java.lang.String,BusinessProperty> childBusinessProps
           
 
Constructor Summary
CompositeElement()
           
 
Method Summary
 void addBusinessProperty(BusinessProperty businessProperty)
           
 BusinessProperty getBusinessProperty(java.lang.String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

childBusinessProps

protected java.util.Dictionary<java.lang.String,BusinessProperty> childBusinessProps
Constructor Detail

CompositeElement

public CompositeElement()
Method Detail

getBusinessProperty

public BusinessProperty getBusinessProperty(java.lang.String key)

addBusinessProperty

public void addBusinessProperty(BusinessProperty businessProperty)


Copyright © 2005 SourceForge.net. All Rights Reserved.