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

de.dagere.kopeme.kopemedata.MeasuredValue Maven / Gradle / Ivy

There is a newer version: 1.4.1
Show newest version
package de.dagere.kopeme.kopemedata;

public class MeasuredValue {
   private long startTime;
   private long value;

   public long getStartTime() {
      return startTime;
   }

   public void setStartTime(long startTime) {
      this.startTime = startTime;
   }

   public long getValue() {
      return value;
   }

   public void setValue(long value) {
      this.value = value;
   }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy