Hyperic HQ Plugin API v. 4.4.0.2

org.hyperic.hq.ui.beans
Class RelatedOptionBean

java.lang.Object
  extended by org.apache.struts.util.LabelValueBean
      extended by org.hyperic.hq.ui.beans.RelatedOptionBean
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public final class RelatedOptionBean
extends org.apache.struts.util.LabelValueBean

Bean for a drop-down that controls another drop down. It is a LabelValueBean, but also a List of LabelValueBean objects.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.util.LabelValueBean
CASE_INSENSITIVE_ORDER
 
Constructor Summary
RelatedOptionBean(java.lang.Object label, java.lang.Object value, java.util.List relatedOptions)
           
 
Method Summary
 java.util.List getRelatedOptions()
           
 void setRelatedOptions(java.util.List relatedOptions)
           
 
Methods inherited from class org.apache.struts.util.LabelValueBean
compareTo, equals, getLabel, getValue, hashCode, setLabel, setValue, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RelatedOptionBean

public RelatedOptionBean(java.lang.Object label,
                         java.lang.Object value,
                         java.util.List relatedOptions)
Method Detail

getRelatedOptions

public java.util.List getRelatedOptions()

setRelatedOptions

public void setRelatedOptions(java.util.List relatedOptions)

Hyperic HQ Plugin API v. 4.4.0.2

Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.