public void populate(ims.vo.ValueObjectBeanMap map, ims.oncology.vo.TeletherapyPhaseVo vo) { this.id = vo.getBoId(); this.version = vo.getBoVersion(); this.phase = vo.getPhase(); this.dose = vo.getDose(); this.fractions = vo.getFractions(); }
public TeletherapyPhaseVoBean(ims.oncology.vo.TeletherapyPhaseVo vo) { this.id = vo.getBoId(); this.version = vo.getBoVersion(); this.phase = vo.getPhase(); this.dose = vo.getDose(); this.fractions = vo.getFractions(); }