Hyperic HQ Plugin API v. 4.4.0.2

org.hyperic.hq.ui.beans
Class DashboardControlBean

java.lang.Object
  extended by org.hyperic.hq.ui.beans.DashboardControlBean
All Implemented Interfaces:
java.io.Serializable

public final class DashboardControlBean
extends java.lang.Object
implements java.io.Serializable

Bean to hold alert values from AlertValue and AlertDefinitionValue

See Also:
Serialized Form

Constructor Summary
DashboardControlBean()
           
 
Method Summary
 ControlSchedule getControl()
          Getter for property control.
 AppdefResourceValue getResource()
          Getter for property resource.
 void setControl(ControlSchedule control)
          Setter for property control.
 void setResource(AppdefResourceValue resource)
          Setter for property resource.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DashboardControlBean

public DashboardControlBean()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getResource

public AppdefResourceValue getResource()
Getter for property resource.

Returns:
Value of property resource.

setResource

public void setResource(AppdefResourceValue resource)
Setter for property resource.

Parameters:
resource - New value of property resource.

getControl

public ControlSchedule getControl()
Getter for property control.

Returns:
Value of property control.

setControl

public void setControl(ControlSchedule control)
Setter for property control.

Parameters:
control - New value of property control.

Hyperic HQ Plugin API v. 4.4.0.2

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