VatOperationLog.java 11.2 KB
Newer Older
frank.xa.zhang's avatar
frank.xa.zhang committed
1
package pwc.taxtech.atms.vat.entity;
2 3 4 5 6 7 8

import java.io.Serializable;
import java.util.Date;

/**
 *
 * This class was generated by MyBatis Generator.
9
 * This class corresponds to the database table operation_log
10 11 12 13 14 15 16
 *
 * @mbg.generated do_not_delete_during_merge
 */
public class VatOperationLog implements Serializable {
    /**
     *
     * This field was generated by MyBatis Generator.
17
     * This field corresponds to the database column operation_log.id
18 19 20
     *
     * @mbg.generated
     */
21
    private String id;
22 23 24 25

    /**
     *
     * This field was generated by MyBatis Generator.
26
     * This field corresponds to the database column operation_log.operation_object
27 28 29 30 31 32 33 34
     *
     * @mbg.generated
     */
    private String operationObject;

    /**
     *
     * This field was generated by MyBatis Generator.
35
     * This field corresponds to the database column operation_log.original_state
36 37 38 39 40 41 42 43
     *
     * @mbg.generated
     */
    private String originalState;

    /**
     *
     * This field was generated by MyBatis Generator.
44
     * This field corresponds to the database column operation_log.update_state
45 46 47 48 49 50 51 52
     *
     * @mbg.generated
     */
    private String updateState;

    /**
     *
     * This field was generated by MyBatis Generator.
53
     * This field corresponds to the database column operation_log.operation_description
54 55 56
     *
     * @mbg.generated
     */
57
    private String operationDescription;
58 59 60 61

    /**
     *
     * This field was generated by MyBatis Generator.
62
     * This field corresponds to the database column operation_log.operation_by
63 64 65
     *
     * @mbg.generated
     */
66
    private String operationBy;
67 68 69 70

    /**
     *
     * This field was generated by MyBatis Generator.
71
     * This field corresponds to the database column operation_log.ip
72 73 74
     *
     * @mbg.generated
     */
75
    private String ip;
76 77 78 79

    /**
     *
     * This field was generated by MyBatis Generator.
80
     * This field corresponds to the database column operation_log.oid
81 82 83
     *
     * @mbg.generated
     */
84
    private String oid;
85 86 87 88

    /**
     *
     * This field was generated by MyBatis Generator.
89
     * This field corresponds to the database column operation_log.module_id
90 91 92
     *
     * @mbg.generated
     */
93
    private Long moduleId;
94 95 96 97

    /**
     *
     * This field was generated by MyBatis Generator.
98
     * This field corresponds to the database column operation_log.comment
99 100 101
     *
     * @mbg.generated
     */
102
    private String comment;
103 104 105 106

    /**
     *
     * This field was generated by MyBatis Generator.
107
     * This field corresponds to the database column operation_log.create_time
108 109 110
     *
     * @mbg.generated
     */
111
    private Date createTime;
112 113 114

    /**
     * This field was generated by MyBatis Generator.
115
     * This field corresponds to the database table operation_log
116 117 118 119 120 121 122
     *
     * @mbg.generated
     */
    private static final long serialVersionUID = 1L;

    /**
     * This method was generated by MyBatis Generator.
123
     * This method returns the value of the database column operation_log.id
124
     *
125
     * @return the value of operation_log.id
126 127 128
     *
     * @mbg.generated
     */
129
    public String getId() {
130
        return id;
131 132 133 134
    }

    /**
     * This method was generated by MyBatis Generator.
135
     * This method sets the value of the database column operation_log.id
136
     *
137
     * @param id the value for operation_log.id
138 139 140
     *
     * @mbg.generated
     */
141
    public void setId(String id) {
142
        this.id = id == null ? null : id.trim();
143 144 145 146
    }

