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

com.quincy.auth.o.User Maven / Gradle / Ivy

There is a newer version: 1.0.7
Show newest version
package com.quincy.auth.o;

public interface User {
	public Long getId();
	public String getPassword();
	public void setJsessionid(String jsessionid);
	public String getJsessionid();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy