|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjavax.swing.tree.DefaultMutableTreeNode
com.finalist.jaggenerator.modules.BusinessMethod
Helper class for representing business methods.
| Nested Class Summary |
| Nested classes inherited from class javax.swing.tree.DefaultMutableTreeNode |
|
| Field Summary | |
(package private) static org.apache.commons.logging.Log |
log
|
| Fields inherited from class javax.swing.tree.DefaultMutableTreeNode |
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject |
| Constructor Summary | |
BusinessMethod()
|
|
BusinessMethod(Session parent)
Creates new form BeanForm |
|
BusinessMethod(Session parent,
org.w3c.dom.Element node)
Use for building up the entity field gui component |
|
| Method Summary | |
java.util.ArrayList |
getArgumentList()
get a list of all arguments of the BusinessArgument class. |
java.lang.String |
getDescription()
Get the method description. |
java.lang.String |
getMethodName()
Get the business method name. |
java.lang.String |
getMethodNameUpper()
Get the business method name in uppercase notation. |
javax.swing.JPanel |
getPanel()
|
java.lang.String |
getRefName()
|
java.lang.String |
getReturnType()
the return type of the method. |
java.lang.String |
getSignature()
|
void |
getXML(org.w3c.dom.Element el)
|
void |
setArgumentList(java.util.ArrayList argumentList)
Set the argument list. |
void |
setDescription(java.lang.String description)
Set the method description. |
void |
setMethodName(java.lang.String methodName)
Set the method name. |
void |
setReturnType(java.lang.String returnType)
Set the return type of the business method. |
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 |
static org.apache.commons.logging.Log log
| Constructor Detail |
public BusinessMethod(Session parent)
public BusinessMethod()
public BusinessMethod(Session parent,
org.w3c.dom.Element node)
| Method Detail |
public javax.swing.JPanel getPanel()
getPanel in interface JagBeanpublic java.lang.String getRefName()
getRefName in interface JagBeanpublic java.lang.String getSignature()
public void getXML(org.w3c.dom.Element el)
throws javax.xml.parsers.ParserConfigurationException
getXML in interface JagBeanjavax.xml.parsers.ParserConfigurationExceptionpublic java.lang.String getReturnType()
public void setReturnType(java.lang.String returnType)
returnType - public java.lang.String getMethodName()
public java.lang.String getMethodNameUpper()
public void setMethodName(java.lang.String methodName)
methodName - the name.public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - public java.util.ArrayList getArgumentList()
public void setArgumentList(java.util.ArrayList argumentList)
argumentList - public java.lang.String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||