org.apache.portals.gems.browser
Class ActionParameter

java.lang.Object
  extended byorg.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

Field Summary
(package private)  String action
           
(package private)  String name
           
(package private)  String page
           
private static long serialVersionUID
           
(package private)  String type
           
 
Constructor Summary
ActionParameter(String name, String action, String type)
           
 
Method Summary
 String getAction()
           
 String getName()
           
 String getPage()
           
 String getType()
           
 void setAction(String action)
           
 void setName(String name)
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

name

String name

action

String action

type

String type

page

String page
Constructor Detail

ActionParameter

public ActionParameter(String name,
                       String action,
                       String type)
Method Detail

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.