Class VertexRefEntity
- java.lang.Object
-
- org.opennms.netmgt.topology.persistence.api.VertexRefEntity
-
- All Implemented Interfaces:
Serializable
@Embeddable public class VertexRefEntity extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VertexRefEntity()
VertexRefEntity(String namespace, String id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getId()
String
getNamespace()
void
setId(String id)
void
setNamespace(String namespace)
-