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

com.jeesuite.gateway.model.Tenant Maven / Gradle / Ivy

The newest version!
package com.jeesuite.gateway.model;

import com.jeesuite.common.model.IdNamePair;

public class Tenant extends IdNamePair {

	private String type;

	public String getType() {
		return type;
	}

	public void setType(String type) {
		this.type = type;
	}
	
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy