/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.eas.client.settings; /** * * @author mg */ public class SettingsConstants { public static final String CLIENT_SETTINGS_NODE = "com/eas/client/settings"; public static final String REPORT_PRINT_COMMAND = "reportPrintCommand"; public static final String REPORT_RUN_COMMAND = "reportRunCommand"; public static final String COMMON_ENCODING = "UTF-8"; }