package fr.titionfire.ffsaf.data.model; public interface LoggableModel { Long getId(); String getObjectName(); LogModel.ObjectType getObjectType(); }