public void populate(ims.vo.ValueObjectBeanMap map, ims.core.vo.MotorChartAreaDetailVo vo) { this.id = vo.getBoId(); this.version = vo.getBoVersion(); this.motorareadescription = vo.getMotorAreaDescription(); this.isupperlimb = vo.getIsUpperLimb(); this.islowerlimb = vo.getIsLowerLimb(); this.isactive = vo.getIsActive(); this.orderno = vo.getOrderNo(); }
public MotorChartAreaDetailVoBean(ims.core.vo.MotorChartAreaDetailVo vo) { this.id = vo.getBoId(); this.version = vo.getBoVersion(); this.motorareadescription = vo.getMotorAreaDescription(); this.isupperlimb = vo.getIsUpperLimb(); this.islowerlimb = vo.getIsLowerLimb(); this.isactive = vo.getIsActive(); this.orderno = vo.getOrderNo(); }