TavernerPOS - Source Code

Clone: 

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

 

package com.floreantpos.model;

import com.floreantpos.model.base.BaseGratuity;



public class Gratuity extends BaseGratuity {
	private static final long serialVersionUID = 1L;

/*[CONSTRUCTOR MARKER BEGIN]*/
	public Gratuity () {
		super();
	}

	/**
	 * Constructor for primary key
	 */
	public Gratuity (java.lang.Integer id) {
		super(id);
	}

/*[CONSTRUCTOR MARKER END]*/


}

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