Class Entity
- java.lang.Object
-
- de.extio.spacecraft.shared.model.entity.container.Entity
-
public final class Entity extends Object
-
-
Constructor Summary
Constructors Constructor Description Entity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractEntityDef
getDefinition()
String
getName()
String
getType()
void
setDefinition(AbstractEntityDef definition)
void
setName(String name)
void
setType(String type)
String
toString()
-
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String name)
-
getType
public String getType()
-
setType
public void setType(String type)
-
getDefinition
public AbstractEntityDef getDefinition()
-
setDefinition
public void setDefinition(AbstractEntityDef definition)
-
-