com.hack23.cia.web.action.user
Class SearchAction

Package class diagram package SearchAction
java.lang.Object
  extended by com.hack23.cia.web.action.common.AbstractAction
      extended by com.hack23.cia.web.action.user.AbstractUserAction
          extended by com.hack23.cia.web.action.user.AbstractParliamentAction
              extended by com.hack23.cia.web.action.user.SearchAction
All Implemented Interfaces:
ControllerAction, Serializable

public class SearchAction
extends AbstractParliamentAction

The Class SearchAction.

See Also:
Serialized Form

Constructor Summary
SearchAction(String searchString)
          Instantiates a new search action.
 
Method Summary
 String getSearchString()
          Gets the search string.
 
Methods inherited from class com.hack23.cia.web.action.common.AbstractAction
getActionCategory, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SearchAction

public SearchAction(String searchString)
Instantiates a new search action.

Parameters:
searchString - the search string
Method Detail

getSearchString

public final String getSearchString()
Gets the search string.

Returns:
the search string


Copyright © 2008-2009 www.hack23.com. All Rights Reserved.