org.opennms.web.map.view
Class VElementInfo
java.lang.Object
org.opennms.web.map.view.VElementInfo
- All Implemented Interfaces:
- Cloneable
public class VElementInfo
- extends Object
- implements Cloneable
- Author:
- Antonio Russo
TODO To change the template for this generated type comment go to Window -
Preferences - Java - Code Style - Code Templates
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VElementInfo
public VElementInfo(int id,
String uei,
int severity,
String label)
- Parameters:
id - uei - severity - label -
VElementInfo
public VElementInfo(int id,
String uei,
int severity)
- Parameters:
id - uei - severity -
getLabel
public String getLabel()
getId
public int getId()
getSeverity
public int getSeverity()
getUei
public String getUei()
Copyright © 2009. All Rights Reserved.