org.apache.jetspeed.prefs.impl
Class PersistenceBrokerPreferencesProvider.NodeCache

java.lang.Object
  extended byorg.apache.jetspeed.prefs.impl.PersistenceBrokerPreferencesProvider.NodeCache
All Implemented Interfaces:
Serializable
Enclosing class:
PersistenceBrokerPreferencesProvider

private static class PersistenceBrokerPreferencesProvider.NodeCache
extends Object
implements Serializable


Field Summary
(package private)  Collection children
           
(package private)  boolean childrenLoaded
           
(package private)  String fullpath
           
(package private)  org.apache.jetspeed.prefs.om.Node node
           
(package private)  int type
           
 
Constructor Summary
PersistenceBrokerPreferencesProvider.NodeCache(org.apache.jetspeed.prefs.om.Node node)
           
PersistenceBrokerPreferencesProvider.NodeCache(String fullpath, int type)
           
 
Method Summary
 boolean equals(Object obj)
           
 Collection getChildren()
           
 String getFullpath()
           
 org.apache.jetspeed.prefs.om.Node getNode()
           
 int getType()
           
 int hashCode()
           
 boolean isChildrenLoaded()
           
 void setChildren(Collection children)
           
 void setChildrenLoaded(boolean childrenLoaded)
           
 void setNode(org.apache.jetspeed.prefs.om.Node node)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

node

org.apache.jetspeed.prefs.om.Node node

fullpath

String fullpath

type

int type

childrenLoaded

boolean childrenLoaded

children

Collection children
Constructor Detail

PersistenceBrokerPreferencesProvider.NodeCache

public PersistenceBrokerPreferencesProvider.NodeCache(org.apache.jetspeed.prefs.om.Node node)

PersistenceBrokerPreferencesProvider.NodeCache

public PersistenceBrokerPreferencesProvider.NodeCache(String fullpath,
                                                      int type)
Method Detail

isChildrenLoaded

public boolean isChildrenLoaded()

setChildrenLoaded

public void setChildrenLoaded(boolean childrenLoaded)

getFullpath

public String getFullpath()

getNode

public org.apache.jetspeed.prefs.om.Node getNode()

setNode

public void setNode(org.apache.jetspeed.prefs.om.Node node)

getType

public int getType()

getChildren

public Collection getChildren()

setChildren

public void setChildren(Collection children)

equals

public boolean equals(Object obj)

hashCode

public int hashCode()


Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.