org.opennms.web.map.config
Class LinkStatus

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

public class LinkStatus
extends Object

LinkStatus class.

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

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

LinkStatus

public LinkStatus(String id,
                  String color,
                  boolean flash)

Constructor for LinkStatus.

Parameters:
id - a String object.
color - a String object.
flash - a boolean.
Method Detail

getColor

public String getColor()

Getter for the field color.

Returns:
a String object.

setColor

public void setColor(String color)

Setter for the field color.

Parameters:
color - a String object.

getFlash

public boolean getFlash()

Getter for the field flash.

Returns:
a boolean.

setFlash

public void setFlash(boolean flash)

Setter for the field flash.

Parameters:
flash - a boolean.

getId

public String getId()

Getter for the field id.

Returns:
a String object.

setId

public void setId(String id)

Setter for the field id.

Parameters:
id - a String object.


Copyright © 2011. All Rights Reserved.