- explain in two or more paragraph the code blow :
-
/**
* Heater project
* Simulate the behavior of a heater (thermostat)
*
* Modifications:
* List the modifications as you make them
*
* @author
* @version
*/public class Heater{
private int temperature;
private int minimum;
private int maximum;
private int increment;/**
* @return current temperature of the heater
*/
public int getTemperature(){
return temperature;
}/**
* @sets the current temperature of the heater
*/
public void setTemperature(int t){
temperature=t;
}/**
* @ gets the minimum temperature of the heater
*/
public int getMinimum(){
return minimum;
}/**
* @ sets the minimum temperature of the heater
*/
public void setMinimum(int t){
minimum=t;
}/**
* @ gets the maximum temperature of the heater
*/
public int getMaximum(){
return maximum;
}/**
* @ sets the maximum temperature of the heater
*/
public voidORPayPal Gateway not configured
ORPayPal Gateway not configured