I have the following two classes:
public class Station{ private String id; private String description; private boolean isTerminus;