TavernerPOS - Source Code

Clone: 

git clone http://www.librarysmith.co.uk/tavernerPOS

 

package com.floreantpos.model.dao;

import com.floreantpos.model.Restaurant;



public class RestaurantDAO extends BaseRestaurantDAO {

	/**
	 * Default constructor.  Can be used in place of getInstance()
	 */
	public RestaurantDAO () {}

	public static Restaurant getRestaurant() {
		return getInstance().get(Integer.valueOf(1));
	}
}

Add comment
These comments are moderated so so won't be published until reviewed.