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

org.n52.sensorthings.ThingProperties Maven / Gradle / Ivy

There is a newer version: 1.0.0-alpha.9
Show newest version
package org.n52.sensorthings;

/**
 * TODO JavaDoc
 * @author Christian Autermann
 */
public class ThingProperties {

    private String displayName;

    /**
     * @return the displayName
     */
    public String getDisplayName() {
        return displayName;
    }

    /**
     * @param displayName the displayName to set
     */
    public void setDisplayName(String displayName) {
        this.displayName = displayName;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy