org.rhq.enterprise.gui.common.metric
Class AdvancedMetricSettingsUIBean

java.lang.Object
  extended by org.rhq.enterprise.gui.common.metric.AdvancedMetricSettingsUIBean

public class AdvancedMetricSettingsUIBean
extends Object


Constructor Summary
AdvancedMetricSettingsUIBean()
           
 
Method Summary
 void execute()
           
 int getDuration()
           
 String getDurationType()
           
 Date getFromTime()
           
 String getIntervalType()
           
 Date getToTime()
           
 Integer getUnit()
           
 void init()
           
 void setDuration(int duration)
           
 void setDurationType(String durationType)
           
 void setFromTime(Date fromTime)
           
 void setIntervalType(String intervalType)
           
 void setToTime(Date toTime)
           
 void setUnit(Integer unit)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdvancedMetricSettingsUIBean

public AdvancedMetricSettingsUIBean()
Method Detail

getDuration

public int getDuration()

setDuration

public void setDuration(int duration)

getUnit

public Integer getUnit()

setUnit

public void setUnit(Integer unit)

setIntervalType

public void setIntervalType(String intervalType)

getIntervalType

public String getIntervalType()

setDurationType

public void setDurationType(String durationType)

getDurationType

public String getDurationType()

getFromTime

public Date getFromTime()

setFromTime

public void setFromTime(Date fromTime)

getToTime

public Date getToTime()

setToTime

public void setToTime(Date toTime)

execute

public void execute()

init

public void init()


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.