net.mlw.vlh.web.tag
Class TableInfo

java.lang.Object
  extended bynet.mlw.vlh.web.tag.TableInfo

public class TableInfo
extends Object

Version:
$Revision: 1.9 $ $Date: 2005/11/23 14:51:53 $
Author:
Matthew L. Wilson

Field Summary
static String DEFAULT_ID
           
 
Constructor Summary
TableInfo(String id)
          Default constructor.
 
Method Summary
 ValueListConfigBean getConfig()
           
 String getId()
           
 String getName()
           
 javax.servlet.jsp.PageContext getPageContext()
           
 Map getParameters()
           
 String getUrl()
          Gets the base url that the links are build upon.
 void setConfig(ValueListConfigBean config)
           
 void setId(String id)
           
 void setName(String name)
           
 void setPageContext(javax.servlet.jsp.PageContext pageContext)
           
 void setUrl(String url)
          Sets the base url that the links are build upon.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_ID

public static final String DEFAULT_ID
See Also:
Constant Field Values
Constructor Detail

TableInfo

public TableInfo(String id)
Default constructor.

Method Detail

getUrl

public String getUrl()
Gets the base url that the links are build upon.

Returns:
The base url that the links are build upon.

setUrl

public void setUrl(String url)
Sets the base url that the links are build upon.

Parameters:
url - The base url that the links are build upon.

getParameters

public Map getParameters()
Returns:
Returns the parameters.

getName

public String getName()
Returns:
Returns the name.

setName

public void setName(String name)
Parameters:
name - The name to set.

getId

public String getId()
Returns:
Returns the id.

setId

public void setId(String id)
Parameters:
id - The id to set.

getConfig

public ValueListConfigBean getConfig()
Returns:
Returns the config.

getPageContext

public javax.servlet.jsp.PageContext getPageContext()
Returns:
Returns the pageContext.

setConfig

public void setConfig(ValueListConfigBean config)
Parameters:
config - The config to set.

setPageContext

public void setPageContext(javax.servlet.jsp.PageContext pageContext)
Parameters:
pageContext - The pageContext to set.


Copyright © 2003-2006 mlavilson. All Rights Reserved.