315 lines
6.3 KiB
Java
315 lines
6.3 KiB
Java
package model;
|
|
|
|
import java.io.Serializable;
|
|
import javax.persistence.*;
|
|
|
|
|
|
/**
|
|
* The persistent class for the tseaihe04 database table.
|
|
*
|
|
*/
|
|
@Entity
|
|
@Table(name="tseaihe04")
|
|
@NamedQuery(name="Tseaihe04.findAll", query="SELECT t FROM Tseaihe04 t")
|
|
public class Tseaihe04 implements Serializable {
|
|
private static final long serialVersionUID = 1L;
|
|
|
|
@EmbeddedId
|
|
private Tseaihe04PK id;
|
|
|
|
@Column(length=200)
|
|
private String adptrbzwkgroupdesc;
|
|
|
|
@Column(length=1)
|
|
private String bascrspnschngeonot;
|
|
|
|
@Column(length=50)
|
|
private String bascrspnschngmsgidname;
|
|
|
|
@Column(length=20)
|
|
private String bascrspnsmsgcmprctnt;
|
|
|
|
@Column(length=1)
|
|
private String chngeonot;
|
|
|
|
@Column(length=50)
|
|
private String chngmsgidname;
|
|
|
|
@Column(length=20)
|
|
private String cmpensvcprcssdsticname;
|
|
|
|
@Column(length=17)
|
|
private String eailastamndyms;
|
|
|
|
@Column(length=1)
|
|
private String eaisevrdstcd;
|
|
|
|
@Column(length=1)
|
|
private String errrspnschngeonot;
|
|
|
|
@Column(length=50)
|
|
private String errrspnschngmsgidname;
|
|
|
|
@Column(length=20)
|
|
private String errrspnsmsgcmprctnt;
|
|
|
|
@Column(length=1)
|
|
private String flovryn;
|
|
|
|
@Column(length=2)
|
|
private String hdrctrldstcd;
|
|
|
|
@Column(length=100)
|
|
private String hdrrefclsname;
|
|
|
|
@Column(length=1)
|
|
private String modfimgtstusdstcd;
|
|
|
|
private Integer nextsvcprcssno;
|
|
|
|
@Column(length=50)
|
|
private String outbndroutname;
|
|
|
|
@Column(length=4)
|
|
private String psvintfacdsticname;
|
|
|
|
@Column(length=50)
|
|
private String psvsysadptrbzwkgroupname;
|
|
|
|
@Column(length=4)
|
|
private String psvsysbzwkdstcd;
|
|
|
|
@Column(length=12)
|
|
private String psvsysidname;
|
|
|
|
@Column(length=20)
|
|
private String psvsyssvcdsticname;
|
|
|
|
@Column(length=1)
|
|
private String suppldelyn;
|
|
|
|
private Integer toutval;
|
|
|
|
@Column(length=1)
|
|
private String useyn;
|
|
|
|
public Tseaihe04() {
|
|
}
|
|
|
|
public Tseaihe04PK getId() {
|
|
return this.id;
|
|
}
|
|
|
|
public void setId(Tseaihe04PK id) {
|
|
this.id = id;
|
|
}
|
|
|
|
public String getAdptrbzwkgroupdesc() {
|
|
return this.adptrbzwkgroupdesc;
|
|
}
|
|
|
|
public void setAdptrbzwkgroupdesc(String adptrbzwkgroupdesc) {
|
|
this.adptrbzwkgroupdesc = adptrbzwkgroupdesc;
|
|
}
|
|
|
|
public String getBascrspnschngeonot() {
|
|
return this.bascrspnschngeonot;
|
|
}
|
|
|
|
public void setBascrspnschngeonot(String bascrspnschngeonot) {
|
|
this.bascrspnschngeonot = bascrspnschngeonot;
|
|
}
|
|
|
|
public String getBascrspnschngmsgidname() {
|
|
return this.bascrspnschngmsgidname;
|
|
}
|
|
|
|
public void setBascrspnschngmsgidname(String bascrspnschngmsgidname) {
|
|
this.bascrspnschngmsgidname = bascrspnschngmsgidname;
|
|
}
|
|
|
|
public String getBascrspnsmsgcmprctnt() {
|
|
return this.bascrspnsmsgcmprctnt;
|
|
}
|
|
|
|
public void setBascrspnsmsgcmprctnt(String bascrspnsmsgcmprctnt) {
|
|
this.bascrspnsmsgcmprctnt = bascrspnsmsgcmprctnt;
|
|
}
|
|
|
|
public String getChngeonot() {
|
|
return this.chngeonot;
|
|
}
|
|
|
|
public void setChngeonot(String chngeonot) {
|
|
this.chngeonot = chngeonot;
|
|
}
|
|
|
|
public String getChngmsgidname() {
|
|
return this.chngmsgidname;
|
|
}
|
|
|
|
public void setChngmsgidname(String chngmsgidname) {
|
|
this.chngmsgidname = chngmsgidname;
|
|
}
|
|
|
|
public String getCmpensvcprcssdsticname() {
|
|
return this.cmpensvcprcssdsticname;
|
|
}
|
|
|
|
public void setCmpensvcprcssdsticname(String cmpensvcprcssdsticname) {
|
|
this.cmpensvcprcssdsticname = cmpensvcprcssdsticname;
|
|
}
|
|
|
|
public String getEailastamndyms() {
|
|
return this.eailastamndyms;
|
|
}
|
|
|
|
public void setEailastamndyms(String eailastamndyms) {
|
|
this.eailastamndyms = eailastamndyms;
|
|
}
|
|
|
|
public String getEaisevrdstcd() {
|
|
return this.eaisevrdstcd;
|
|
}
|
|
|
|
public void setEaisevrdstcd(String eaisevrdstcd) {
|
|
this.eaisevrdstcd = eaisevrdstcd;
|
|
}
|
|
|
|
public String getErrrspnschngeonot() {
|
|
return this.errrspnschngeonot;
|
|
}
|
|
|
|
public void setErrrspnschngeonot(String errrspnschngeonot) {
|
|
this.errrspnschngeonot = errrspnschngeonot;
|
|
}
|
|
|
|
public String getErrrspnschngmsgidname() {
|
|
return this.errrspnschngmsgidname;
|
|
}
|
|
|
|
public void setErrrspnschngmsgidname(String errrspnschngmsgidname) {
|
|
this.errrspnschngmsgidname = errrspnschngmsgidname;
|
|
}
|
|
|
|
public String getErrrspnsmsgcmprctnt() {
|
|
return this.errrspnsmsgcmprctnt;
|
|
}
|
|
|
|
public void setErrrspnsmsgcmprctnt(String errrspnsmsgcmprctnt) {
|
|
this.errrspnsmsgcmprctnt = errrspnsmsgcmprctnt;
|
|
}
|
|
|
|
public String getFlovryn() {
|
|
return this.flovryn;
|
|
}
|
|
|
|
public void setFlovryn(String flovryn) {
|
|
this.flovryn = flovryn;
|
|
}
|
|
|
|
public String getHdrctrldstcd() {
|
|
return this.hdrctrldstcd;
|
|
}
|
|
|
|
public void setHdrctrldstcd(String hdrctrldstcd) {
|
|
this.hdrctrldstcd = hdrctrldstcd;
|
|
}
|
|
|
|
public String getHdrrefclsname() {
|
|
return this.hdrrefclsname;
|
|
}
|
|
|
|
public void setHdrrefclsname(String hdrrefclsname) {
|
|
this.hdrrefclsname = hdrrefclsname;
|
|
}
|
|
|
|
public String getModfimgtstusdstcd() {
|
|
return this.modfimgtstusdstcd;
|
|
}
|
|
|
|
public void setModfimgtstusdstcd(String modfimgtstusdstcd) {
|
|
this.modfimgtstusdstcd = modfimgtstusdstcd;
|
|
}
|
|
|
|
public Integer getNextsvcprcssno() {
|
|
return this.nextsvcprcssno;
|
|
}
|
|
|
|
public void setNextsvcprcssno(Integer nextsvcprcssno) {
|
|
this.nextsvcprcssno = nextsvcprcssno;
|
|
}
|
|
|
|
public String getOutbndroutname() {
|
|
return this.outbndroutname;
|
|
}
|
|
|
|
public void setOutbndroutname(String outbndroutname) {
|
|
this.outbndroutname = outbndroutname;
|
|
}
|
|
|
|
public String getPsvintfacdsticname() {
|
|
return this.psvintfacdsticname;
|
|
}
|
|
|
|
public void setPsvintfacdsticname(String psvintfacdsticname) {
|
|
this.psvintfacdsticname = psvintfacdsticname;
|
|
}
|
|
|
|
public String getPsvsysadptrbzwkgroupname() {
|
|
return this.psvsysadptrbzwkgroupname;
|
|
}
|
|
|
|
public void setPsvsysadptrbzwkgroupname(String psvsysadptrbzwkgroupname) {
|
|
this.psvsysadptrbzwkgroupname = psvsysadptrbzwkgroupname;
|
|
}
|
|
|
|
public String getPsvsysbzwkdstcd() {
|
|
return this.psvsysbzwkdstcd;
|
|
}
|
|
|
|
public void setPsvsysbzwkdstcd(String psvsysbzwkdstcd) {
|
|
this.psvsysbzwkdstcd = psvsysbzwkdstcd;
|
|
}
|
|
|
|
public String getPsvsysidname() {
|
|
return this.psvsysidname;
|
|
}
|
|
|
|
public void setPsvsysidname(String psvsysidname) {
|
|
this.psvsysidname = psvsysidname;
|
|
}
|
|
|
|
public String getPsvsyssvcdsticname() {
|
|
return this.psvsyssvcdsticname;
|
|
}
|
|
|
|
public void setPsvsyssvcdsticname(String psvsyssvcdsticname) {
|
|
this.psvsyssvcdsticname = psvsyssvcdsticname;
|
|
}
|
|
|
|
public String getSuppldelyn() {
|
|
return this.suppldelyn;
|
|
}
|
|
|
|
public void setSuppldelyn(String suppldelyn) {
|
|
this.suppldelyn = suppldelyn;
|
|
}
|
|
|
|
public Integer getToutval() {
|
|
return this.toutval;
|
|
}
|
|
|
|
public void setToutval(Integer toutval) {
|
|
this.toutval = toutval;
|
|
}
|
|
|
|
public String getUseyn() {
|
|
return this.useyn;
|
|
}
|
|
|
|
public void setUseyn(String useyn) {
|
|
this.useyn = useyn;
|
|
}
|
|
|
|
} |