|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.web.map.config.Link
public class Link
Link class.
| Constructor Summary | |
|---|---|
Link(int id,
String speed,
String text,
String width,
int dasharray,
int snmptype,
String multilinkwidth,
int multilinkdasharray)
Constructor for Link. |
|
| Method Summary | |
|---|---|
int |
getDasharray()
Getter for the field dasharray. |
int |
getId()
Getter for the field id. |
int |
getMultilinkdasharray()
Getter for the field multilinkdasharray. |
String |
getMultilinkwidth()
Getter for the field multilinkwidth. |
int |
getSnmptype()
Getter for the field snmptype. |
String |
getSpeed()
Getter for the field speed. |
String |
getText()
Getter for the field text. |
String |
getWidth()
Getter for the field width. |
void |
setDasharray(int dasharray)
Setter for the field dasharray. |
void |
setId(int id)
Setter for the field id. |
void |
setMultilinkdasharray(int multilinkdasharray)
Setter for the field multilinkdasharray. |
void |
setMultilinkwidth(String multilinkwidth)
Setter for the field multilinkwidth. |
void |
setSnmptype(int snmptype)
Setter for the field snmptype. |
void |
setSpeed(String speed)
Setter for the field speed. |
void |
setText(String text)
Setter for the field text. |
void |
setWidth(String width)
Setter for the field width. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Link(int id,
String speed,
String text,
String width,
int dasharray,
int snmptype,
String multilinkwidth,
int multilinkdasharray)
Constructor for Link.
id - a int.speed - a String object.text - a String object.width - a String object.dasharray - a int.snmptype - a int.multilinkwidth - a String object.multilinkdasharray - a int.| Method Detail |
|---|
public String getMultilinkwidth()
Getter for the field multilinkwidth.
String object.public void setMultilinkwidth(String multilinkwidth)
Setter for the field multilinkwidth.
multilinkwidth - a String object.public int getMultilinkdasharray()
Getter for the field multilinkdasharray.
public void setMultilinkdasharray(int multilinkdasharray)
Setter for the field multilinkdasharray.
multilinkdasharray - a int.public int getId()
Getter for the field id.
public void setId(int id)
Setter for the field id.
id - a int.public int getDasharray()
Getter for the field dasharray.
public void setDasharray(int dasharray)
Setter for the field dasharray.
dasharray - a int.public String getSpeed()
Getter for the field speed.
String object.public void setSpeed(String speed)
Setter for the field speed.
speed - a String object.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 getWidth()
Getter for the field width.
String object.public void setWidth(String width)
Setter for the field width.
width - a String object.public int getSnmptype()
Getter for the field snmptype.
public void setSnmptype(int snmptype)
Setter for the field snmptype.
snmptype - a int.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||