Entry terms and definitions.

Entry class attributes:

    comment
                - Default = required so nothing.
                - Larger text area.
                - What was done for this entry.

    dateDone
                - Default = now.
                - Precision = day.
                - Can be changed.
                - Date that person is reporting as the date entry was done.

    dateEntered
                - Default = now.
                - Precision = second.
                - Cannot be changed.
                - Date the entry was actually entered.

    durationHour
                - Default = 0.
                - Integer representing hours spent on this entry.

    durationMinute
                - Default = 0 
                - Integer representing minutes spent on this entry.

    enteredBy
                - Default = current person.
                - Cannot be changed.
                - Of Class Person.

    task        
                - The task this entry belongs to.
                - Of Class Task.

    entryType
                - Default = one of "Work Done", "Fault", "Production Note", "Work Request".
                - Default depends on where the entry comes from.
                - Of Class EntryType.

#Required actions.
Return a list of all entries for a Task.
