package org.dbflute.erflute.editor.model; /** * @author modified by jflute (originated in ermaster) */ public interface ObjectModel { String getObjectType(); String getName(); // as display name String getDescription(); }