/** * */ package zendo.playground.dichallenge; /** * * * @author mocanu */ public class Order { int id; String name; Contract contract; }