com.finalist.jaggenerator.modules
Class Root

java.lang.Object
  extended byjavax.swing.tree.DefaultMutableTreeNode
      extended bycom.finalist.jaggenerator.modules.Root
All Implemented Interfaces:
java.lang.Cloneable, JagBean, javax.swing.tree.MutableTreeNode, java.io.Serializable, javax.swing.tree.TreeNode

public class Root
extends javax.swing.tree.DefaultMutableTreeNode
implements JagBean

Author:
hillie
See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class javax.swing.tree.DefaultMutableTreeNode
 
Field Summary
 App app
           
 Config config
          Creates new form BeanForm
 Datasource datasource
           
 Paths paths
           
 
Fields inherited from class javax.swing.tree.DefaultMutableTreeNode
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject
 
Constructor Summary
Root()
           
Root(org.w3c.dom.Document doc)
           
 
Method Summary
 java.util.ArrayList getEntityEjbs()
          return all Entity EJBs.
 javax.swing.JPanel getPanel()
           
 java.lang.String getRefName()
           
 java.util.ArrayList getRefs()
           
 java.lang.String getRootPackage()
          Getter for property rootPackage.
 java.util.ArrayList getSessionEjbs()
          return all Session EJBs.
 void getXML(org.w3c.dom.Element el)
           
 void setEntityEjbs(java.util.ArrayList entities)
          return all Session EJBs.
 void setRootPackage(java.lang.String rootPackage)
          Setter for property rootPackage.
 void setSessionEjbs(java.util.ArrayList sessions)
          return all Session EJBs.
 java.lang.String toString()
           
 
Methods inherited from class javax.swing.tree.DefaultMutableTreeNode
add, breadthFirstEnumeration, children, clone, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getChildCount, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPathToRoot, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, insert, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObject
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

config

public Config config
Creates new form BeanForm


app

public App app

paths

public Paths paths

datasource

public Datasource datasource
Constructor Detail

Root

public Root()

Root

public Root(org.w3c.dom.Document doc)
Method Detail

toString

public java.lang.String toString()

getPanel

public javax.swing.JPanel getPanel()
Specified by:
getPanel in interface JagBean

getXML

public void getXML(org.w3c.dom.Element el)
            throws javax.xml.parsers.ParserConfigurationException
Specified by:
getXML in interface JagBean
Throws:
javax.xml.parsers.ParserConfigurationException

getRootPackage

public java.lang.String getRootPackage()
Getter for property rootPackage.

Returns:
Value of property rootPackage.

setRootPackage

public void setRootPackage(java.lang.String rootPackage)
Setter for property rootPackage.

Parameters:
rootPackage - New value of property rootPackage.

getRefName

public java.lang.String getRefName()
Specified by:
getRefName in interface JagBean

getSessionEjbs

public java.util.ArrayList getSessionEjbs()
return all Session EJBs.


setSessionEjbs

public void setSessionEjbs(java.util.ArrayList sessions)
return all Session EJBs.


getEntityEjbs

public java.util.ArrayList getEntityEjbs()
return all Entity EJBs.


setEntityEjbs

public void setEntityEjbs(java.util.ArrayList entities)
return all Session EJBs.


getRefs

public java.util.ArrayList getRefs()


Copyright © 2003-2005 SourceForge. All Rights Reserved.