1 2 package test; 3 4 5 8 public interface TestingEntityLocalBusiness { 9 public abstract String getKey(); 10 11 void setCmpTestField1x(java.lang.String cmpTestField1x); 12 13 java.lang.String getCmpTestField1x(); 14 15 int getCmpTestField2x(); 16 17 String testBusinessMethod1(); 18 19 String testBusinessMethod2(String a, boolean b) throws Exception ; 20 21 } 22 | Popular Tags |