package gefp.model; import java.util.List; public class Department { Long id; String name; Plan currentPlan; List plans; }