org.opennms.web.map.config
Class Link

java.lang.Object
  extended by org.opennms.web.map.config.Link

public class Link
extends Object

Link class.

Since:
1.8.1
Version:
$Id: $
Author:
Antonio Russo

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

Link

public Link(int id,
            String speed,
            String text,
            String width,
            int dasharray,
            int snmptype,
            String multilinkwidth,
            int multilinkdasharray)

Constructor for Link.

Parameters:
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

getMultilinkwidth

public String getMultilinkwidth()

Getter for the field multilinkwidth.

Returns:
a String object.

setMultilinkwidth

public void setMultilinkwidth(String multilinkwidth)

Setter for the field multilinkwidth.

Parameters:
multilinkwidth - a String object.

getMultilinkdasharray

public int getMultilinkdasharray()

Getter for the field multilinkdasharray.

Returns:
a int.

setMultilinkdasharray

public void setMultilinkdasharray(int multilinkdasharray)

Setter for the field multilinkdasharray.

Parameters:
multilinkdasharray - a int.

getId

public int getId()

Getter for the field id.

Returns:
a int.

setId

public void setId(int id)

Setter for the field id.

Parameters:
id - a int.

getDasharray

public int getDasharray()

Getter for the field dasharray.

Returns:
a int.

setDasharray

public void setDasharray(int dasharray)

Setter for the field dasharray.

Parameters:
dasharray - a int.

getSpeed

public String getSpeed()

Getter for the field speed.

Returns:
a String object.

setSpeed

public void setSpeed(String speed)

Setter for the field speed.

Parameters:
speed - a String object.

getText

public String getText()

Getter for the field text.

Returns:
a String object.

setText

public void setText(String text)

Setter for the field text.

Parameters:
text - a String object.

getWidth

public String getWidth()

Getter for the field width.

Returns:
a String object.

setWidth

public void setWidth(String width)

Setter for the field width.

Parameters:
width - a String object.

getSnmptype

public int getSnmptype()

Getter for the field snmptype.

Returns:
a int.

setSnmptype

public void setSnmptype(int snmptype)

Setter for the field snmptype.

Parameters:
snmptype - a int.


Copyright © 2011. All Rights Reserved.