org.hyperic.hq.appdef.shared
Class DependencyNode
java.lang.Object
org.hyperic.hq.appdef.shared.DependencyNode
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable
public class DependencyNode
- extends java.lang.Object
- implements java.io.Serializable, java.lang.Comparable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DependencyNode
public DependencyNode(AppService appService,
java.util.List deps)
hasChildren
public boolean hasChildren()
getChildren
public java.util.List getChildren()
getChildCount
public int getChildCount()
getAppService
public AppService getAppService()
isCluster
public boolean isCluster()
getServicePK
public java.lang.Integer getServicePK()
getId
public java.lang.Integer getId()
getService
public Service getService()
getEntityId
public AppdefEntityID getEntityId()
getName
public java.lang.String getName()
getDescription
public java.lang.String getDescription()
isEntryPoint
public boolean isEntryPoint()
addChild
public void addChild(AppService depSvc)
getRemovedChildren
public java.util.List getRemovedChildren()
removeChild
public void removeChild(AppService aDep)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
compareTo
public int compareTo(java.lang.Object arg0)
- Specified by:
compareTo
in interface java.lang.Comparable
Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.