Package dev.soffa.foundation.data
Interface EntityModel
-
- All Superinterfaces:
EntityLifecycle
- All Known Implementing Classes:
Journal,PendingJob
public interface EntityModel extends EntityLifecycle
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default java.util.DategetCreated()java.lang.StringgetId()default voidsetCreated(java.util.Date date)voidsetId(java.lang.String value)-
Methods inherited from interface dev.soffa.foundation.data.EntityLifecycle
onInsert, onSave, onUpdate
-
-