SMILA (incubation) API documentation

org.eclipse.smila.management.internal
Class ManagementTreeNodeImpl

java.lang.Object
  extended by org.eclipse.smila.management.internal.ManagementTreeNodeImpl
All Implemented Interfaces:
ManagementTreeNode
Direct Known Subclasses:
ManagementAgentLocationImpl, ManagementCategoryImpl

public abstract class ManagementTreeNodeImpl
extends java.lang.Object
implements ManagementTreeNode

The Class ManagementTreeNodeImpl.


Field Summary
protected  java.lang.String _path
          The _path.
 
Constructor Summary
ManagementTreeNodeImpl()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          
 java.lang.String getPath()
          Gets the path.
 int hashCode()
          
 java.lang.String toString()
          
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

_path

protected java.lang.String _path
The _path.

Constructor Detail

ManagementTreeNodeImpl

public ManagementTreeNodeImpl()
Method Detail

getPath

public java.lang.String getPath()
Gets the path.

Specified by:
getPath in interface ManagementTreeNode
Returns:
the path
See Also:
ManagementTreeNode.getPath()

equals

public boolean equals(java.lang.Object obj)

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

hashCode

public int hashCode()

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

toString

public java.lang.String toString()

Overrides:
toString in class java.lang.Object
See Also:
Object.toString()

SMILA (incubation) API documentation