Class ApplicationImpl
- java.lang.Object
-
- org.opennms.netmgt.bsm.service.internal.ApplicationImpl
-
- All Implemented Interfaces:
Application
public class ApplicationImpl extends Object implements Application
-
-
Constructor Summary
Constructors Constructor Description ApplicationImpl(BusinessServiceManager manager, OnmsApplication entity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getApplicationName()
OnmsApplication
getEntity()
int
getId()
Set<IpService>
getIpServices()
Set<Integer>
getNodeIds()
Set<String>
getReductionKeys()
int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
ApplicationImpl
public ApplicationImpl(BusinessServiceManager manager, OnmsApplication entity)
-
-
Method Detail
-
getApplicationName
public String getApplicationName()
- Specified by:
getApplicationName
in interfaceApplication
-
getEntity
public OnmsApplication getEntity()
-
getId
public int getId()
- Specified by:
getId
in interfaceApplication
-
getReductionKeys
public Set<String> getReductionKeys()
- Specified by:
getReductionKeys
in interfaceApplication
-
getIpServices
public Set<IpService> getIpServices()
- Specified by:
getIpServices
in interfaceApplication
-
getNodeIds
public Set<Integer> getNodeIds()
- Specified by:
getNodeIds
in interfaceApplication
-
-