19 package org.turro.contacts.stub;
21 import java.util.Date;
22 import org.turro.contacts.BusinessRelation;
23 import org.turro.reflection.stub.DefaultStub;
31 private String description, relationType;
32 private boolean preferential, validated;
34 private Date startDate;
38 silentlyInitializeValues(businessRelation);
46 this.description = description;
54 this.relationType = relationType;
62 this.preferential = preferential;
70 this.validated = validated;
78 this.business = business;
86 this.startDate = startDate;
94 this.endDate = endDate;