Package banner.types
Class Entity
- java.lang.Object
-
- banner.types.Entity
-
public class Entity extends Object
-
-
Constructor Summary
Constructors Constructor Description Entity(String id, EntityType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddName(EntityName name)booleanequals(Object o)EntityTypegetEntityType()StringgetId()Set<EntityName>getNames()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
Entity
public Entity(String id, EntityType type)
-
-
Method Detail
-
addName
public void addName(EntityName name)
-
getId
public String getId()
-
getEntityType
public EntityType getEntityType()
-
getNames
public Set<EntityName> getNames()
-
-