public ims.therapies.vo.HandJaymarFindingsVo buildVo(ims.vo.ValueObjectBeanMap map) { ims.therapies.vo.HandJaymarFindingsVo vo = null; if (map != null) vo = (ims.therapies.vo.HandJaymarFindingsVo) map.getValueObject(this); if (vo == null) { vo = new ims.therapies.vo.HandJaymarFindingsVo(); map.addValueObject(this, vo); vo.populate(map, this); } return vo; }
public void populate(ims.vo.ValueObjectBeanMap map, ims.therapies.vo.HandJaymarFindingsVo vo) { this.id = vo.getBoId(); this.version = vo.getBoVersion(); this.laterality = vo.getLaterality() == null ? null : (ims.vo.LookupInstanceBean) vo.getLaterality().getBean(); this.test1 = vo.getTest1(); this.test2 = vo.getTest2(); this.test3 = vo.getTest3(); this.levelaverage = vo.getLevelAverage(); }