public interface Entity
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getExtId()
Gets the external Id of this
Entity . |
Id |
getId()
Gets the internal id of this
Entity . |
java.lang.String getExtId()
Entity
.
This external Id should be unique within an engine.Entity
.Id getId()
Entity
.Entity
..