-
- All Known Implementing Classes:
ModelEntityImpl
public interface ModelEntityEntity as a component of a model.- Author:
- harald
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EntitygetEntity()Gets the entity.java.lang.StringgetFileName()Gets the filename.booleanhasChanged()Returns whether the modelfile has changed.
-
-
-
Method Detail
-
getEntity
Entity getEntity()
Gets the entity.- Returns:
- the entity
-
getFileName
java.lang.String getFileName()
Gets the filename.- Returns:
- the filename
-
hasChanged
boolean hasChanged()
Returns whether the modelfile has changed.- Returns:
- true if changed
-
-