add draft classes for protocol management
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
package de.ul.swtp.modules.protocolmanagement;
|
||||
|
||||
import de.ul.swtp.modules.contactmanagement.Contact;
|
||||
|
||||
import java.security.Signature;
|
||||
import java.sql.Timestamp;
|
||||
import java.util.List;
|
||||
|
||||
public class Protocol {
|
||||
private List<Contact> presentMembers;
|
||||
private List<Contact> authors;
|
||||
private List<ProtocolEntry> entries;
|
||||
private Boolean isLocked;
|
||||
private Timestamp protocolDate;
|
||||
private Signature
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user