예제 #1
0
 public void populate(ims.vo.ValueObjectBeanMap map, ims.admin.vo.beans.AppNavShortVoBean bean) {
   this.id = bean.getId();
   this.version = bean.getVersion();
   this.navigationname = bean.getNavigationName();
   this.isactive = bean.getIsActive();
   this.comment = bean.getComment();
 }
예제 #2
0
 public AppNavShortVo(ims.admin.vo.beans.AppNavShortVoBean bean) {
   this.id = bean.getId();
   this.version = bean.getVersion();
   this.navigationname = bean.getNavigationName();
   this.isactive = bean.getIsActive();
   this.comment = bean.getComment();
 }