public Location getLocationDetails(String locationName, String locationLevelName) { Location location = new Location(); LocationLevel locationLevel = createLocationLevel(locationName, locationLevelName); location.setLocationLevel(locationLevel); return location; }