Modifier and Type |
Method and Description |
void |
addDocument(GUIDocument newDoc) |
void |
addParticipant(GUIUser newPart) |
Date |
getCompletionDate() |
String |
getCreator() |
long |
getCreatorId() |
Date |
getDeadline() |
String |
getDescription() |
GUIDocument |
getDocument(long id) |
GUIDocument[] |
getDocuments() |
Date |
getExpirationDate() |
int |
getFrequency() |
long |
getId() |
Long |
getParentId() |
GUIUser |
getParticipant(long id) |
GUIUser[] |
getParticipants() |
int |
getRemindTime() |
String |
getRemindUnit() |
Date |
getStartDate() |
int |
getStatus() |
String |
getSubType() |
String |
getTitle() |
String |
getType() |
void |
removeDocument(long docId) |
void |
removeParticipant(long id) |
void |
setCompletionDate(Date completionDate) |
void |
setCreator(String creator) |
void |
setCreatorId(long creatorId) |
void |
setDeadline(Date deadline) |
void |
setDescription(String description) |
void |
setDocuments(GUIDocument[] documents) |
void |
setExpirationDate(Date expirationDate) |
void |
setFrequency(int frequency) |
void |
setId(long id) |
void |
setParentId(Long parentId) |
void |
setParticipants(GUIUser[] participants) |
void |
setRemindTime(int remindTime) |
void |
setRemindUnit(String remindUnit) |
void |
setStartDate(Date startDate) |
void |
setStatus(int status) |
void |
setSubType(String subType) |
void |
setTitle(String title) |
void |
setType(String type) |
String |
toString() |