| package com.dy.rtuMw.server; | 
|   | 
|   | 
| import com.dy.rtuMw.server.msCenter.MsCenterConfigVo; | 
| import com.dy.rtuMw.server.msCenter.MsCenterUnitAdapter; | 
|   | 
| public class AdapterImp_MsCenterUnit implements MsCenterUnitAdapter { | 
|      | 
|     private MsCenterConfigVo configVo ; | 
|   | 
|     public MsCenterConfigVo getConfig() { | 
|         return configVo; | 
|     } | 
|      | 
|     public void setConfig(MsCenterConfigVo configVo){ | 
|         this.configVo = configVo ; | 
|     } | 
|   | 
| } |