ApplicationConstants.java

10 lines | 269 B Blame History Raw Download
package com.salesmanager.web.constants;

public class ApplicationConstants {
	
	public final static String POPULATE_TEST_DATA = "POPULATE_TEST_DATA";
	public final static String TEST_DATA_LOADED = "TEST_DATA_LOADED";
	public final static int MAX_DOWNLOAD_DAYS = 30;

}