@Entity public class SingleReductionKeyEdgeEntity extends BusinessServiceEdgeEntity
DEFAULT_WEIGHT
Constructor and Description |
---|
SingleReductionKeyEdgeEntity() |
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(EdgeEntityVisitor<T> visitor) |
boolean |
equalsDefinition(BusinessServiceEdgeEntity other)
Defines if the definition of the edge is equal to the given one.
|
String |
getFriendlyName() |
String |
getReductionKey() |
Set<String> |
getReductionKeys() |
void |
setFriendlyName(String friendlyName) |
void |
setReductionKey(String reductionKey) |
String |
toString() |
equals, getBusinessService, getId, getMapFunction, getWeight, hashCode, isEnabled, setBusinessService, setEnabled, setId, setMapFunction, setWeight
public void setReductionKey(String reductionKey)
public String getReductionKey()
public Set<String> getReductionKeys()
getReductionKeys
in interface EdgeEntity
getReductionKeys
in class BusinessServiceEdgeEntity
@Size(min=0, max=30) public String getFriendlyName()
public void setFriendlyName(String friendlyName)
public String toString()
toString
in class BusinessServiceEdgeEntity
public boolean equalsDefinition(BusinessServiceEdgeEntity other)
BusinessServiceEdgeEntity
equalsDefinition
in class BusinessServiceEdgeEntity
public <T> T accept(EdgeEntityVisitor<T> visitor)
accept
in interface EdgeEntity
accept
in class BusinessServiceEdgeEntity
Copyright © 2021. All rights reserved.