View Javadoc
1   package pk.lucidxpo.ynami.persistence.model;
2   
3   public interface Identifiable {
4   	String getId();
5   }