Class CustomVertex
- java.lang.Object
-
- org.opennms.netmgt.graph.domain.AbstractDomainVertex
-
- org.opennms.netmgt.graph.provider.persistence.CustomVertex
-
- All Implemented Interfaces:
NodeRefAware
,Vertex
public class CustomVertex extends AbstractDomainVertex
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.opennms.netmgt.graph.domain.AbstractDomainVertex
AbstractDomainVertex.AbstractDomainVertexBuilder<T extends AbstractDomainElementBuilder>
-
-
Field Summary
-
Fields inherited from class org.opennms.netmgt.graph.domain.AbstractDomainVertex
delegate
-
-
Constructor Summary
Constructors Constructor Description CustomVertex(GenericVertex genericVertex)
-
Method Summary
-
Methods inherited from class org.opennms.netmgt.graph.domain.AbstractDomainVertex
asGenericVertex, equals, getId, getLabel, getNamespace, getNodeRef, getVertexRef, hashCode, toString
-
-
-
-
Constructor Detail
-
CustomVertex
public CustomVertex(GenericVertex genericVertex)
-
-