org.apache.jetspeed.container.state.impl
Class PortletWindowExtendedNavigationalState.ModeStateKey

java.lang.Object
  extended by org.apache.jetspeed.container.state.impl.PortletWindowExtendedNavigationalState.ModeStateKey
All Implemented Interfaces:
Serializable
Enclosing class:
PortletWindowExtendedNavigationalState

private static final class PortletWindowExtendedNavigationalState.ModeStateKey
extends Object
implements Serializable


Field Summary
private  int hashCode
           
private  String mode
           
private  String state
           
 
Constructor Summary
PortletWindowExtendedNavigationalState.ModeStateKey(javax.portlet.PortletMode mode, javax.portlet.WindowState state)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mode

private final String mode

state

private final String state

hashCode

private final int hashCode
Constructor Detail

PortletWindowExtendedNavigationalState.ModeStateKey

public PortletWindowExtendedNavigationalState.ModeStateKey(javax.portlet.PortletMode mode,
                                                           javax.portlet.WindowState state)
Method Detail

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.