private java.lang.Long get$oidSource() {
   pt.ist.fenixframework.backend.jvstmojb.pstm.AbstractDomainObject value =
       (pt.ist.fenixframework.backend.jvstmojb.pstm.AbstractDomainObject)
           ((DO_State) this.get$obj$state(false)).source;
   return (value == null) ? null : value.getOid();
 }
 private java.lang.Long get$oidCerimonyInquiryAnswer() {
   pt.ist.fenixframework.backend.jvstmojb.pstm.AbstractDomainObject value =
       (pt.ist.fenixframework.backend.jvstmojb.pstm.AbstractDomainObject)
           ((DO_State) this.get$obj$state(false)).cerimonyInquiryAnswer;
   return (value == null) ? null : value.getOid();
 }
 private java.lang.Long get$oidPhdProgramCandidacyProcess() {
   pt.ist.fenixframework.backend.jvstmojb.pstm.AbstractDomainObject value =
       (pt.ist.fenixframework.backend.jvstmojb.pstm.AbstractDomainObject)
           ((DO_State) this.get$obj$state(false)).phdProgramCandidacyProcess;
   return (value == null) ? null : value.getOid();
 }
 private java.lang.Long get$oidPyhsicalAddressValidation() {
   pt.ist.fenixframework.backend.jvstmojb.pstm.AbstractDomainObject value =
       (pt.ist.fenixframework.backend.jvstmojb.pstm.AbstractDomainObject)
           ((DO_State) this.get$obj$state(false)).pyhsicalAddressValidation;
   return (value == null) ? null : value.getOid();
 }
 private java.lang.Long get$oidMobilityApplicationProcess() {
   pt.ist.fenixframework.backend.jvstmojb.pstm.AbstractDomainObject value =
       (pt.ist.fenixframework.backend.jvstmojb.pstm.AbstractDomainObject)
           ((DO_State) this.get$obj$state(false)).mobilityApplicationProcess;
   return (value == null) ? null : value.getOid();
 }