| package com.dy.rtuMw.server; | 
|   | 
| import com.dy.rtuMw.resource.ResourceUnitAdapter; | 
| import com.dy.rtuMw.resource.ResourceUnitConfigVo; | 
|   | 
| public class AdapterImp_ResourceUnit implements ResourceUnitAdapter { | 
|      | 
|     private ResourceUnitConfigVo configVo = null ; | 
|   | 
|     @Override | 
|     public ResourceUnitConfigVo getConfig() { | 
|         return this.configVo; | 
|     } | 
|   | 
|     public void setConfig(ResourceUnitConfigVo configVo) { | 
|         this.configVo = configVo; | 
|     } | 
|      | 
| } |