package com.eric.springlab; /** * Created with IntelliJ IDEA. * User: eric * Date: 8/6/12 * Time: 10:37 AM * To change this template use File | Settings | File Templates. */ public class MeetingPlace { String name; MeetingFacilityConfiguration config; }