首页>代码>最简单的caucho hessian入门实例demo代码分享>/zuidaima_hessian_demo/src/main/java/com/zuidaima/hessian/MyCar.java
package com.zuidaima.hessian;

import java.io.Serializable;

/**
 * @author michael
 * 
 */
public class MyCar implements Serializable {

	/**
     * 
     */
	private static final long serialVersionUID = 4736905401908455439L;

	private String carName;

	private String carModel;

	/**
	 * @return the carName
	 */
	public String getCarName() {
		return carName;
	}

	/**
	 * @return the carModel
	 */
	public String getCarModel() {
		return carModel;
	}

	/**
	 * @param pCarName
	 *            the carName to set
	 */
	public void setCarName(String pCarName) {
		carName = pCarName;
	}

	/**
	 * @param pCarModel
	 *            the carModel to set
	 */
	public void setCarModel(String pCarModel) {
		carModel = pCarModel;
	}

	/**
	 * @see java.lang.Object#toString()
	 * @return
	 */
	@Override
	public String toString() {
		return "my car name:[" + this.carName + "] model:[" + this.carModel
				+ "].";
	}

}
最近下载更多
morenew  LV2 2017年12月1日
coolsb22  LV1 2017年10月30日
mzoai  LV19 2017年6月27日
363029317  LV1 2017年5月19日
763157698  LV1 2016年12月30日
hh516554097  LV10 2016年8月15日
xiaogang1256  LV1 2016年6月20日
adminysjtx  LV9 2016年4月18日
lqx137  LV1 2016年4月15日
anndy  LV2 2016年2月25日
最近浏览更多
2039995605  LV9 2023年4月10日
沐兮20010401  LV7 2021年10月12日
2011063518 2020年12月17日
暂无贡献等级
kevinkg  LV12 2020年4月3日
yasenjan 2020年3月14日
暂无贡献等级
王小反  LV1 2019年12月9日
luojiaqi  LV1 2019年11月9日
糖炒栗子123 2019年10月30日
暂无贡献等级
chengqiang  LV13 2019年10月11日
陈亚鹏 2019年9月21日
暂无贡献等级
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友