net.sf.msplice.model
Class BusinessProperty

java.lang.Object
  extended by net.sf.msplice.model.CompositeElement
      extended by net.sf.msplice.model.BusinessProperty

public class BusinessProperty
extends CompositeElement


Field Summary
 
Fields inherited from class net.sf.msplice.model.CompositeElement
childBusinessProps
 
Constructor Summary
BusinessProperty()
           
 
Method Summary
 java.lang.Object accept(IVisitor visitor)
           
 void addViewProperty(ViewProperty viewProperty)
           
 java.lang.String getName()
           
 ViewProperty getViewProperty(java.lang.String key)
           
 void setName(java.lang.String name)
           
 
Methods inherited from class net.sf.msplice.model.CompositeElement
addBusinessProperty, getBusinessProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BusinessProperty

public BusinessProperty()
Method Detail

accept

public java.lang.Object accept(IVisitor visitor)
                        throws SpliceException
Throws:
SpliceException

getViewProperty

public ViewProperty getViewProperty(java.lang.String key)

addViewProperty

public void addViewProperty(ViewProperty viewProperty)

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)


Copyright © 2005 SourceForge.net. All Rights Reserved.