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

cn.mapway.document.ui.client.test.HistoryData Maven / Gradle / Ivy

There is a newer version: 2.3.0
Show newest version
package cn.mapway.document.ui.client.test;

// TODO: Auto-generated Javadoc

/**
 * The Class HistoryData.
 */
public class HistoryData {

    /**
     * Instantiates a new history data.
     *
     * @param t the t
     * @param v the v
     */
    public HistoryData(String t, String v) {
		this.title = t;
		this.value = v;
	}

    /**
     * The title.
     */
    public String title;

    /**
     * The value.
     */
    public String value;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy