public interface Identifiable { T getId(); void setId(T t); }