View Javadoc
1   package org.kuali.common.util.identify;
2   
3   public interface Identifiable {
4   
5   	String getIdentifier();
6   
7   }