Try calling the setTime() method from your main() method before the println() statements, something like:

tunaObject.setTime( 4, 5, 6 );

Once you see how that works, you may want to change the...