TavernerPOS - Source Code

Clone: 

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

 

package com.floreantpos.model;

import com.floreantpos.model.base.BasePayoutRecepient;



public class PayoutRecepient extends BasePayoutRecepient {
	private static final long serialVersionUID = 1L;

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

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

/*[CONSTRUCTOR MARKER END]*/

	@Override
	public String toString() {
		return getName();
	}
}

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