|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.web.map.config.Status
public class Status
Status class.
| Constructor Summary | |
|---|---|
Status(int id,
String uei,
String color,
String text)
Constructor for Status. |
|
| Method Summary | |
|---|---|
int |
compareTo(Object otherStatus)
Compares the Status to another in input by id. |
String |
getColor()
Getter for the field color. |
int |
getId()
Getter for the field id. |
String |
getText()
Getter for the field text. |
String |
getUei()
Getter for the field uei. |
void |
setColor(String color)
Setter for the field color. |
void |
setId(int id)
Setter for the field id. |
void |
setText(String text)
Setter for the field text. |
void |
setUei(String uei)
Setter for the field uei. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Status(int id,
String uei,
String color,
String text)
Constructor for Status.
id - a int.uei - a String object.color - a String object.text - a String object.| Method Detail |
|---|
public int compareTo(Object otherStatus)
compareTo in interface Comparablepublic String getColor()
Getter for the field color.
String object.public void setColor(String color)
Setter for the field color.
color - a String object.public int getId()
Getter for the field id.
public void setId(int id)
Setter for the field id.
id - a int.public String getText()
Getter for the field text.
String object.public void setText(String text)
Setter for the field text.
text - a String object.public String getUei()
Getter for the field uei.
String object.public void setUei(String uei)
Setter for the field uei.
uei - a String object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||