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

📄 prod_pb_infoentpk.java~1~

📁 这也是师兄的毕业设计,具体的功能我也不清楚,因为我才大一,请见谅!!!!!!!不过是可以用来答辩的,完整的毕业设计,有源代码,可爱执行文件,文档资料.
💻 JAVA~1~
字号:
package product;

import java.io.*;

public class prod_pb_infoEntPK
    implements Serializable {
  public String untitledField1;

  public prod_pb_infoEntPK() {
  }

  public prod_pb_infoEntPK(String untitledField1) {
    this.untitledField1 = untitledField1;
  }

  public boolean equals(Object obj) {
    if (obj != null) {
      if (this.getClass().equals(obj.getClass())) {
        prod_pb_infoEntPK that = (prod_pb_infoEntPK) obj;
        return ( ( (this.untitledField1 == null) && (that.untitledField1 == null)) ||
                (this.untitledField1 != null &&
                 this.untitledField1.equals(that.untitledField1)));
      }
    }
    return false;
  }

  public int hashCode() {
    return untitledField1.hashCode();
  }
}

⌨️ 快捷键说明

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