Package org.opennms.netmgt.graph
Class VertexEntity
- java.lang.Object
-
- org.opennms.netmgt.graph.AbstractGraphEntity
-
- org.opennms.netmgt.graph.VertexEntity
-
@Entity public class VertexEntity extends AbstractGraphEntity
-
-
Constructor Summary
Constructors Constructor Description VertexEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getId()
returns the business id of the VertexEntity.void
setId(java.lang.String id)
returns the business id of the VertexEntity.-
Methods inherited from class org.opennms.netmgt.graph.AbstractGraphEntity
getNamespace, getProperties, getProperty, getPropertyValue, mergeProperties, setNamespace, setProperties, setProperty
-
-