net.spy.jwebkit.struts
Class DBSPAction.Parameter

java.lang.Object
  extended by net.spy.SpyObject
      extended by net.spy.jwebkit.struts.DBSPAction.Parameter
Enclosing class:
DBSPAction

public static final class DBSPAction.Parameter
extends net.spy.SpyObject


Constructor Summary
DBSPAction.Parameter(int t, java.lang.String name, java.lang.String v)
          Get a Parameter by type and name.
 
Method Summary
 java.lang.String getName()
          Get the name of this paramter.
 java.lang.String getParam()
          Get the parameter as will need to be constructed for a URL parameter.
 int getType()
          Get the JDBC type of this argument.
 java.lang.String getValue()
          Get the value of this parameter.
 java.lang.String toString()
          String me.
 
Methods inherited from class net.spy.SpyObject
getLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DBSPAction.Parameter

public DBSPAction.Parameter(int t,
                            java.lang.String name,
                            java.lang.String v)
Get a Parameter by type and name.

Parameters:
t - the JDBC type
name - the name of the parameter
v - the value of this parameter
Method Detail

toString

public java.lang.String toString()
String me.

Overrides:
toString in class java.lang.Object

getType

public int getType()
Get the JDBC type of this argument.


getName

public java.lang.String getName()
Get the name of this paramter.


getValue

public java.lang.String getValue()
Get the value of this parameter.


getParam

public java.lang.String getParam()
                          throws javax.servlet.ServletException
Get the parameter as will need to be constructed for a URL parameter.

Throws:
javax.servlet.ServletException


Copyright © 1995-2007 SPY Internetworking. All Rights Reserved.