⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 syfxb9sffhid.java

📁 struts hibernate spring
💻 JAVA
字号:
package com.syfxapp.pojo;

/**
 * SyfxB9SfFhId entity. @author MyEclipse Persistence Tools
 */

public class SyfxB9SfFhId implements java.io.Serializable {

	// Fields

	private String ny;
	private String nsrsbh;

	// Constructors

	/** default constructor */
	public SyfxB9SfFhId() {
	}

	/** full constructor */
	public SyfxB9SfFhId(String ny, String nsrsbh) {
		this.ny = ny;
		this.nsrsbh = nsrsbh;
	}

	// Property accessors

	public String getNy() {
		return this.ny;
	}

	public void setNy(String ny) {
		this.ny = ny;
	}

	public String getNsrsbh() {
		return this.nsrsbh;
	}

	public void setNsrsbh(String nsrsbh) {
		this.nsrsbh = nsrsbh;
	}

	public boolean equals(Object other) {
		if ((this == other))
			return true;
		if ((other == null))
			return false;
		if (!(other instanceof SyfxB9SfFhId))
			return false;
		SyfxB9SfFhId castOther = (SyfxB9SfFhId) other;

		return ((this.getNy() == castOther.getNy()) || (this.getNy() != null
				&& castOther.getNy() != null && this.getNy().equals(
				castOther.getNy())))
				&& ((this.getNsrsbh() == castOther.getNsrsbh()) || (this
						.getNsrsbh() != null
						&& castOther.getNsrsbh() != null && this.getNsrsbh()
						.equals(castOther.getNsrsbh())));
	}

	public int hashCode() {
		int result = 17;

		result = 37 * result + (getNy() == null ? 0 : this.getNy().hashCode());
		result = 37 * result
				+ (getNsrsbh() == null ? 0 : this.getNsrsbh().hashCode());
		return result;
	}

}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -