|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.web.map.config.Avail
public class Avail
Avail class.
| Constructor Summary | |
|---|---|
Avail(int id,
int min,
String color)
Constructor for Avail. |
|
| Method Summary | |
|---|---|
int |
compareTo(Object otherAvail)
Compares the Avail to another in input by min. |
String |
getColor()
Getter for the field color. |
int |
getId()
Getter for the field id. |
int |
getMin()
Getter for the field min. |
boolean |
isFlash()
isFlash |
void |
setColor(String color)
Setter for the field color. |
void |
setFlash(boolean flash)
Setter for the field flash. |
void |
setId(int id)
Setter for the field id. |
void |
setMin(int min)
Setter for the field min. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Avail(int id,
int min,
String color)
Constructor for Avail.
id - a int.min - a int.color - a String object.| Method Detail |
|---|
public int compareTo(Object otherAvail)
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 int getMin()
Getter for the field min.
public void setMin(int min)
Setter for the field min.
min - a int.public boolean isFlash()
isFlash
public void setFlash(boolean flash)
Setter for the field flash.
flash - a boolean.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||