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

org.daisy.pipeline.client.models.script.Homepage Maven / Gradle / Ivy

There is a newer version: 5.0.1
Show newest version
package org.daisy.pipeline.client.models.script;

/** A homepage. */
public class Homepage {
	public String href;
	public String desc;
	public Homepage(String href, String desc) {
		this.href = href;
		this.desc = desc;
	}
	public String toString() {
		return ""+desc+"";
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy