package gefp.model; import java.util.List; public class Cell { Long id; Plan plan; Runway runway; Stage stage; List checkpoints; }