Class AbstractEdgeRef
- java.lang.Object
-
- org.opennms.features.topology.api.topo.AbstractRef
-
- org.opennms.features.topology.api.topo.AbstractEdgeRef
-
- Direct Known Subclasses:
AbstractEdge
public class AbstractEdgeRef extends AbstractRef implements EdgeRef
-
-
Field Summary
-
Fields inherited from class org.opennms.features.topology.api.topo.AbstractRef
m_id
-
-
Constructor Summary
Constructors Constructor Description AbstractEdgeRef(java.lang.String namespace, java.lang.String id)
Deprecated.Specify a useful label for the objectAbstractEdgeRef(java.lang.String namespace, java.lang.String id, java.lang.String label)
AbstractEdgeRef(EdgeRef ref)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
java.lang.String
toString()
-
Methods inherited from class org.opennms.features.topology.api.topo.AbstractRef
compareTo, getId, getLabel, getNamespace, hashCode, setLabel
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.opennms.features.topology.api.topo.Ref
getId, getLabel, getNamespace
-
-
-
-
Constructor Detail
-
AbstractEdgeRef
public AbstractEdgeRef(EdgeRef ref)
-
AbstractEdgeRef
public AbstractEdgeRef(java.lang.String namespace, java.lang.String id, java.lang.String label)
-
AbstractEdgeRef
public AbstractEdgeRef(java.lang.String namespace, java.lang.String id)
Deprecated.Specify a useful label for the object
-
-
Method Detail
-
equals
public final boolean equals(java.lang.Object obj)
- Overrides:
equals
in classAbstractRef
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-