@NotNull
private String tenantid = "";
- public String getRefno() {
+ @Column(name = "DTLTYPE", length = 20)
+ private String dtltype;
+
+ public String getDtltype() {
+ return dtltype;
+ }
+
+ public void setDtltype(String dtltype) {
+ this.dtltype = dtltype;
+ }
+
+ public String getRefno() {
return refno;
}
@NotNull
private String tenantid = "";
+ @Column(name = "DTLTYPE", length = 20)
+ private String dtltype;
+
+ public String getDtltype() {
+ return dtltype;
+ }
+
+ public void setDtltype(String dtltype) {
+ this.dtltype = dtltype;
+ }
public String getRefno() {
return refno;
@NotNull
private String tenantid = "";
+ @Column(name = "DTLTYPE", length = 20)
+ private String dtltype;
+
+ public String getDtltype() {
+ return dtltype;
+ }
+
+ public void setDtltype(String dtltype) {
+ this.dtltype = dtltype;
+ }
public String getRefno() {
return refno;
}