PeriodInfo.java 9.92 KB
Newer Older
1
package pwc.taxtech.atms.entity;
2 3 4 5 6 7 8

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

/**
 *
 * This class was generated by MyBatis Generator.
gary's avatar
gary committed
9
 * This class corresponds to the database table period_info
10 11 12
 *
 * @mbg.generated do_not_delete_during_merge
 */
gary's avatar
gary committed
13
public class PeriodInfo extends BaseEntity implements Serializable {
14 15 16
    /**
     *
     * This field was generated by MyBatis Generator.
gary's avatar
gary committed
17
     * This field corresponds to the database column period_info.id
18 19 20
     *
     * @mbg.generated
     */
neo's avatar
neo committed
21
    private String id;
22 23 24 25

    /**
     *
     * This field was generated by MyBatis Generator.
gary's avatar
gary committed
26
     * This field corresponds to the database column period_info.project_id
27 28 29
     *
     * @mbg.generated
     */
neo's avatar
neo committed
30
    private String projectId;
31 32 33 34

    /**
     *
     * This field was generated by MyBatis Generator.
gary's avatar
gary committed
35
     * This field corresponds to the database column period_info.period
36 37 38 39 40 41 42 43
     *
     * @mbg.generated
     */
    private Integer period;

    /**
     *
     * This field was generated by MyBatis Generator.
gary's avatar
gary committed
44
     * This field corresponds to the database column period_info.status
45 46 47 48 49 50 51 52
     *
     * @mbg.generated
     */
    private Integer status;

    /**
     *
     * This field was generated by MyBatis Generator.
gary's avatar
gary committed
53
     * This field corresponds to the database column period_info.creator_id
54 55 56
     *
     * @mbg.generated
     */
neo's avatar
neo committed
57
    private String creatorId;
58 59 60 61

    /**
     *
     * This field was generated by MyBatis Generator.
gary's avatar
gary committed
62
     * This field corresponds to the database column period_info.create_time
63 64 65 66 67 68 69 70
     *
     * @mbg.generated
     */
    private Date createTime;

    /**
     *
     * This field was generated by MyBatis Generator.
gary's avatar
gary committed
71
     * This field corresponds to the database column period_info.update_time
72 73 74 75 76 77 78 79
     *
     * @mbg.generated
     */
    private Date updateTime;

    /**
     *
     * This field was generated by MyBatis Generator.
gary's avatar
gary committed
80
     * This field corresponds to the database column period_info.project_info
81 82 83
     *
     * @mbg.generated
     */
gary's avatar
gary committed
84
    private String projectInfo;
85 86 87 88

    /**
     *
     * This field was generated by MyBatis Generator.
gary's avatar
gary committed
89
     * This field corresponds to the database column period_info.import_type
90 91 92
     *
     * @mbg.generated
     */
gary's avatar
gary committed
93
    private Integer importType;
94 95 96 97

    /**
     *
     * This field was generated by MyBatis Generator.
gary's avatar
gary committed
98
     * This field corresponds to the database column period_info.service_type
99 100 101
     *
     * @mbg.generated
     */
gary's avatar
gary committed
102
    private Integer serviceType;
103 104 105

    /**
     * This field was generated by MyBatis Generator.
gary's avatar
gary committed
106
     * This field corresponds to the database table period_info
107 108 109 110 111 112 113
     *
     * @mbg.generated
     */
    private static final long serialVersionUID = 1L;

    /**
     * This method was generated by MyBatis Generator.
gary's avatar
gary committed
114
     * This method returns the value of the database column period_info.id
115
     *
gary's avatar
gary committed
116
     * @return the value of period_info.id
117 118 119
     *
     * @mbg.generated
     */
neo's avatar
neo committed
120 121
    public String getId() {
        return id;
122 123 124 125
    }

    /**
     * This method was generated by MyBatis Generator.
gary's avatar
gary committed
126
     * This method sets the value of the database column period_info.id
127
     *
gary's avatar
gary committed
128
     * @param id the value for period_info.id
129 130 131
     *
     * @mbg.generated
     */
neo's avatar
neo committed
132 133
    public void setId(String id) {
        this.id = id == null ? null : id.trim();
134 135 136 137
    }

