package br.com.cadastropessoal.vo; import java.io.Serializable; public interface Persistent { Serializable getId(); void setId(Serializable id); }