|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.finalist.jaggenerator.modules.BusinessArgument
Helper class for representing business arguments.
| Constructor Summary | |
BusinessArgument()
|
|
| Method Summary | |
java.lang.String |
getName()
get argument name. |
java.lang.String |
getType()
the return type of the argument. |
void |
setName(java.lang.String name)
set the argument name. |
void |
setType(java.lang.String type)
Set the type of the argument. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BusinessArgument()
| Method Detail |
public java.lang.String getType()
public void setType(java.lang.String type)
type - public java.lang.String getName()
public void setName(java.lang.String name)
name -
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||