public class Hottub extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) boolean |
on |
(package private) int |
temperature |
Constructor and Description |
---|
Hottub() |
Modifier and Type | Method and Description |
---|---|
void |
circulate() |
void |
jetsOff() |
void |
jetsOn() |
void |
off() |
void |
on() |
void |
setTemperature(int temperature) |
boolean on
int temperature
public Hottub()