org.opennms.web.map.config
Class Status
java.lang.Object
org.opennms.web.map.config.Status
- All Implemented Interfaces:
- Comparable
public class Status
- extends Object
- implements Comparable
- Author:
- mmigliore
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 |
Status
public Status(int id,
String uei,
String color,
String text)
compareTo
public int compareTo(Object otherStatus)
- Compares the Status to another in input by id.
- Specified by:
compareTo in interface Comparable
getColor
public String getColor()
setColor
public void setColor(String color)
getId
public int getId()
setId
public void setId(int id)
getText
public String getText()
setText
public void setText(String text)
getUei
public String getUei()
setUei
public void setUei(String uei)
Copyright © 2009. All Rights Reserved.