public class Entity extends Object
| Constructor and Description |
|---|
Entity(String id,
EntityType type) |
| Modifier and Type | Method and Description |
|---|---|
void |
addName(EntityName name) |
boolean |
equals(Object o) |
EntityType |
getEntityType() |
String |
getId() |
Set<EntityName> |
getNames() |
int |
hashCode() |
String |
toString() |
public Entity(String id, EntityType type)
public void addName(EntityName name)
public String getId()
public EntityType getEntityType()
public Set<EntityName> getNames()
Copyright © 2018 JULIE Lab, Germany. All rights reserved.