All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.gw.common.utils.CedaResultMap Maven / Gradle / Ivy

The newest version!
package com.gw.common.utils;

import java.util.ArrayList;
import java.util.HashMap;
import java.util.Hashtable;
import java.util.List;
import java.util.Map;

import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

public class CedaResultMap extends HashMap {

	/**
	 * 
	 */
	private static final long serialVersionUID = 1L;

	protected static Logger logger = LoggerFactory.getLogger(CedaResultMap.class);

	public Map data = new Hashtable();
	public List noPermitTopics = new ArrayList();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy