com.bowstreet.builders.webapp.pagelocation
Class PageLocationEntry

java.lang.Object
  extended by com.bowstreet.builders.webapp.pagelocation.PageLocationEntry

public class PageLocationEntry
extends java.lang.Object


Constructor Summary
PageLocationEntry(Page page, IXml location)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 IXml getLocation()
          Get the location that this entry refers to.
 Page getPage()
          Get the page that this entry refers to.
 int hashCode()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageLocationEntry

public PageLocationEntry(Page page,
                         IXml location)
Method Detail

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.