net.ontopia.topicmaps.webed.impl.utils
Class ForwardPageResponseComposite

java.lang.Object
  extended by net.ontopia.topicmaps.webed.impl.utils.ForwardPageResponseComposite
All Implemented Interfaces:
java.io.Serializable

public class ForwardPageResponseComposite
extends java.lang.Object
implements java.io.Serializable

INTERNAL: Container to store an action forward page object together with a action response type, which enables to store the forward information as a triple consisting of (key: forward id, value = forward page + response type).

See Also:
ActionConfigContentHandler, Serialized Form

Field Summary
protected  ActionForwardPageIF forwardPage
           
protected  java.lang.Integer responseType
           
 
Constructor Summary
ForwardPageResponseComposite(ActionForwardPageIF forwardPage, int responseType)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 ActionForwardPageIF getForwardPage()
           
 int getResponseType()
           
 int hashCode()
           
 void setForwardPage(ActionForwardPageIF forwardPage)
           
 void setResponseType(int responseType)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

forwardPage

protected ActionForwardPageIF forwardPage

responseType

protected java.lang.Integer responseType
Constructor Detail

ForwardPageResponseComposite

public ForwardPageResponseComposite(ActionForwardPageIF forwardPage,
                                    int responseType)
Method Detail

getForwardPage

public ActionForwardPageIF getForwardPage()

setForwardPage

public void setForwardPage(ActionForwardPageIF forwardPage)

getResponseType

public int getResponseType()

setResponseType

public void setResponseType(int responseType)

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


Copyright © 2000-2012 Ontopia.