public void populate(ims.vo.ValueObjectBeanMap map, ims.core.vo.LocationServiceLocationVo vo) { this.id = vo.getBoId(); this.version = vo.getBoVersion(); this.service = vo.getService() == null ? null : (ims.core.vo.beans.ServiceLiteVoBean) vo.getService().getBean(map); }
public LocationServiceLocationVoBean(ims.core.vo.LocationServiceLocationVo vo) { this.id = vo.getBoId(); this.version = vo.getBoVersion(); this.service = vo.getService() == null ? null : (ims.core.vo.beans.ServiceLiteVoBean) vo.getService().getBean(); }