package com.android.pc.ioc.a.demo; /* * Author: pan Email:gdpancheng@gmail.com * Created Date:2013-11-8 * Copyright @ 2013 BU * Description: 类描述 * * History: */ public class Entity { protected String common; public String getCommon() { return common; } public void setCommon(String common) { this.common = common; } }