Class ReductionKeyEdgeImpl
- java.lang.Object
-
- org.opennms.netmgt.bsm.service.internal.edge.AbstractEdge<SingleReductionKeyEdgeEntity>
-
- org.opennms.netmgt.bsm.service.internal.edge.ReductionKeyEdgeImpl
-
- All Implemented Interfaces:
Edge
,ReductionKeyEdge
public class ReductionKeyEdgeImpl extends AbstractEdge<SingleReductionKeyEdgeEntity> implements ReductionKeyEdge
-
-
Field Summary
-
Fields inherited from interface org.opennms.netmgt.bsm.service.model.edge.Edge
DEFAULT_WEIGHT
-
-
Constructor Summary
Constructors Constructor Description ReductionKeyEdgeImpl(BusinessServiceManager manager, SingleReductionKeyEdgeEntity entity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> T
accept(EdgeVisitor<T> visitor)
String
getFriendlyName()
String
getReductionKey()
Set<String>
getReductionKeys()
void
setFriendlyName(String friendlyName)
void
setReductionKey(String reductionKey)
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
-
ReductionKeyEdgeImpl
public ReductionKeyEdgeImpl(BusinessServiceManager manager, SingleReductionKeyEdgeEntity entity)
-
-
Method Detail
-
getReductionKeys
public Set<String> getReductionKeys()
- Specified by:
getReductionKeys
in interfaceEdge
-
getReductionKey
public String getReductionKey()
- Specified by:
getReductionKey
in interfaceReductionKeyEdge
-
setReductionKey
public void setReductionKey(String reductionKey)
- Specified by:
setReductionKey
in interfaceReductionKeyEdge
-
toString
public String toString()
- Overrides:
toString
in classAbstractEdge<SingleReductionKeyEdgeEntity>
-
setFriendlyName
public void setFriendlyName(String friendlyName)
- Specified by:
setFriendlyName
in interfaceReductionKeyEdge
-
getFriendlyName
public String getFriendlyName()
- Specified by:
getFriendlyName
in interfaceEdge
- Specified by:
getFriendlyName
in interfaceReductionKeyEdge
-
accept
public <T> T accept(EdgeVisitor<T> visitor)
-
-