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

net.anotheria.moskito.webui.threshold.resource.StatusForm Maven / Gradle / Ivy

There is a newer version: 4.0.3
Show newest version
package net.anotheria.moskito.webui.threshold.resource;

import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import java.util.List;

/**
 * TODO comment this class
 *
 * @author lrosenberg
 * @since 15.02.13 16:10
 */
@XmlRootElement
public class StatusForm {
	public List getThresholdNames() {
		return thresholdNames;
	}

	public void setThresholdNames(List thresholdNames) {
		this.thresholdNames = thresholdNames;
	}

	@XmlElement
	private List thresholdNames;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy