Package tech.muyan.api
Interface DynamicDomainEntity
-
public interface DynamicDomainEntity
Domain entity that can be dynamically created.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Long
getId()
Get the id of the entity.void
setId(java.lang.Long id)
Set the id of the entity.
-