net.ontopia.topicmaps.webed.impl.utils
Class ActionResponseComposite
java.lang.Object
net.ontopia.topicmaps.webed.impl.utils.ActionResponseComposite
- All Implemented Interfaces:
- Serializable
public class ActionResponseComposite
- extends Object
- implements Serializable
INTERNAL: Container to store an action object together with a
action response type, which enables to store the forward
information as a triple consisting of (key: ActionResponseComposite
= action + response type, value: ActionForwardPageIF).
- See Also:
ActionGroup
,
Serialized Form
action
protected ActionInGroup action
responseType
protected Integer responseType
ActionResponseComposite
public ActionResponseComposite(ActionInGroup action,
int responseType)
getAction
public ActionInGroup getAction()
setAction
public void setAction(ActionInGroup action)
getResponseType
public int getResponseType()
setResponseType
public void setResponseType(int responseType)
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
Copyright © 2000-2012 Ontopia.