|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.web.svclayer.Palette
public class Palette
Palette class.
| 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 |
|---|
public Palette()
Constructor for Palette.
public Palette(String label)
Constructor for Palette.
label - a String object.| Method Detail |
|---|
public String getLabel()
getLabel
String object.public void setLabel(String label)
setLabel
label - a String object.public List<PaletteCategory> getCategories()
getCategories
List object.public void addCategory(PaletteCategory category)
addCategory
category - a PaletteCategory object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||