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]*/ }