org.opennms.web.svclayer
Class PaletteCategory

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

public class PaletteCategory
extends Object

Author:
Mathew Brozowski

Constructor Summary
PaletteCategory()
           
PaletteCategory(String label)
           
 
Method Summary
 void addItem(PaletteItem item)
           
 List<PaletteItem> getItems()
           
 String getLabel()
           
 void setLabel(String label)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PaletteCategory

public PaletteCategory()

PaletteCategory

public PaletteCategory(String label)
Method Detail

getLabel

public String getLabel()

setLabel

public void setLabel(String label)

getItems

public List<PaletteItem> getItems()

addItem

public void addItem(PaletteItem item)


Copyright © 2009. All Rights Reserved.