org.hyperic.hq.ui.beans
Class RelatedOptionBean
java.lang.Object
org.apache.struts.util.LabelValueBean
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
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)
|
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 |
RelatedOptionBean
public RelatedOptionBean(java.lang.Object label,
java.lang.Object value,
java.util.List relatedOptions)
getRelatedOptions
public java.util.List getRelatedOptions()
setRelatedOptions
public void setRelatedOptions(java.util.List relatedOptions)
Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.