B E G R S T W

B

BLUE - Static variable in class Watch
The colour blue.

E

equals(Object) - Method in class Watch
Tests if this watch is equal to the given object.

G

getColour() - Method in class Watch
Returns the colour of this watch.
getId() - Method in class Watch
Returns the id of this watch.
getOwner() - Method in class Watch
Returns the owner of this watch.
getTime() - Method in class Watch
Returns the time of this watch (the number of milliseconds since January 1, 1970).

R

RED - Static variable in class Watch
The colour red.

S

setOwner(String) - Method in class Watch
Sets the owner of this watch to the given owner.

T

toString() - Method in class Watch
Returns a string representation of this watch.

W

Watch - Class in <Unnamed>
This class represents a watch.
Watch(int, String) - Constructor for class Watch
Creates a watch with the given colour and owner and the current time.
Watch(String) - Constructor for class Watch
Creates a white watch with the current time and the given owner.
WHITE - Static variable in class Watch
The colour white.

B E G R S T W