package com.csii.rmi; /** * * Description:远程对象信息 * Copyright (c) CSII. * All Rights Reserved. * @version 1.0 2013-12-24 下午09:15:36 by 张仁华(zhangrenhua@csii.com.cn)创建 */ public class RemoteObjectDescriptor { private String name; private Object bean; private Class[] interfaces; public RemoteObjectDescriptor() { } public RemoteObjectDescriptor(String name, Object bean, Class[] interfaces) { this.name = name; this.bean = bean; this.interfaces = interfaces; } public void setBean(Object bean) { this.bean = bean; } public void setInterfaces(Class[] interfaces) { this.interfaces = interfaces; } public void setName(String name) { this.name = name; } public String getName() { return this.name; } public Object getBean() { return this.bean; } public Class[] getInterfaces() { return this.interfaces; } }
最近下载更多
1971717082 LV2
2021年5月20日
bjwsnl LV22
2021年5月6日
longyin2018 LV14
2019年3月23日
mashangfacai LV2
2017年11月16日
annazhang LV29
2017年10月7日
hh516554097 LV10
2016年8月1日
zhangshangya LV2
2016年7月14日
penghuangit LV2
2016年6月17日
xiaoxuan LV4
2015年1月20日
yekun LV3
2014年11月10日
最近浏览更多
zhos0212 LV19
2022年7月11日
wyx065747 LV67
2022年3月9日
wxd1997 LV13
2022年3月9日
dongzhan LV12
2021年12月16日
1971717082 LV2
2021年5月20日
bjwsnl LV22
2021年5月6日
2929737994 LV1
2020年10月13日
bbdwpyyd LV2
2019年11月13日
longyin2018 LV14
2019年2月28日
大风知微 LV3
2019年1月22日