1   package ixa.kaflib;
2   
3   public interface Relational {
4   
5       String getId();
6       String getStr();
7   
8   }