Package org.opennms.web.svclayer.support
Class DefaultAdminApplicationService.ServiceEditModel
- java.lang.Object
-
- org.opennms.web.svclayer.support.DefaultAdminApplicationService.ServiceEditModel
-
- Enclosing class:
- DefaultAdminApplicationService
public static class DefaultAdminApplicationService.ServiceEditModel extends Object
-
-
Constructor Summary
Constructors Constructor Description ServiceEditModel(OnmsMonitoredService service, List<OnmsApplication> applications)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<OnmsApplication>
getApplications()
OnmsMonitoredService
getService()
List<OnmsApplication>
getSortedApplications()
-
-
-
Constructor Detail
-
ServiceEditModel
public ServiceEditModel(OnmsMonitoredService service, List<OnmsApplication> applications)
-
-
Method Detail
-
getService
public OnmsMonitoredService getService()
-
getApplications
public List<OnmsApplication> getApplications()
-
getSortedApplications
public List<OnmsApplication> getSortedApplications()
-
-