org.apache.shale.usecases.rolodex
Class QueryParam

java.lang.Object
  extended by org.apache.shale.usecases.rolodex.QueryParam

public class QueryParam
extends Object

This class simulates the classic struts FormBean. The request query parameter will be populated via the managed bean property setter injection.


Constructor Summary
QueryParam()
           
 
Method Summary
 String getSelectedName()
           
 String getTabIndex()
           
 void setSelectedName(String selectedName)
           
 void setTabIndex(String tabIndex)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryParam

public QueryParam()
Method Detail

getTabIndex

public String getTabIndex()
Returns:
Returns the tabIndex.

setTabIndex

public void setTabIndex(String tabIndex)
Parameters:
tabIndex - The tabIndex to set.

getSelectedName

public String getSelectedName()
Returns:
Returns the selectedName.

setSelectedName

public void setSelectedName(String selectedName)
Parameters:
selectedName - The selectedName to set.


Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.