Class ApplicationImpl
- java.lang.Object
-
- org.opennms.netmgt.bsm.service.internal.ApplicationImpl
-
- All Implemented Interfaces:
Application
public class ApplicationImpl extends java.lang.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(java.lang.Object obj)
java.lang.String
getApplicationName()
OnmsApplication
getEntity()
int
getId()
java.util.Set<IpService>
getIpServices()
java.util.Set<java.lang.Integer>
getNodeIds()
java.util.Set<java.lang.String>
getReductionKeys()
int
hashCode()
java.lang.String
toString()
-
-
-
Constructor Detail
-
ApplicationImpl
public ApplicationImpl(BusinessServiceManager manager, OnmsApplication entity)
-
-
Method Detail
-
getApplicationName
public java.lang.String getApplicationName()
- Specified by:
getApplicationName
in interfaceApplication
-
getEntity
public OnmsApplication getEntity()
-
getId
public int getId()
- Specified by:
getId
in interfaceApplication
-
getReductionKeys
public java.util.Set<java.lang.String> getReductionKeys()
- Specified by:
getReductionKeys
in interfaceApplication
-
getIpServices
public java.util.Set<IpService> getIpServices()
- Specified by:
getIpServices
in interfaceApplication
-
getNodeIds
public java.util.Set<java.lang.Integer> getNodeIds()
- Specified by:
getNodeIds
in interfaceApplication
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-