C E G S T

C

channel - Variable in class electronics.Television
The channel field represents the current channel being watched.

E

electronics - package electronics
 

G

getVolume() - Method in class electronics.Television
Accessor method for the volume field.

S

setVolume(int) - Method in class electronics.Television
Changes the volume as long as the parameter is a value between 0 and 10.

T

Television - class electronics.Television.
The Television class is used to represent a standard TV that contains a channel and volume setting.
Television() - Constructor for class electronics.Television
Constructs a Television object with a channel of 4 and volume 5.
Television(int, int) - Constructor for class electronics.Television
Constructs a Television object with a channel c and volume v.

C E G S T