public class Hat { private String type; public Hat(String hatType) { type = hatType; } }