package br.com.caelum.calopsita.model; import java.io.Serializable; public interface Identifiable { Serializable getId(); }