org.opennms.web.svclayer
Class Palette

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

public class Palette
extends Object

Author:
Mathew Brozowski

Constructor Summary
Palette()
           
Palette(String label)
           
 
Method Summary
 void addCategory(PaletteCategory category)
           
 List<PaletteCategory> getCategories()
           
 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

Palette

public Palette()

Palette

public Palette(String label)
Method Detail

getLabel

public String getLabel()

setLabel

public void setLabel(String label)

getCategories

public List<PaletteCategory> getCategories()

addCategory

public void addCategory(PaletteCategory category)


Copyright © 2009. All Rights Reserved.