public void populate(ims.vo.ValueObjectBeanMap map, ims.core.vo.WorkAllocationListVo vo) { this.id = vo.getBoId(); this.version = vo.getBoVersion(); this.catsreferral = vo.getCatsReferral() == null ? null : new ims.vo.RefVoBean( vo.getCatsReferral().getBoId(), vo.getCatsReferral().getBoVersion()); }
public WorkAllocationListVoBean(ims.core.vo.WorkAllocationListVo vo) { this.id = vo.getBoId(); this.version = vo.getBoVersion(); this.catsreferral = vo.getCatsReferral() == null ? null : new ims.vo.RefVoBean( vo.getCatsReferral().getBoId(), vo.getCatsReferral().getBoVersion()); }