org.opennms.web.svclayer
Class PaletteCategory

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

public class PaletteCategory
extends Object

PaletteCategory class.

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

Constructor Summary
PaletteCategory()
          Constructor for PaletteCategory.
PaletteCategory(String label)
          Constructor for PaletteCategory.
 
Method Summary
 void addItem(PaletteItem item)
          addItem
 List<PaletteItem> getItems()
          getItems
 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

PaletteCategory

public PaletteCategory()

Constructor for PaletteCategory.


PaletteCategory

public PaletteCategory(String label)

Constructor for PaletteCategory.

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.

getItems

public List<PaletteItem> getItems()

getItems

Returns:
a List object.

addItem

public void addItem(PaletteItem item)

addItem

Parameters:
item - a PaletteItem object.


Copyright © 2011. All Rights Reserved.