org.richfaces.cdk.templatecompiler.model
Class ModelBase

java.lang.Object
  extended by org.richfaces.cdk.templatecompiler.model.ModelBase

public class ModelBase
extends java.lang.Object

Author:
asmirnov@exadel.com

Constructor Summary
ModelBase()
           
 
Method Summary
 java.util.List<ModelBase> getChildren()
          

 void setChildren(java.util.List<ModelBase> children)
          

 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModelBase

public ModelBase()
Method Detail

getChildren

public java.util.List<ModelBase> getChildren()

Returns:
the children

setChildren

public void setChildren(java.util.List<ModelBase> children)

Parameters:
children - the children to set


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.