/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

package drasa2editor;

/**
 *
 * @author mjw
 */
@Table(name = "%TABLENAME%")
public class %CLASSNAME% extends DatabaseEntity {

	private static final long serialVersionUID = 1L;

	%FIELDS%

	public %CLASSNAME%() {
    }
}
