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