org.opennms.web.svclayer
Class PaletteItem

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

public class PaletteItem
extends Object

Author:
Mathew Brozowski, DJ Gregor

Field Summary
static PaletteItem SPACER
           
 
Constructor Summary
  PaletteItem(String id, String label)
           
protected PaletteItem(String id, String label, boolean spacer)
           
 
Method Summary
 String getId()
           
 String getLabel()
           
 boolean isSpacer()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SPACER

public static final PaletteItem SPACER
Constructor Detail

PaletteItem

protected PaletteItem(String id,
                      String label,
                      boolean spacer)

PaletteItem

public PaletteItem(String id,
                   String label)
Method Detail

getLabel

public String getLabel()

getId

public String getId()

isSpacer

public boolean isSpacer()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009. All Rights Reserved.