package fr.mch.mdo.restaurant.beans; public interface IMdoBeanIdentifiable extends IMdoBean { Long getId(); void setId(Long id); }