
Palm::Timesheet::EntryRecord - A Timesheet record entry

Encapsulates a timesheet record. Access is allowed with some getters and setters. You can also create a new() record from scratch or rely upon a PDB record to create one from.
Create a new record with the following arguments:
my %args = {
client => $index_in_client_list,
project => $index_in_project_list,
task => $index_in_task_list,
hour => 2,
min => 30,
comment => 'A lot of work, that documenting!',
chargeable => 1
};
Create one from a PDB record
Serialize into a PDB record.

Copyright (c) 2001, Johan Van den Brande. All Rights Reserved. This module is free software. It may be used, redistributed and/or modified under the same terms as Perl itself.