@Entity public class OnmsApplication extends Object implements Comparable<OnmsApplication>
Constructor and Description |
---|
OnmsApplication() |
Modifier and Type | Method and Description |
---|---|
void |
addMonitoredService(OnmsMonitoredService service) |
void |
addPerspectiveLocation(OnmsMonitoringLocation perspectiveLocation) |
int |
compareTo(OnmsApplication o) |
boolean |
equals(Object obj) |
Integer |
getId() |
Set<OnmsMonitoredService> |
getMonitoredServices() |
String |
getName() |
Set<OnmsMonitoringLocation> |
getPerspectiveLocations() |
int |
hashCode() |
void |
removeMonitoredService(OnmsMonitoredService service) |
void |
setId(Integer id) |
void |
setMonitoredServices(Set<OnmsMonitoredService> services) |
void |
setName(String name) |
void |
setPerspectiveLocations(Set<OnmsMonitoringLocation> perspectiveLocations) |
String |
toString() |
public Integer getId()
public void setId(Integer id)
public String getName()
public void setName(String name)
public Set<OnmsMonitoredService> getMonitoredServices()
public void setMonitoredServices(Set<OnmsMonitoredService> services)
public void addMonitoredService(OnmsMonitoredService service)
public void removeMonitoredService(OnmsMonitoredService service)
public Set<OnmsMonitoringLocation> getPerspectiveLocations()
public void setPerspectiveLocations(Set<OnmsMonitoringLocation> perspectiveLocations)
public void addPerspectiveLocation(OnmsMonitoringLocation perspectiveLocation)
public int compareTo(OnmsApplication o)
compareTo
in interface Comparable<OnmsApplication>
Copyright © 2021. All rights reserved.