Class CO2Measure


  • public class CO2Measure
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private Unit unit  
      private double value  
    • Constructor Summary

      Constructors 
      Constructor Description
      CO2Measure()  
    • Field Detail

      • value

        private double value
      • unit

        private Unit unit
    • Constructor Detail

      • CO2Measure

        public CO2Measure()
    • Method Detail

      • getValue

        public double getValue()
      • setValue

        public void setValue​(double value)
      • getUnit

        public Unit getUnit()
      • setUnit

        public void setUnit​(Unit unit)
      • equals

        public boolean equals​(java.lang.Object object)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object