package de.memtext.baseobjects; /** * * @author MB * */ public interface NamedIdObjectI extends NamedObjectI, IdObjectI { }