Line | |
---|
1 | Entry terms and definitions. |
---|
2 | |
---|
3 | Entry class attributes: |
---|
4 | |
---|
5 | comment |
---|
6 | - Default = required so nothing. |
---|
7 | - Larger text area. |
---|
8 | - What was done for this entry. |
---|
9 | |
---|
10 | dateDone |
---|
11 | - Default = now. |
---|
12 | - Precision = day. |
---|
13 | - Can be changed. |
---|
14 | - Date that person is reporting as the date entry was done. |
---|
15 | |
---|
16 | dateEntered |
---|
17 | - Default = now. |
---|
18 | - Precision = second. |
---|
19 | - Cannot be changed. |
---|
20 | - Date the entry was actually entered. |
---|
21 | |
---|
22 | durationHour |
---|
23 | - Default = 0. |
---|
24 | - Integer representing hours spent on this entry. |
---|
25 | |
---|
26 | durationMinute |
---|
27 | - Default = 0 |
---|
28 | - Integer representing minutes spent on this entry. |
---|
29 | |
---|
30 | enteredBy |
---|
31 | - Default = current person. |
---|
32 | - Cannot be changed. |
---|
33 | - Of Class Person. |
---|
34 | |
---|
35 | task |
---|
36 | - The task this entry belongs to. |
---|
37 | - Of Class Task. |
---|
38 | |
---|
39 | entryType |
---|
40 | - Default = one of "Work Done", "Fault", "Production Note", "Work Request". |
---|
41 | - Default depends on where the entry comes from. |
---|
42 | - Of Class EntryType. |
---|
43 | |
---|
44 | #Required actions. |
---|
45 | Return a list of all entries for a Task. |
---|
Note: See
TracBrowser
for help on using the repository browser.