Beispiel #1
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;
 }