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

com.eshore.uas.auth.Devel Maven / Gradle / Ivy

There is a newer version: 2.0.3
Show newest version
package com.eshore.uas.auth;

public class Devel {
	private String id;
	private String hash;
	private String key;
	public String getId() {
		return id;
	}
	public void setId(String id) {
		this.id = id;
	}
	public String getHash() {
		return hash;
	}
	public void setHash(String hash) {
		this.hash = hash;
	}
	public String getKey() {
		return key;
	}
	public void setKey(String key) {
		this.key = key;
	}
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy