pt.despodata.java.webappl.actions.event
Class WhereStringBuildEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bysunw.util.EventObject
          extended bypt.despodata.java.webappl.actions.event.ActionEvent
              extended bypt.despodata.java.webappl.actions.event.WhereStringBuildEvent
All Implemented Interfaces:
java.io.Serializable

public class WhereStringBuildEvent
extends ActionEvent

WhereStringBuildEvent.java Company MoreData

Version:
$Revision: 1.1.1.1 $
Author:
pcarmo
See Also:
Serialized Form

Field Summary
static int WHERE_STRING_BUILD
           
 
Fields inherited from class pt.despodata.java.webappl.actions.event.ActionEvent
AFTER_ACTION, BEFORE_ACTION, NEXT_FREE_ACTION_TYPE
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
WhereStringBuildEvent(Action action, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.lang.String uri, ApplDataControl dao, java.lang.String whereString, java.lang.String whereClause, java.lang.String columnName, java.lang.String vfName, java.lang.String parameterName)
           
 
Method Summary
 java.lang.String getColumnName()
          Get the value of columnName.
 ApplDataControl getDataAccessObject()
          Get the value of dao.
 java.lang.String getParameterName()
          Get the value of parameterName.
 java.lang.String getVfName()
          Get the value of vfName.
 java.lang.String getWhereClause()
          Get the value of whereClause.
 java.lang.String getWhereString()
          Get the value of whereString.
 
Methods inherited from class pt.despodata.java.webappl.actions.event.ActionEvent
getEventType, getRequest, getUri, setEventType
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

WHERE_STRING_BUILD

public static final int WHERE_STRING_BUILD
See Also:
Constant Field Values
Constructor Detail

WhereStringBuildEvent

public WhereStringBuildEvent(Action action,
                             javax.servlet.http.HttpServletRequest request,
                             javax.servlet.http.HttpServletResponse response,
                             java.lang.String uri,
                             ApplDataControl dao,
                             java.lang.String whereString,
                             java.lang.String whereClause,
                             java.lang.String columnName,
                             java.lang.String vfName,
                             java.lang.String parameterName)
                      throws java.lang.IllegalArgumentException
Method Detail

getColumnName

public java.lang.String getColumnName()
Get the value of columnName.

Returns:
value of columnName.

getDataAccessObject

public ApplDataControl getDataAccessObject()
Get the value of dao.

Returns:
value of dao.

getParameterName

public java.lang.String getParameterName()
Get the value of parameterName.

Returns:
value of parameterName.

getVfName

public java.lang.String getVfName()
Get the value of vfName.

Returns:
value of vfName.

getWhereClause

public java.lang.String getWhereClause()
Get the value of whereClause.

Returns:
value of whereClause.

getWhereString

public java.lang.String getWhereString()
Get the value of whereString.

Returns:
value of whereString.