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

org.epos.library.covjson.Description Maven / Gradle / Ivy

The newest version!
package org.epos.library.covjson;

public class Description {
	
	public String en;

	public Description(String en) {
		super();
		this.en = en;
	}

	public String getEn() {
		return en;
	}

	public void setEn(String en) {
		this.en = en;
	}
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy