public class IpServiceEdgeImpl extends AbstractEdge<IPServiceEdgeEntity> implements IpServiceEdge
DEFAULT_WEIGHT
Constructor and Description |
---|
IpServiceEdgeImpl(BusinessServiceManager manager,
IPServiceEdgeEntity entity) |
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(EdgeVisitor<T> visitor) |
String |
getFriendlyName() |
IpService |
getIpService() |
Set<String> |
getReductionKeys() |
void |
setFriendlyName(String friendlyName) |
void |
setIpService(IpService ipService) |
String |
toString() |
delete, equals, getEntity, getId, getManager, getMapFunction, getOperationalStatus, getSource, getWeight, hashCode, setMapFunction, setSource, setWeight
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
delete, getId, getMapFunction, getOperationalStatus, getSource, getWeight, setMapFunction, setSource, setWeight
public IpServiceEdgeImpl(BusinessServiceManager manager, IPServiceEdgeEntity entity)
public IpService getIpService()
getIpService
in interface IpServiceEdge
public void setIpService(IpService ipService)
setIpService
in interface IpServiceEdge
public Set<String> getReductionKeys()
getReductionKeys
in interface Edge
public String toString()
toString
in class AbstractEdge<IPServiceEdgeEntity>
public void setFriendlyName(String friendlyName)
setFriendlyName
in interface IpServiceEdge
public String getFriendlyName()
getFriendlyName
in interface Edge
getFriendlyName
in interface IpServiceEdge
public <T> T accept(EdgeVisitor<T> visitor)
Copyright © 2021. All rights reserved.