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;
 }