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

com.terapico.caf.WebUserContext Maven / Gradle / Ivy

The newest version!
package com.terapico.caf;

import java.util.List;
import java.util.Map;

public class WebUserContext implements UserContext {
	private String username;
	private String ipAddress;
	private Map cacheEntrys;
	private ListrequestLog;
	private ListrequestErrorLog;
	public List getRequestErrorLog() {
		return requestErrorLog;
	}
	public void setRequestErrorLog(List requestErrorLog) {
		this.requestErrorLog = requestErrorLog;
	}
	public String getUsername() {
		return username;
	}
	public void setUsername(String username) {
		this.username = username;
	}
	public String getIpAddress() {
		return ipAddress;
	}
	public void setIpAddress(String ipAddress) {
		this.ipAddress = ipAddress;
	}
	public Map getCacheEntrys() {
		return cacheEntrys;
	}
	public void setCacheEntrys(Map cacheEntrys) {
		this.cacheEntrys = cacheEntrys;
	}
	public List getRequestLog() {
		return requestLog;
	}
	public void setRequestLog(List requestLog) {
		this.requestLog = requestLog;
	}
	
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy