📄 scorerule.java
字号:
package com.jn0801.grademanage;
/**
* ScoreRule generated by MyEclipse - Hibernate Tools
*/
public class ScoreRule implements java.io.Serializable {
// Fields
private Long nid;
private String rulecode;
private String rulename;
private String rulebrand;
private String ruletime;
private String countgene;
private Long countmodulus;
private String ruledesc;
private String ruleexpression;
private String rulepri;
private String checksign;
private String freezesign;
private Long numone;
private Long numtwo;
private String cardtype;
private Long numthree;
private Long numfour;
// Constructors
/** default constructor */
public ScoreRule() {
}
/** full constructor */
public ScoreRule(Long nid, String rulecode, String rulename,
String rulebrand, String ruletime, String countgene,
Long countmodulus, String ruledesc, String ruleexpression,
String rulepri, String checksign, String freezesign, Long numone,
Long numtwo, String cardtype, Long numthree, Long numfour) {
this.nid = nid;
this.rulecode = rulecode;
this.rulename = rulename;
this.rulebrand = rulebrand;
this.ruletime = ruletime;
this.countgene = countgene;
this.countmodulus = countmodulus;
this.ruledesc = ruledesc;
this.ruleexpression = ruleexpression;
this.rulepri = rulepri;
this.checksign = checksign;
this.freezesign = freezesign;
this.numone = numone;
this.numtwo = numtwo;
this.cardtype = cardtype;
this.numthree = numthree;
this.numfour = numfour;
}
public Long getNid() {
return this.nid;
}
public void setNid(Long nid) {
this.nid = nid;
}
public String getRulecode() {
return this.rulecode;
}
public void setRulecode(String rulecode) {
this.rulecode = rulecode;
}
public String getRulename() {
return this.rulename;
}
public void setRulename(String rulename) {
this.rulename = rulename;
}
public String getRulebrand() {
return this.rulebrand;
}
public void setRulebrand(String rulebrand) {
this.rulebrand = rulebrand;
}
public String getRuletime() {
return this.ruletime;
}
public void setRuletime(String ruletime) {
this.ruletime = ruletime;
}
public String getCountgene() {
return this.countgene;
}
public void setCountgene(String countgene) {
this.countgene = countgene;
}
public Long getCountmodulus() {
return this.countmodulus;
}
public void setCountmodulus(Long countmodulus) {
this.countmodulus = countmodulus;
}
public String getRuledesc() {
return this.ruledesc;
}
public void setRuledesc(String ruledesc) {
this.ruledesc = ruledesc;
}
public String getRuleexpression() {
return this.ruleexpression;
}
public void setRuleexpression(String ruleexpression) {
this.ruleexpression = ruleexpression;
}
public String getRulepri() {
return this.rulepri;
}
public void setRulepri(String rulepri) {
this.rulepri = rulepri;
}
public String getChecksign() {
return this.checksign;
}
public void setChecksign(String checksign) {
this.checksign = checksign;
}
public String getFreezesign() {
return this.freezesign;
}
public void setFreezesign(String freezesign) {
this.freezesign = freezesign;
}
public Long getNumone() {
return this.numone;
}
public void setNumone(Long numone) {
this.numone = numone;
}
public Long getNumtwo() {
return this.numtwo;
}
public void setNumtwo(Long numtwo) {
this.numtwo = numtwo;
}
public String getCardtype() {
return this.cardtype;
}
public void setCardtype(String cardtype) {
this.cardtype = cardtype;
}
public Long getNumfour() {
return numfour;
}
public void setNumfour(Long numfour) {
this.numfour = numfour;
}
public Long getNumthree() {
return numthree;
}
public void setNumthree(Long numthree) {
this.numthree = numthree;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -