org.apache.portals.gems.browser
Class ActionParameter
java.lang.Object
org.apache.portals.gems.browser.ActionParameter
- All Implemented Interfaces:
- Serializable
- public class ActionParameter
- extends Object
- implements Serializable
Action Parameter
- Version:
- $Id: ActionParameter.java 188235 2005-01-20 21:14:44Z taylor $
- Author:
- David Sean Taylor
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
name
String name
action
String action
type
String type
page
String page
ActionParameter
public ActionParameter(String name,
String action,
String type)
getName
public String getName()
getPage
public String getPage()
getAction
public String getAction()
getType
public String getType()
setName
public void setName(String name)
setAction
public void setAction(String action)
setType
public void setType(String type)
Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.