public class AdvancedMetricSettingsUIBean extends Object
| Constructor and Description |
|---|
AdvancedMetricSettingsUIBean() |
| Modifier and Type | Method and Description |
|---|---|
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) |
public int getDuration()
public void setDuration(int duration)
public Integer getUnit()
public void setUnit(Integer unit)
public void setIntervalType(String intervalType)
public String getIntervalType()
public void setDurationType(String durationType)
public String getDurationType()
public Date getFromTime()
public void setFromTime(Date fromTime)
public Date getToTime()
public void setToTime(Date toTime)
public void execute()
public void init()
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.