    /**
     * This method was generated by MyBatis Generator.
gary's avatar
gary committed
138
     * This method returns the value of the database column period_info.project_id
139
     *
gary's avatar
gary committed
140
     * @return the value of period_info.project_id
141 142 143
     *
     * @mbg.generated
     */
neo's avatar
neo committed
144 145
    public String getProjectId() {
        return projectId;
146 147 148 149
    }

    /**
     * This method was generated by MyBatis Generator.
gary's avatar
gary committed
150
     * This method sets the value of the database column period_info.project_id
151
     *
gary's avatar
gary committed
152
     * @param projectId the value for period_info.project_id
153 154 155
     *
     * @mbg.generated
     */
neo's avatar
neo committed
156 157
    public void setProjectId(String projectId) {
        this.projectId = projectId == null ? null : projectId.trim();
158 159 160 161
    }

    /**
     * This method was generated by MyBatis Generator.
gary's avatar
gary committed
162
     * This method returns the value of the database column period_info.period
163
     *
gary's avatar
gary committed
164
     * @return the value of period_info.period
165 166 167 168 169 170 171 172 173
     *
     * @mbg.generated
     */
    public Integer getPeriod() {
        return period;
    }

    /**
     * This method was generated by MyBatis Generator.
gary's avatar
gary committed
174
     * This method sets the value of the database column period_info.period
175
     *
gary's avatar
gary committed
176
     * @param period the value for period_info.period
177 178 179 180 181 182 183 184 185
     *
     * @mbg.generated
     */
    public void setPeriod(Integer period) {
        this.period = period;
    }

    /**
     * This method was generated by MyBatis Generator.
gary's avatar
gary committed
186
     * This method returns the value of the database column period_info.status
187
     *
gary's avatar
gary committed
188
     * @return the value of period_info.status
189 190 191 192 193 194 195 196 197
     *
     * @mbg.generated
     */
    public Integer getStatus() {
        return status;
    }

    /**
     * This method was generated by MyBatis Generator.
gary's avatar
gary committed
198
     * This method sets the value of the database column period_info.status
199
     *
gary's avatar
gary committed
200
     * @param status the value for period_info.status
201 202 203 204 205 206 207 208 209
     *
     * @mbg.generated
     */
    public void setStatus(Integer status) {
        this.status = status;
    }

    /**
     * This method was generated by MyBatis Generator.
gary's avatar
gary committed
210
     * This method returns the value of the database column period_info.creator_id
211
     *
gary's avatar
gary committed
212
     * @return the value of period_info.creator_id
213 214 215
     *
     * @mbg.generated
     */
neo's avatar
neo committed
216 217
    public String getCreatorId() {
        return creatorId;
218 219 220 221
    }

    /**
     * This method was generated by MyBatis Generator.
gary's avatar
gary committed
222
     * This method sets the value of the database column period_info.creator_id
223
     *
gary's avatar
gary committed
224
     * @param creatorId the value for period_info.creator_id
225 226 227
     *
     * @mbg.generated
     */
neo's avatar
neo committed
228 229
    public void setCreatorId(String creatorId) {
        this.creatorId = creatorId == null ? null : creatorId.trim();
230 231 232 233
    }

    /**
     * This method was generated by MyBatis Generator.
gary's avatar
gary committed
234
     * This method returns the value of the database column period_info.create_time
235
     *
gary's avatar
gary committed
236
     * @return the value of period_info.create_time
237 238 239 240 241 242 243 244 245
     *
     * @mbg.generated
     */
    public Date getCreateTime() {
        return createTime;
    }

    /**
     * This method was generated by MyBatis Generator.
gary's avatar
gary committed
246
     * This method sets the value of the database column period_info.create_time
247
     *
gary's avatar
gary committed
248
     * @param createTime the value for period_info.create_time
249 250 251 252 253 254 255 256 257
     *
     * @mbg.generated
     */
    public void setCreateTime(Date createTime) {
        this.createTime = createTime;
    }

    /**
     * This method was generated by MyBatis Generator.
gary's avatar
gary committed
258
     * This method returns the value of the database column period_info.update_time
259
     *
gary's avatar
gary committed
260
     * @return the value of period_info.update_time
261 262 263 264 265 266 267 268 269
     *
     * @mbg.generated
     */
    public Date getUpdateTime() {
        return updateTime;
    }