    /**
     * This method was generated by MyBatis Generator.
147
     * This method returns the value of the database column operation_log.operation_object
148
     *
149
     * @return the value of operation_log.operation_object
150 151 152 153 154 155 156 157 158
     *
     * @mbg.generated
     */
    public String getOperationObject() {
        return operationObject;
    }

    /**
     * This method was generated by MyBatis Generator.
159
     * This method sets the value of the database column operation_log.operation_object
160
     *
161
     * @param operationObject the value for operation_log.operation_object
162 163 164 165 166 167 168 169 170
     *
     * @mbg.generated
     */
    public void setOperationObject(String operationObject) {
        this.operationObject = operationObject == null ? null : operationObject.trim();
    }

    /**
     * This method was generated by MyBatis Generator.
171
     * This method returns the value of the database column operation_log.original_state
172
     *
173
     * @return the value of operation_log.original_state
174 175 176 177 178 179 180 181 182
     *
     * @mbg.generated
     */
    public String getOriginalState() {
        return originalState;
    }

    /**
     * This method was generated by MyBatis Generator.
183
     * This method sets the value of the database column operation_log.original_state
184
     *
185
     * @param originalState the value for operation_log.original_state
186 187 188 189 190 191 192 193 194
     *
     * @mbg.generated
     */
    public void setOriginalState(String originalState) {
        this.originalState = originalState == null ? null : originalState.trim();
    }

    /**
     * This method was generated by MyBatis Generator.
195
     * This method returns the value of the database column operation_log.update_state
196
     *
197
     * @return the value of operation_log.update_state
198 199 200 201 202 203 204 205 206
     *
     * @mbg.generated
     */
    public String getUpdateState() {
        return updateState;
    }

    /**
     * This method was generated by MyBatis Generator.
207
     * This method sets the value of the database column operation_log.update_state
208
     *
209
     * @param updateState the value for operation_log.update_state
210 211 212 213 214 215 216 217 218
     *
     * @mbg.generated
     */
    public void setUpdateState(String updateState) {
        this.updateState = updateState == null ? null : updateState.trim();
    }

    /**
     * This method was generated by MyBatis Generator.
219
     * This method returns the value of the database column operation_log.operation_description
220
     *
221
     * @return the value of operation_log.operation_description
222 223 224
     *
     * @mbg.generated
     */
225 226
    public String getOperationDescription() {
        return operationDescription;
227 228 229 230
    }

    /**
     * This method was generated by MyBatis Generator.
231
     * This method sets the value of the database column operation_log.operation_description
232
     *
233
     * @param operationDescription the value for operation_log.operation_description
234 235 236
     *
     * @mbg.generated
     */
237 238
    public void setOperationDescription(String operationDescription) {
        this.operationDescription = operationDescription == null ? null : operationDescription.trim();
239 240 241 242
    }

    /**
     * This method was generated by MyBatis Generator.
243
     * This method returns the value of the database column operation_log.operation_by
244
     *
245
     * @return the value of operation_log.operation_by
246 247 248
     *
     * @mbg.generated
     */
249 250
    public String getOperationBy() {
        return operationBy;
251 252 253 254
    }

    /**
     * This method was generated by MyBatis Generator.
255
     * This method sets the value of the database column operation_log.operation_by
256
     *
257
     * @param operationBy the value for operation_log.operation_by
258 259 260
     *
     * @mbg.generated
     */
261 262
    public void setOperationBy(String operationBy) {
        this.operationBy = operationBy == null ? null : operationBy.trim();
263 264 265 266
    }

    /**
     * This method was generated by MyBatis Generator.
267
     * This method returns the value of the database column operation_log.ip
268
     *
269
     * @return the value of operation_log.ip
270 271 272
     *
     * @mbg.generated
     */
273 274
    public String getIp() {
        return ip;
275 276 277 278
    }

