|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.web.map.config.LinkStatus
public class LinkStatus
LinkStatus class.
| Constructor Summary | |
|---|---|
LinkStatus(String id,
String color,
boolean flash)
Constructor for LinkStatus. |
|
| Method Summary | |
|---|---|
String |
getColor()
Getter for the field color. |
boolean |
getFlash()
Getter for the field flash. |
String |
getId()
Getter for the field id. |
void |
setColor(String color)
Setter for the field color. |
void |
setFlash(boolean flash)
Setter for the field flash. |
void |
setId(String id)
Setter for the field id. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LinkStatus(String id,
String color,
boolean flash)
Constructor for LinkStatus.
id - a String object.color - a String object.flash - a boolean.| Method Detail |
|---|
public String getColor()
Getter for the field color.
String object.public void setColor(String color)
Setter for the field color.
color - a String object.public boolean getFlash()
Getter for the field flash.
public void setFlash(boolean flash)
Setter for the field flash.
flash - a boolean.public String getId()
Getter for the field id.
String object.public void setId(String id)
Setter for the field id.
id - a String object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||