@Entity public class BusinessServiceEdgeEntity extends Object implements EdgeEntity
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_WEIGHT |
Constructor and Description |
---|
BusinessServiceEdgeEntity() |
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(EdgeEntityVisitor<T> visitor) |
boolean |
equals(Object obj) |
boolean |
equalsDefinition(BusinessServiceEdgeEntity other)
Defines if the definition of the edge is equal to the given one.
|
BusinessServiceEntity |
getBusinessService() |
Long |
getId() |
AbstractMapFunctionEntity |
getMapFunction() |
Set<String> |
getReductionKeys() |
int |
getWeight() |
int |
hashCode() |
boolean |
isEnabled() |
void |
setBusinessService(BusinessServiceEntity service) |
void |
setEnabled(boolean enabled) |
void |
setId(Long id) |
void |
setMapFunction(AbstractMapFunctionEntity mapFunction) |
void |
setWeight(int weight) |
String |
toString() |
public static final int DEFAULT_WEIGHT
public Long getId()
public void setId(Long id)
public BusinessServiceEntity getBusinessService()
public void setBusinessService(BusinessServiceEntity service)
public boolean isEnabled()
isEnabled
in interface EdgeEntity
public void setEnabled(boolean enabled)
public int getWeight()
getWeight
in interface EdgeEntity
public Set<String> getReductionKeys()
getReductionKeys
in interface EdgeEntity
public void setWeight(int weight)
public AbstractMapFunctionEntity getMapFunction()
getMapFunction
in interface EdgeEntity
public void setMapFunction(AbstractMapFunctionEntity mapFunction)
public boolean equalsDefinition(BusinessServiceEdgeEntity other)
public <T> T accept(EdgeEntityVisitor<T> visitor)
accept
in interface EdgeEntity
Copyright © 2021. All rights reserved.