|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.rico.editor.datamodel.AbstractEntityData
public abstract class AbstractEntityData
Data model class of an entity for use in the editor.
Constructor Summary | |
---|---|
AbstractEntityData(MeshData mesh,
java.lang.String name,
java.lang.String scriptId)
|
Method Summary | |
---|---|
MeshData |
getMesh()
Returns the mesh that is used for this entity. |
java.lang.String |
getName()
Returns the entity's name. |
java.lang.String |
getScriptId()
Returns the reference id for this entity which is used in a script file. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractEntityData(MeshData mesh, java.lang.String name, java.lang.String scriptId)
Method Detail |
---|
public java.lang.String getName()
public MeshData getMesh()
public java.lang.String getScriptId()
java.lang.NullPointerException
- Occurs when no id has been specified for the
entity.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |