org.apache.wicket
Class PageId

java.lang.Object
  extended by org.apache.wicket.PageId
All Implemented Interfaces:
java.io.Serializable, IClusterable

public final class PageId
extends java.lang.Object
implements IClusterable

Unique identifier of a page instance

Author:
igor.vaynberg
See Also:
Serialized Form

Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getPageMapName()
          Gets pageMapName.
 int getPageNumber()
          Gets pageId.
 int getPageVersion()
          Gets pageVersion.
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getPageMapName

public java.lang.String getPageMapName()
Gets pageMapName.

Returns:
pageMapName

getPageNumber

public int getPageNumber()
Gets pageId.

Returns:
pageId

getPageVersion

public int getPageVersion()
Gets pageVersion.

Returns:
pageVersion

hashCode

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

equals

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


Copyright © 2004-2009 Apache Software Foundation. All Rights Reserved.