package com.eric.springlab; /** * Created with IntelliJ IDEA. * User: eric * Date: 8/6/12 * Time: 10:53 AM * To change this template use File | Settings | File Templates. */ public class MeetingFacilityConfiguration { boolean projector; boolean phone; boolean internetConnection; }