net.sourceforge.sqlunit.beans
Class Arg

java.lang.Object
  extended by net.sourceforge.sqlunit.beans.Arg

public class Arg
extends java.lang.Object

The Arg bean models an Object whose member variables are the attributes of the arg element.

Version:
$Revision: 1.2 $
Author:
Sujit Pal (spal@users.sourceforge.net)

Constructor Summary
Arg()
          Default constructor.
 
Method Summary
 java.lang.String getName()
          Returns the arg name.
 java.lang.String getType()
          Returns the arg type.
 java.lang.String getValue()
          Returns the arg value.
 void setName(java.lang.String name)
          Sets the arg name.
 void setType(java.lang.String type)
          Sets the arg type.
 void setValue(java.lang.String value)
          Sets the arg value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Arg

public Arg()
Default constructor.

Method Detail

getName

public final java.lang.String getName()
Returns the arg name.

Returns:
the arg name.

setName

public final void setName(java.lang.String name)
Sets the arg name.

Parameters:
name - the arg name.

getValue

public final java.lang.String getValue()
Returns the arg value.

Returns:
the arg value.

setValue

public final void setValue(java.lang.String value)
Sets the arg value.

Parameters:
value - the arg value.

getType

public final java.lang.String getType()
Returns the arg type.

Returns:
the arg type.

setType

public final void setType(java.lang.String type)
Sets the arg type.

Parameters:
type - the arg type.