package fr.opensagres.mongodb.ide.core.model; public interface IModelIdentity { String getId(); String getName(); String getLabel(); }