AbstractTransreq.java
资源名称:(J2EE)oa.rar [点击查看]
上传用户:lm2018
上传日期:2015-12-12
资源大小:30449k
文件大小:4k
源码类别:
Jsp/Servlet
开发平台:
Java
- package com.oa.module.affair.affairreq;
- import com.oa.module.affair.affair.Transstep;
- /**
- * 事务发起持久类
- * AbstractTransreq generated by MyEclipse - Hibernate Tools
- */
- public abstract class AbstractTransreq implements java.io.Serializable {
- // Fields
- private long rqid;
- private String rtitle;
- private String uno;
- private long tno;
- private String rgrade;
- private String rstarttime;
- private String rendtime;
- private String rnexttime;
- private String rlasttime;
- private String rdetail;
- private String rstatus;
- private String rmemo;
- private String tname;
- private String reqUsername;
- private String starttime;
- private String endtime;
- private String rresult;
- private String currentid;
- // private Transstep affairstep;
- // Constructors
- /** default constructor */
- public AbstractTransreq() {
- }
- /** full constructor */
- public AbstractTransreq(String rtitle, String uno, long tno, String rgrade, String rstarttime, String rendtime, String rnexttime, String rlasttime, String rdetail, String rstatus, String rmemo) {
- this.rtitle = rtitle;
- this.uno = uno;
- this.tno = tno;
- this.rgrade = rgrade;
- this.rstarttime = rstarttime;
- this.rendtime = rendtime;
- this.rnexttime = rnexttime;
- this.rlasttime = rlasttime;
- this.rdetail = rdetail;
- this.rstatus = rstatus;
- this.rmemo = rmemo;
- }
- // Property accessors
- public long getRqid() {
- return this.rqid;
- }
- public void setRqid(long rqid) {
- this.rqid = rqid;
- }
- public String getRtitle() {
- return this.rtitle;
- }
- public void setRtitle(String rtitle) {
- this.rtitle = rtitle;
- }
- public String getUno() {
- return this.uno;
- }
- public void setUno(String uno) {
- this.uno = uno;
- }
- public long getTno() {
- return this.tno;
- }
- public void setTno(long tno) {
- this.tno = tno;
- }
- public String getRgrade() {
- return this.rgrade;
- }
- public void setRgrade(String rgrade) {
- this.rgrade = rgrade;
- }
- public String getRstarttime() {
- return this.rstarttime;
- }
- public void setRstarttime(String rstarttime) {
- this.rstarttime = rstarttime;
- }
- public String getRendtime() {
- return this.rendtime;
- }
- public void setRendtime(String rendtime) {
- this.rendtime = rendtime;
- }
- public String getRnexttime() {
- return this.rnexttime;
- }
- public void setRnexttime(String rnexttime) {
- this.rnexttime = rnexttime;
- }
- public String getRlasttime() {
- return this.rlasttime;
- }
- public void setRlasttime(String rlasttime) {
- this.rlasttime = rlasttime;
- }
- public String getRdetail() {
- return this.rdetail;
- }
- public void setRdetail(String rdetail) {
- this.rdetail = rdetail;
- }
- public String getRstatus() {
- return this.rstatus;
- }
- public void setRstatus(String rstatus) {
- this.rstatus = rstatus;
- }
- public String getRmemo() {
- return this.rmemo;
- }
- public void setRmemo(String rmemo) {
- this.rmemo = rmemo;
- }
- public String getEndtime() {
- return endtime;
- }
- public void setEndtime(String endtime) {
- this.endtime = endtime;
- }
- public String getReqUsername() {
- return reqUsername;
- }
- public void setReqUsername(String reqUsername) {
- this.reqUsername = reqUsername;
- }
- public String getStarttime() {
- return starttime;
- }
- public void setStarttime(String starttime) {
- this.starttime = starttime;
- }
- public String getTname() {
- return tname;
- }
- public void setTname(String tname) {
- this.tname = tname;
- }
- public String getRresult() {
- return rresult;
- }
- public void setRresult(String rresult) {
- this.rresult = rresult;
- }
- public String getCurrentid() {
- return currentid;
- }
- public void setCurrentid(String currentid) {
- this.currentid = currentid;
- }
- // public Transstep getAffairstep() {
- // return affairstep;
- // }
- //
- //
- // public void setAffairstep(Transstep affairstep) {
- // this.affairstep = affairstep;
- // }
- }