编写一程序定义一个学生类Student,该类的属性有:学号studentId、班级号classId、姓名studentName、年龄studentAge、性别studentSex:该类的操作方法有:获得学号、获得班级号,、获得姓名、性别、设置年龄。这道题用eclipse怎么写