public class Link extends Object
Link class.
Constructor and Description |
---|
Link(int id,
String speed,
String text,
String width,
int dasharray,
int snmptype,
String multilinkwidth,
int multilinkdasharray)
Constructor for Link.
|
Modifier and Type | Method and Description |
---|---|
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 . |
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 void setSpeed(String speed)
Setter for the field speed
.
speed
- a String
object.public void setText(String text)
Setter for the field text
.
text
- a 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.Copyright © 2015. All rights reserved.