org.opennms.web.svclayer
Class Palette

java.lang.Object
  extended by org.opennms.web.svclayer.Palette

public class Palette
extends Object

Palette class.

Since:
1.8.1
Version:
$Id: $
Author:
Mathew Brozowski

Constructor Summary
Palette()
          Constructor for Palette.
Palette(String label)
          Constructor for Palette.
 
Method Summary
 void addCategory(PaletteCategory category)
          addCategory
 List<PaletteCategory> getCategories()
          getCategories
 String getLabel()
          getLabel
 void setLabel(String label)
          setLabel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Palette

public Palette()

Constructor for Palette.


Palette

public Palette(String label)

Constructor for Palette.

Parameters:
label - a String object.
Method Detail

getLabel

public String getLabel()

getLabel

Returns:
a String object.

setLabel

public void setLabel(String label)

setLabel

Parameters:
label - a String object.

getCategories

public List<PaletteCategory> getCategories()

getCategories

Returns:
a List object.

addCategory

public void addCategory(PaletteCategory category)

addCategory

Parameters:
category - a PaletteCategory object.


Copyright © 2011. All Rights Reserved.