1 7 package com.inversoft.verge.mvc.model; 8 9 10 import java.util.Map ; 11 12 13 36 public interface MetaData { 37 38 43 String getID(); 44 45 51 String getDefinition(); 52 53 58 Map getExtraParams(); 59 60 66 String getProperty(); 67 68 74 void setProperty(String property); 75 76 84 ModelHandler getModelHandler(); 85 86 94 String getModelSystem(); 95 } | Popular Tags |