编写一个Java程序片断定义一个表示学生的类student,包括域“学号”、”班号”、“姓名”、“性别”、“年

1.编写一个Java程序片断定义一个表示学生的类student,包括域“学号”、”班号”、“姓名”、“性别”、“年龄”;方法“获得学号”、“获得班号”、“获得性别”、“获... 1.编写一个Java程序片断定义一个表示学生的类student,包括域“学号”、”班号”、“姓名”、“性别”、“年龄”;方法“获得学号”、“获得班号”、“获得性别”、“获得年龄”、“修改年龄”。 展开
 我来答
断线风筝sai
2010-11-21 · TA获得超过127个赞
知道小有建树答主
回答量:112
采纳率:0%
帮助的人:67.6万
展开全部
  package hibernate3.object;

  public class Student {
  int 学号;
  int 班号;
  String 姓名;
  int 性别;
  int 年龄;
  public int get学号() {
  return 学号;
  }
  public void set学号(int 学号) {
  this.学号 = 学号;
  }
  public int get班号() {
  return 班号;
  }
  public void set班号(int 班号) {
  this.班号 = 班号;
  }
  public String get姓名() {
  return 姓名;
  }
  public void set姓名(String 姓名) {
  this.姓名 = 姓名;
  }
  public int get性别() {
  return 性别;
  }
  public void set性别(int 性别) {
  this.性别 = 性别;
  }
  public int get年龄() {
  return 年龄;
  }
  public void set年龄(int 年龄) {
  this.年龄 = 年龄;
  }

  }
  package hibernate3.object;

  public class Student {
  int 学号;
  int 班号;
  String 姓名;
  int 性别;
  int 年龄;
  public int get学号() {
  return 学号;
  }
  public void set学号(int 学号) {
  this.学号 = 学号;
  }
  public int get班号() {
  return 班号;
  }
  public void set班号(int 班号) {
  this.班号 = 班号;
  }
  public String get姓名() {
  return 姓名;
  }
  public void set姓名(String 姓名) {
  this.姓名 = 姓名;
  }
  public int get性别() {
  return 性别;
  }
  public void set性别(int 性别) {
  this.性别 = 性别;
  }
  public int get年龄() {
  return 年龄;
  }
  public void set年龄(int 年龄) {
  this.年龄 = 年龄;
  }

  }
逍遥君仔
2010-11-22 · TA获得超过233个赞
知道小有建树答主
回答量:280
采纳率:0%
帮助的人:69.7万
展开全部
public class Student {
private String studentNo;
private String studentClassNo;
private String studentName;
private String studentSex;
private String studentAge;
public String getStudentNo() {
return studentNo;
}
public void setStudentNo(String studentNo) {
this.studentNo = studentNo;
}
public String getStudentClassNo() {
return studentClassNo;
}
public void setStudentClassNo(String studentClassNo) {
this.studentClassNo = studentClassNo;
}
public String getStudentName() {
return studentName;
}
public void setStudentName(String studentName) {
this.studentName = studentName;
}
public String getStudentSex() {
return studentSex;
}
public void setStudentSex(String studentSex) {
this.studentSex = studentSex;
}
public String getStudentAge() {
return studentAge;
}
public void setStudentAge(String studentAge) {
this.studentAge = studentAge;
}
}
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 1条折叠回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式