    /**
     * This method was generated by MyBatis Generator.
gary's avatar
gary committed
270
     * This method sets the value of the database column period_info.update_time
271
     *
gary's avatar
gary committed
272
     * @param updateTime the value for period_info.update_time
273 274 275 276 277 278 279 280 281
     *
     * @mbg.generated
     */
    public void setUpdateTime(Date updateTime) {
        this.updateTime = updateTime;
    }

    /**
     * This method was generated by MyBatis Generator.
gary's avatar
gary committed
282
     * This method returns the value of the database column period_info.project_info
283
     *
gary's avatar
gary committed
284
     * @return the value of period_info.project_info
285 286 287
     *
     * @mbg.generated
     */
gary's avatar
gary committed
288 289
    public String getProjectInfo() {
        return projectInfo;
290 291 292 293
    }

    /**
     * This method was generated by MyBatis Generator.
gary's avatar
gary committed
294
     * This method sets the value of the database column period_info.project_info
295
     *
gary's avatar
gary committed
296
     * @param projectInfo the value for period_info.project_info
297 298 299
     *
     * @mbg.generated
     */
gary's avatar
gary committed
300 301
    public void setProjectInfo(String projectInfo) {
        this.projectInfo = projectInfo == null ? null : projectInfo.trim();
302 303 304 305
    }

    /**
     * This method was generated by MyBatis Generator.
gary's avatar
gary committed
306
     * This method returns the value of the database column period_info.import_type
307
     *
gary's avatar
gary committed
308
     * @return the value of period_info.import_type
309 310 311
     *
     * @mbg.generated
     */
gary's avatar
gary committed
312 313
    public Integer getImportType() {
        return importType;
314 315 316 317
    }

    /**
     * This method was generated by MyBatis Generator.
gary's avatar
gary committed
318
     * This method sets the value of the database column period_info.import_type
319
     *
gary's avatar
gary committed
320
     * @param importType the value for period_info.import_type
321 322 323
     *
     * @mbg.generated
     */
gary's avatar
gary committed
324 325
    public void setImportType(Integer importType) {
        this.importType = importType;
326 327 328 329
    }

    /**
     * This method was generated by MyBatis Generator.
gary's avatar
gary committed
330
     * This method returns the value of the database column period_info.service_type
331
     *
gary's avatar
gary committed
332
     * @return the value of period_info.service_type
333 334 335
     *
     * @mbg.generated
     */
gary's avatar
gary committed
336 337
    public Integer getServiceType() {
        return serviceType;
338 339 340 341
    }

    /**
     * This method was generated by MyBatis Generator.
gary's avatar
gary committed
342
     * This method sets the value of the database column period_info.service_type
343
     *
gary's avatar
gary committed
344
     * @param serviceType the value for period_info.service_type
345 346 347
     *
     * @mbg.generated
     */
gary's avatar
gary committed
348 349
    public void setServiceType(Integer serviceType) {
        this.serviceType = serviceType;
350 351 352 353
    }

    /**
     * This method was generated by MyBatis Generator.
gary's avatar
gary committed
354
     * This method corresponds to the database table period_info
355 356 357 358 359 360 361 362 363
     *
     * @mbg.generated
     */
    @Override
    public String toString() {
        StringBuilder sb = new StringBuilder();
        sb.append(getClass().getSimpleName());
        sb.append(" [");
        sb.append("Hash = ").append(hashCode());
neo's avatar
neo committed
364 365
        sb.append(", id=").append(id);
        sb.append(", projectId=").append(projectId);
366 367
        sb.append(", period=").append(period);
        sb.append(", status=").append(status);
neo's avatar
neo committed
368
        sb.append(", creatorId=").append(creatorId);
369 370
        sb.append(", createTime=").append(createTime);
        sb.append(", updateTime=").append(updateTime);
gary's avatar
gary committed
371
        sb.append(", projectInfo=").append(projectInfo);
372 373 374 375 376 377
        sb.append(", importType=").append(importType);
        sb.append(", serviceType=").append(serviceType);
        sb.append("]");
        return sb.toString();
    }
}