com.bowstreet.builders.webapp.pagelocation
Class PageLocationEntry
java.lang.Object
com.bowstreet.builders.webapp.pagelocation.PageLocationEntry
public class PageLocationEntry
- extends java.lang.Object
-
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
PageLocationEntry
public PageLocationEntry(Page page,
IXml location)
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
getLocation
public IXml getLocation()
- Get the location that this entry refers to. This will be a node somewhere within the
contents of the Page.
- Returns:
- com.bowstreet.util.IXml The node to modify.
getPage
public Page getPage()
- Get the page that this entry refers to.
- Returns:
- com.bowstreet.webapp.Page
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
Copyright © 2009 IBM. All Rights Reserved.