Ejemplo n.º 1
0
 public void populate(ims.vo.ValueObjectBeanMap map, ims.core.vo.beans.HcpMinVoBean bean) {
   this.id = bean.getId();
   this.version = bean.getVersion();
   this.mos = bean.getMos() == null ? null : bean.getMos().buildVo(map);
 }
Ejemplo n.º 2
0
 public HcpMinVo(ims.core.vo.beans.HcpMinVoBean bean) {
   this.id = bean.getId();
   this.version = bean.getVersion();
   this.mos = bean.getMos() == null ? null : bean.getMos().buildVo();
 }