首页>代码>用Hibernate实现领域对象的自定义字段>/customfieldsdemo/src/com/enterra/customfieldsdemo/domain/Contact.java
package com.enterra.customfieldsdemo.domain;

public class Contact extends CustomizableEntity {
	private int id;

	private String name;

	public int getId() {
		return id;
	}

	public void setId(int id) {
		this.id = id;
	}

	public String getName() {
		return name;
	}

	public void setName(String name) {
		this.name = name;
	}

}
最近下载更多
dd1995  LV9 2020年1月17日
luohaipeng  LV23 2019年11月19日
RicardoWX  LV7 2018年6月10日
小白袁  LV1 2018年5月17日
andycoder  LV2 2018年5月3日
nonaddress  LV1 2018年2月28日
xiayulin1983  LV2 2017年11月13日
bhkkvip  LV1 2017年7月3日
a337214749  LV2 2017年6月27日
sf0001  LV2 2016年12月18日
最近浏览更多
浪里格朗  LV4 2023年1月31日
瓜不皮  LV15 2022年11月11日
newhaijun  LV15 2020年12月3日
53722426  LV7 2020年6月2日
养生今天不睡  LV2 2020年5月7日
Jacko01  LV8 2020年4月21日
feng正经  LV3 2020年4月19日
低调人  LV38 2020年3月24日
dd1995  LV9 2020年1月17日
luohaipeng  LV23 2019年11月19日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友