Package org.opennms.netmgt.graph
Class FocusEntity
- java.lang.Object
-
- org.opennms.netmgt.graph.FocusEntity
-
@Entity public class FocusEntity extends Object
-
-
Constructor Summary
Constructors Constructor Description FocusEntity()
FocusEntity(String type)
FocusEntity(String type, List<String> vertexIds)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getId()
String
getSelection()
String
getType()
List<String>
getVertexIds()
void
setId(Long id)
void
setSelection(String selection)
void
setSelection(List<String> vertexIds)
void
setType(String type)
-