package database; /** * This class contains information about a building's location. * I'm leaving it empty for now, as I'm not sure if the client wishes * for us to store data like lattitude and longitude in the db. * @author jroll * */ public abstract class Location { }