protected void copyTo(
     pt.ist.fenixframework.backend.jvstmojb.pstm.OneBoxDomainObject.DO_State newState) {
   super.copyTo(newState);
   DO_State newCasted = (DO_State) newState;
   newCasted.comment = this.comment;
   newCasted.rootDomainObject = this.rootDomainObject;
   newCasted.cerimonyInquiryAnswer = this.cerimonyInquiryAnswer;
   newCasted.person = this.person;
   newCasted.cerimonyInquiry = this.cerimonyInquiry;
 }
Esempio n. 2
0
 protected void copyTo(
     pt.ist.fenixframework.backend.jvstmojb.pstm.OneBoxDomainObject.DO_State newState) {
   super.copyTo(newState);
   DO_State newCasted = (DO_State) newState;
   newCasted.code = this.code;
   newCasted.name = this.name;
   newCasted.realName = this.realName;
   newCasted.realNameEn = this.realNameEn;
   newCasted.active = this.active;
   newCasted.membersGroup = this.membersGroup;
   newCasted.departmentUnit = this.departmentUnit;
   newCasted.rootDomainObject = this.rootDomainObject;
   newCasted.forum = this.forum;
 }
 protected void copyTo(
     pt.ist.fenixframework.backend.jvstmojb.pstm.OneBoxDomainObject.DO_State newState) {
   super.copyTo(newState);
   DO_State newCasted = (DO_State) newState;
   newCasted.howLongKnownApplicant = this.howLongKnownApplicant;
   newCasted.capacity = this.capacity;
   newCasted.comparisonGroup = this.comparisonGroup;
   newCasted.rankInClass = this.rankInClass;
   newCasted.academicPerformance = this.academicPerformance;
   newCasted.socialAndCommunicationSkills = this.socialAndCommunicationSkills;
   newCasted.potencialToExcelPhd = this.potencialToExcelPhd;
   newCasted.comments = this.comments;
   newCasted.refereeName = this.refereeName;
   newCasted.refereePosition = this.refereePosition;
   newCasted.refereeInstitution = this.refereeInstitution;
   newCasted.refereeAddress = this.refereeAddress;
   newCasted.refereeCity = this.refereeCity;
   newCasted.refereeZipCode = this.refereeZipCode;
   newCasted.refereeCountry = this.refereeCountry;
   newCasted.rootDomainObject = this.rootDomainObject;
   newCasted.phdProgramCandidacyProcess = this.phdProgramCandidacyProcess;
   newCasted.candidacyReferee = this.candidacyReferee;
   newCasted.file = this.file;
 }