org.pentaho.di.core.xml
Class XMLHandlerCacheEntry

java.lang.Object
  extended by org.pentaho.di.core.xml.XMLHandlerCacheEntry

public class XMLHandlerCacheEntry
extends Object

This is an entry in an XMLHandlerCache

Since:
22-Apr-2006
Author:
Matt

Constructor Summary
XMLHandlerCacheEntry(Node parentNode, String tag)
           
 
Method Summary
 boolean equals(Object object)
           
 Node getParentNode()
           
 String getTag()
           
 int hashCode()
           
 void setParentNode(Node parentNode)
           
 void setTag(String tag)
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLHandlerCacheEntry

public XMLHandlerCacheEntry(Node parentNode,
                            String tag)
Parameters:
parentNode - The parent node
tag - The tag
Method Detail

getParentNode

public Node getParentNode()
Returns:
Returns the parentNode.

setParentNode

public void setParentNode(Node parentNode)
Parameters:
parentNode - The parentNode to set.

getTag

public String getTag()
Returns:
Returns the tag.

setTag

public void setTag(String tag)
Parameters:
tag - The tag to set.

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object