com.sigh.utils.units.temperature
Class Temperature

java.lang.Object
  extended by com.sigh.utils.units.temperature.Temperature

public class Temperature
extends java.lang.Object


Constructor Summary
Temperature()
           
 
Method Summary
 float getCelsius()
           
 float getFarenheit()
           
 float getKelvin()
           
 void setCelsius(float aCelsiusValue)
           
 void setFarenheit(float aFarenheitValue)
           
 void setKelvin(float aKelvinValue)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Temperature

public Temperature()
Method Detail

getCelsius

public float getCelsius()

getFarenheit

public float getFarenheit()

getKelvin

public float getKelvin()

setCelsius

public void setCelsius(float aCelsiusValue)

setFarenheit

public void setFarenheit(float aFarenheitValue)

setKelvin

public void setKelvin(float aKelvinValue)