Class ApplicationEdgeImpl
- java.lang.Object
-
- org.opennms.netmgt.bsm.service.internal.edge.AbstractEdge<ApplicationEdgeEntity>
-
- org.opennms.netmgt.bsm.service.internal.edge.ApplicationEdgeImpl
-
- All Implemented Interfaces:
ApplicationEdge
,Edge
public class ApplicationEdgeImpl extends AbstractEdge<ApplicationEdgeEntity> implements ApplicationEdge
-
-
Field Summary
-
Fields inherited from interface org.opennms.netmgt.bsm.service.model.edge.Edge
DEFAULT_WEIGHT
-
-
Constructor Summary
Constructors Constructor Description ApplicationEdgeImpl(BusinessServiceManager manager, ApplicationEdgeEntity entity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> T
accept(EdgeVisitor<T> visitor)
Application
getApplication()
java.lang.String
getFriendlyName()
java.util.Set<java.lang.String>
getReductionKeys()
void
setApplication(Application application)
java.lang.String
toString()
-
Methods inherited from class org.opennms.netmgt.bsm.service.internal.edge.AbstractEdge
delete, equals, getEntity, getId, getManager, getMapFunction, getOperationalStatus, getSource, getWeight, hashCode, setMapFunction, setSource, setWeight
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.opennms.netmgt.bsm.service.model.edge.Edge
delete, getId, getMapFunction, getOperationalStatus, getSource, getWeight, setMapFunction, setSource, setWeight
-
-
-
-
Constructor Detail
-
ApplicationEdgeImpl
public ApplicationEdgeImpl(BusinessServiceManager manager, ApplicationEdgeEntity entity)
-
-
Method Detail
-
getApplication
public Application getApplication()
- Specified by:
getApplication
in interfaceApplicationEdge
-
setApplication
public void setApplication(Application application)
- Specified by:
setApplication
in interfaceApplicationEdge
-
getReductionKeys
public java.util.Set<java.lang.String> getReductionKeys()
- Specified by:
getReductionKeys
in interfaceEdge
-
toString
public java.lang.String toString()
- Overrides:
toString
in classAbstractEdge<ApplicationEdgeEntity>
-
getFriendlyName
public java.lang.String getFriendlyName()
- Specified by:
getFriendlyName
in interfaceEdge
-
accept
public <T> T accept(EdgeVisitor<T> visitor)
-
-