/* * GlobalSettings.java * * Created on 25 de abril de 2010, 07:35 PM * * To change this template, choose Tools | Template Manager * and open the template in the editor. */ package gafetes.db; /** * * @author gateway */ public class GlobalSettings { /** Creates a new instance of GlobalSettings */ public GlobalSettings() { } public static String GetPrefix() { return "badge_"; } }