BasePayOrderFlow.java
4.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
package com.rnt.model.zf.base;
import com.jfinal.plugin.activerecord.Model;
import com.jfinal.plugin.activerecord.IBean;
/**
* Generated by JFinal, do not modify this file.
*/
@SuppressWarnings({"serial", "unchecked"})
public abstract class BasePayOrderFlow<M extends BasePayOrderFlow<M>> extends Model<M> implements IBean {
public M setId(java.lang.Long id) {
set("id", id);
return (M)this;
}
public java.lang.Long getId() {
return get("id");
}
public M setPayOrderFlowId(java.lang.String payOrderFlowId) {
set("pay_order_flow_id", payOrderFlowId);
return (M)this;
}
public java.lang.String getPayOrderFlowId() {
return get("pay_order_flow_id");
}
public M setPayOrderId(java.lang.String payOrderId) {
set("pay_order_id", payOrderId);
return (M)this;
}
public java.lang.String getPayOrderId() {
return get("pay_order_id");
}
public M setTradeNo(java.lang.String tradeNo) {
set("trade_no", tradeNo);
return (M)this;
}
public java.lang.String getTradeNo() {
return get("trade_no");
}
public M setBuyerLogonId(java.lang.String buyerLogonId) {
set("buyer_logon_id", buyerLogonId);
return (M)this;
}
public java.lang.String getBuyerLogonId() {
return get("buyer_logon_id");
}
public M setSellerEmail(java.lang.String sellerEmail) {
set("seller_email", sellerEmail);
return (M)this;
}
public java.lang.String getSellerEmail() {
return get("seller_email");
}
public M setTotalAmount(java.math.BigDecimal totalAmount) {
set("total_amount", totalAmount);
return (M)this;
}
public java.math.BigDecimal getTotalAmount() {
return get("total_amount");
}
public M setReceiptAmount(java.math.BigDecimal receiptAmount) {
set("receipt_amount", receiptAmount);
return (M)this;
}
public java.math.BigDecimal getReceiptAmount() {
return get("receipt_amount");
}
public M setInvoiceAmount(java.math.BigDecimal invoiceAmount) {
set("invoice_amount", invoiceAmount);
return (M)this;
}
public java.math.BigDecimal getInvoiceAmount() {
return get("invoice_amount");
}
public M setBuyerPayAmount(java.math.BigDecimal buyerPayAmount) {
set("buyer_pay_amount", buyerPayAmount);
return (M)this;
}
public java.math.BigDecimal getBuyerPayAmount() {
return get("buyer_pay_amount");
}
public M setRefundFee(java.math.BigDecimal refundFee) {
set("refund_fee", refundFee);
return (M)this;
}
public java.math.BigDecimal getRefundFee() {
return get("refund_fee");
}
public M setGmtCreate(java.util.Date gmtCreate) {
set("gmt_create", gmtCreate);
return (M)this;
}
public java.util.Date getGmtCreate() {
return get("gmt_create");
}
public M setGmtPayment(java.util.Date gmtPayment) {
set("gmt_payment", gmtPayment);
return (M)this;
}
public java.util.Date getGmtPayment() {
return get("gmt_payment");
}
public M setGmtRefund(java.util.Date gmtRefund) {
set("gmt_refund", gmtRefund);
return (M)this;
}
public java.util.Date getGmtRefund() {
return get("gmt_refund");
}
public M setGmtClose(java.util.Date gmtClose) {
set("gmt_close", gmtClose);
return (M)this;
}
public java.util.Date getGmtClose() {
return get("gmt_close");
}
public M setProcLink(java.lang.Integer procLink) {
set("proc_link", procLink);
return (M)this;
}
public java.lang.Integer getProcLink() {
return get("proc_link");
}
public M setProcTime(java.util.Date procTime) {
set("proc_time", procTime);
return (M)this;
}
public java.util.Date getProcTime() {
return get("proc_time");
}
public M setPayType(java.lang.Integer payType) {
set("pay_type", payType);
return (M)this;
}
public java.lang.Integer getPayType() {
return get("pay_type");
}
public M setPayFlowType(java.lang.Integer payFlowType) {
set("pay_flow_type", payFlowType);
return (M)this;
}
public java.lang.Integer getPayFlowType() {
return get("pay_flow_type");
}
public M setProcResult(java.lang.Integer procResult) {
set("proc_result", procResult);
return (M)this;
}
public java.lang.Integer getProcResult() {
return get("proc_result");
}
public M setDataState(java.lang.Integer dataState) {
set("data_state", dataState);
return (M)this;
}
public java.lang.Integer getDataState() {
return get("data_state");
}
public M setCreateEmpid(java.lang.String createEmpid) {
set("create_empid", createEmpid);
return (M)this;
}
public java.lang.String getCreateEmpid() {
return get("create_empid");
}
public M setCreateDate(java.util.Date createDate) {
set("create_date", createDate);
return (M)this;
}
public java.util.Date getCreateDate() {
return get("create_date");
}
public M setModfiyEmpid(java.lang.String modfiyEmpid) {
set("modfiy_empid", modfiyEmpid);
return (M)this;
}
public java.lang.String getModfiyEmpid() {
return get("modfiy_empid");
}
public M setModfiyDate(java.util.Date modfiyDate) {
set("modfiy_date", modfiyDate);
return (M)this;
}
public java.util.Date getModfiyDate() {
return get("modfiy_date");
}
}