package br.com.caelum.calopsita.model; public interface FromProject extends Identifiable { Project getProject(); }