19 package org.turro.contacts.stub;
21 import java.util.Date;
22 import org.turro.contacts.ContactService;
23 import org.turro.contacts.ContactServiceRole;
24 import org.turro.elephant.calendar.Periodicity;
25 import org.turro.reflection.stub.DefaultStub;
37 private String thematic;
38 private Date creation, startDate, endDate;
42 private int timesSent;
43 private double price, tax;
45 private String relatedURL;
48 silentlyInitializeValues(contactService);
88 this.thematic = thematic;
96 this.creation = creation;
104 this.startDate = startDate;
112 this.endDate = endDate;
128 this.contact = contact;
136 this.responsible = responsible;
144 this.timesSent = timesSent;
168 this.periodicity = periodicity;
176 this.relatedURL = relatedURL;