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

📄 studentpaperform.java

📁 java 考试管理系统 很好的很强大 很好的很强大
💻 JAVA
字号:
package com.zjxy.hibernate.form;


import org.apache.struts.action.ActionForm;

public class StudentPaperForm  extends ActionForm{
	 /**
	 * 
	 */
	private static final long serialVersionUID = 1L;
	private int sequenceID;
	 private String name;
	 private String studentid;
	 private long titlescore;

	/**
	 * @return Returns the titlescore.
	 */
	public long getTitlescore() {
		return titlescore;
	}
	/**
	 * @param titlescore The titlescore to set.
	 */
	public void setTitlescore(long titlescore) {
		this.titlescore = titlescore;
	}
	/**
	 * @return Returns the name.
	 */
	public String getName() {
		return name;
	}
	/**
	 * @param name The name to set.
	 */
	public void setName(String name) {
		this.name = name;
	}

	/**
	 * @return Returns the sequenceID.
	 */
	public int getSequenceID() {
		return sequenceID;
	}
	/**
	 * @param sequenceID The sequenceID to set.
	 */
	public void setSequenceID(int sequenceID) {
		this.sequenceID = sequenceID;
	}
	/**
	 * @return Returns the studentid.
	 */
	public String getStudentid() {
		return studentid;
	}
	/**
	 * @param studentid The studentid to set.
	 */
	public void setStudentid(String studentid) {
		this.studentid = studentid;
	}

}

⌨️ 快捷键说明

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