Class NavigationState

java.lang.Object
org.exoplatform.portal.mop.navigation.NavigationState
All Implemented Interfaces:
Serializable

public class NavigationState extends Object implements Serializable
An immutable navigation state class.
Version:
$Revision$
Author:
Julien Viet
See Also:
  • Constructor Details

    • NavigationState

      public NavigationState(Integer priority)
  • Method Details

    • getPriority

      public Integer getPriority()
      Returns the navigation priority.
      Returns:
      the navigation priority
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object