org.gcube.informationsystem.glitebridge.resource.status
Class Site
java.lang.Object
org.gcube.informationsystem.glitebridge.resource.status.Site
public class Site
- extends java.lang.Object
- Author:
- Luca Frosini (ISTI-CNR)
|
Constructor Summary |
Site()
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Site
public Site()
getName
public java.lang.String getName()
- Returns:
- Site Name
setName
public void setName(java.lang.String name)
- Parameters:
name - Site Name
getServices
public java.util.List<Service> getServices()
- Returns:
- List of Service
setServices
public void setServices(java.util.List<Service> services)
- Parameters:
services - List of Service
getMetricGroups
public java.util.List<MetricGroup> getMetricGroups()
- Returns:
- List of MetricGroup
setMetricGroups
public void setMetricGroups(java.util.List<MetricGroup> metricGroups)
- Parameters:
metricGroups - List of MetricGroup