コード例 #1
0
 public void populate(ims.vo.ValueObjectBeanMap map, ims.icp.vo.ICPStageLiteVo vo) {
   this.id = vo.getBoId();
   this.version = vo.getBoVersion();
   this.name = vo.getName();
   this.description = vo.getDescription();
   this.sequence = vo.getSequence();
   this.status =
       vo.getStatus() == null ? null : (ims.vo.LookupInstanceBean) vo.getStatus().getBean();
   this.helpurl = vo.getHelpURL();
   this.isactivatedoninitiation = vo.getIsActivatedOnInitiation();
   this.hasphase = vo.getHasPhase();
 }