Example #1
0
 /** @param copyBean evs bean object ot copy to */
 public EVS_Bean(EVS_Bean copyBean) {
   this.setLONG_NAME(copyBean.getLONG_NAME());
   this.setCONDR_IDSEQ(copyBean.getCONDR_IDSEQ());
   this.setCON_AC_SUBMIT_ACTION(copyBean.getCON_AC_SUBMIT_ACTION());
   this.setCONCEPT_NAME(copyBean.getCONCEPT_NAME());
   this.setCONTE_IDSEQ(copyBean.getCONTE_IDSEQ());
   this.setDISPLAY_ORDER(copyBean.getDISPLAY_ORDER());
   this.setPREFERRED_DEFINITION(copyBean.getPREFERRED_DEFINITION());
   this.setEVS_CONCEPT_SOURCE(copyBean.getEVS_CONCEPT_SOURCE());
   this.setEVS_DATABASE(copyBean.getEVS_DATABASE());
   this.setEVS_DEF_SOURCE(copyBean.getEVS_DEF_SOURCE());
   this.setEVS_ORIGIN(copyBean.getEVS_ORIGIN());
   this.setEVS_SEMANTIC(copyBean.getEVS_SEMANTIC());
   this.setID(copyBean.getID());
   this.setIDSEQ(copyBean.getIDSEQ());
   this.setASL_NAME(copyBean.getASL_NAME());
   this.setLEVEL(copyBean.getLEVEL());
   this.setDEC_USING(copyBean.getDEC_USING());
   this.setCONCEPT_IDENTIFIER(copyBean.getCONCEPT_IDENTIFIER());
   this.setNCI_CC_TYPE(copyBean.getNCI_CC_TYPE());
   this.setNAME_VALUE_PAIR_IND(copyBean.getNAME_VALUE_PAIR_IND());
   this.setNVP_CONCEPT_VALUE(copyBean.getNVP_CONCEPT_VALUE());
 }