19 package org.turro.contacts.stub;
21 import java.util.Date;
23 import org.turro.contacts.Convocation;
24 import org.turro.reflection.stub.DefaultStub;
25 import org.turro.reflection.stub.StubSet;
34 private String entityPath;
35 private boolean online, publishable;
36 private String name, location, onlineUrl;
37 private java.util.Date callDate, endDate;
40 private String icalIdentifier;
41 private Set<AttendeeStub> attendees =
new StubSet<>(
AttendeeStub.class);
44 silentlyInitializeValues(convocation);
60 this.entityPath = entityPath;
76 this.publishable = publishable;
92 this.location = location;
100 this.onlineUrl = onlineUrl;
108 this.callDate = callDate;
116 this.endDate = endDate;
132 this.organizer = organizer;
136 return icalIdentifier;
140 this.icalIdentifier = icalIdentifier;
148 this.attendees = attendees;