Basket b = new Basket();
b.setElement(new Apple());
Apple apple = (Apple) b.getElement();
