com.finalist.jaggenerator.modules
Class BusinessArgument

java.lang.Object
  extended bycom.finalist.jaggenerator.modules.BusinessArgument

public class BusinessArgument
extends java.lang.Object

Helper class for representing business arguments.

Version:
$Revision: 1.1 $, $Date: 2004/12/22 11:23:01 $
Author:
Rudie Ekkelenkamp - Finalist IT Group

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

BusinessArgument

public BusinessArgument()
Method Detail

getType

public java.lang.String getType()
the return type of the argument.

Returns:

setType

public void setType(java.lang.String type)
Set the type of the argument.

Parameters:
type -

getName

public java.lang.String getName()
get argument name.

Returns:
the name.

setName

public void setName(java.lang.String name)
set the argument name.

Parameters:
name -


Copyright © 2003-2005 SourceForge. All Rights Reserved.