    /**
     * This method was generated by MyBatis Generator.
279
     * This method sets the value of the database column operation_log.ip
280
     *
281
     * @param ip the value for operation_log.ip
282 283 284
     *
     * @mbg.generated
     */
285 286
    public void setIp(String ip) {
        this.ip = ip == null ? null : ip.trim();
287 288 289 290
    }

    /**
     * This method was generated by MyBatis Generator.
291
     * This method returns the value of the database column operation_log.oid
292
     *
293
     * @return the value of operation_log.oid
294 295 296
     *
     * @mbg.generated
     */
297 298
    public String getOid() {
        return oid;
299 300 301 302
    }

    /**
     * This method was generated by MyBatis Generator.
303
     * This method sets the value of the database column operation_log.oid
304
     *
305
     * @param oid the value for operation_log.oid
306 307 308
     *
     * @mbg.generated
     */
309 310
    public void setOid(String oid) {
        this.oid = oid == null ? null : oid.trim();
311 312 313 314
    }

    /**
     * This method was generated by MyBatis Generator.
315
     * This method returns the value of the database column operation_log.module_id
316
     *
317
     * @return the value of operation_log.module_id
318 319 320
     *
     * @mbg.generated
     */
321 322
    public Long getModuleId() {
        return moduleId;
323 324 325 326
    }

    /**
     * This method was generated by MyBatis Generator.
327
     * This method sets the value of the database column operation_log.module_id
328
     *
329
     * @param moduleId the value for operation_log.module_id
330 331 332
     *
     * @mbg.generated
     */
333 334
    public void setModuleId(Long moduleId) {
        this.moduleId = moduleId;
335 336 337 338
    }

    /**
     * This method was generated by MyBatis Generator.
339
     * This method returns the value of the database column operation_log.comment
340
     *
341
     * @return the value of operation_log.comment
342 343 344
     *
     * @mbg.generated
     */
345 346
    public String getComment() {
        return comment;
347 348 349 350
    }

    /**
     * This method was generated by MyBatis Generator.
351
     * This method sets the value of the database column operation_log.comment
352
     *
353
     * @param comment the value for operation_log.comment
354 355 356
     *
     * @mbg.generated
     */
357 358
    public void setComment(String comment) {
        this.comment = comment == null ? null : comment.trim();
359 360 361 362
    }

    /**
     * This method was generated by MyBatis Generator.
363
     * This method returns the value of the database column operation_log.create_time
364
     *
365
     * @return the value of operation_log.create_time
366 367 368
     *
     * @mbg.generated
     */
369 370
    public Date getCreateTime() {
        return createTime;
371 372 373 374
    }

    /**
     * This method was generated by MyBatis Generator.
375
     * This method sets the value of the database column operation_log.create_time
376
     *
377
     * @param createTime the value for operation_log.create_time
378 379 380
     *
     * @mbg.generated
     */
381 382
    public void setCreateTime(Date createTime) {
        this.createTime = createTime;
383 384 385 386
    }

    /**
     * This method was generated by MyBatis Generator.
387
     * This method corresponds to the database table operation_log
388 389 390 391 392 393 394 395 396
     *
     * @mbg.generated
     */
    @Override
    public String toString() {
        StringBuilder sb = new StringBuilder();
        sb.append(getClass().getSimpleName());
        sb.append(" [");
        sb.append("Hash = ").append(hashCode());
397
        sb.append(", id=").append(id);
398 399 400
        sb.append(", operationObject=").append(operationObject);
        sb.append(", originalState=").append(originalState);
        sb.append(", updateState=").append(updateState);
401 402 403 404 405
        sb.append(", operationDescription=").append(operationDescription);
        sb.append(", operationBy=").append(operationBy);
        sb.append(", ip=").append(ip);
        sb.append(", oid=").append(oid);
        sb.append(", moduleId=").append(moduleId);
406 407 408 409 410 411
        sb.append(", comment=").append(comment);
        sb.append(", createTime=").append(createTime);
        sb.append("]");
        return sb.toString();
    }
}