PeriodDataSourceDetail.java 6.78 KB
Newer Older
neo's avatar
neo committed
1 2 3 4 5 6 7
package pwc.taxtech.atms.vat.entity;

import java.io.Serializable;

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

    /**
     *
     * This field was generated by MyBatis Generator.
25
     * This field corresponds to the database column period_data_source_detail.data_source_id
neo's avatar
neo committed
26 27 28 29 30 31 32 33
     *
     * @mbg.generated
     */
    private Long dataSourceId;

    /**
     *
     * This field was generated by MyBatis Generator.
34
     * This field corresponds to the database column period_data_source_detail.data_source_type
neo's avatar
neo committed
35 36 37 38 39 40 41 42
     *
     * @mbg.generated
     */
    private Integer dataSourceType;

    /**
     *
     * This field was generated by MyBatis Generator.
43
     * This field corresponds to the database column period_data_source_detail.item_value
neo's avatar
neo committed
44 45 46 47 48 49 50 51
     *
     * @mbg.generated
     */
    private String itemValue;

    /**
     *
     * This field was generated by MyBatis Generator.
52
     * This field corresponds to the database column period_data_source_detail.project_id
neo's avatar
neo committed
53 54 55 56 57 58 59 60
     *
     * @mbg.generated
     */
    private String projectId;

    /**
     *
     * This field was generated by MyBatis Generator.
61
     * This field corresponds to the database column period_data_source_detail.period
neo's avatar
neo committed
62 63 64 65 66 67 68
     *
     * @mbg.generated
     */
    private Integer period;

    /**
     * This field was generated by MyBatis Generator.
69
     * This field corresponds to the database table period_data_source_detail
neo's avatar
neo committed
70 71 72 73 74 75 76
     *
     * @mbg.generated
     */
    private static final long serialVersionUID = 1L;

    /**
     * This method was generated by MyBatis Generator.
77
     * This method returns the value of the database column period_data_source_detail.id
neo's avatar
neo committed
78
     *
79
     * @return the value of period_data_source_detail.id
neo's avatar
neo committed
80 81 82 83 84 85 86 87 88
     *
     * @mbg.generated
     */
    public Long getId() {
        return id;
    }

    /**
     * This method was generated by MyBatis Generator.
89
     * This method sets the value of the database column period_data_source_detail.id
neo's avatar
neo committed
90
     *
91
     * @param id the value for period_data_source_detail.id
neo's avatar
neo committed
92 93 94 95 96 97 98 99 100
     *
     * @mbg.generated
     */
    public void setId(Long id) {
        this.id = id;
    }

    /**
     * This method was generated by MyBatis Generator.
101
     * This method returns the value of the database column period_data_source_detail.data_source_id
neo's avatar
neo committed
102
     *
103
     * @return the value of period_data_source_detail.data_source_id
neo's avatar
neo committed
104 105 106 107 108 109 110 111 112
     *
     * @mbg.generated
     */
    public Long getDataSourceId() {
        return dataSourceId;
    }

    /**
     * This method was generated by MyBatis Generator.
113
     * This method sets the value of the database column period_data_source_detail.data_source_id
neo's avatar
neo committed
114
     *
115
     * @param dataSourceId the value for period_data_source_detail.data_source_id
neo's avatar
neo committed
116 117 118 119 120 121 122 123 124
     *
     * @mbg.generated
     */
    public void setDataSourceId(Long dataSourceId) {
        this.dataSourceId = dataSourceId;
    }

    /**
     * This method was generated by MyBatis Generator.
125
     * This method returns the value of the database column period_data_source_detail.data_source_type
neo's avatar
neo committed
126
     *
127
     * @return the value of period_data_source_detail.data_source_type
neo's avatar
neo committed
128 129 130 131 132 133 134 135 136
     *
     * @mbg.generated
     */
    public Integer getDataSourceType() {
        return dataSourceType;
    }

    /**
     * This method was generated by MyBatis Generator.
137
     * This method sets the value of the database column period_data_source_detail.data_source_type
neo's avatar
neo committed
138
     *
139
     * @param dataSourceType the value for period_data_source_detail.data_source_type
neo's avatar
neo committed
140 141 142 143 144 145 146 147 148
     *
     * @mbg.generated
     */
    public void setDataSourceType(Integer dataSourceType) {
        this.dataSourceType = dataSourceType;
    }

    /**
     * This method was generated by MyBatis Generator.
149
     * This method returns the value of the database column period_data_source_detail.item_value
neo's avatar
neo committed
150
     *
151
     * @return the value of period_data_source_detail.item_value
neo's avatar
neo committed
152 153 154 155 156 157 158 159 160
     *
     * @mbg.generated
     */
    public String getItemValue() {
        return itemValue;
    }

    /**
     * This method was generated by MyBatis Generator.
161
     * This method sets the value of the database column period_data_source_detail.item_value
neo's avatar
neo committed
162
     *
163
     * @param itemValue the value for period_data_source_detail.item_value
neo's avatar
neo committed
164 165 166 167 168 169 170 171 172
     *
     * @mbg.generated
     */
    public void setItemValue(String itemValue) {
        this.itemValue = itemValue == null ? null : itemValue.trim();
    }

    /**
     * This method was generated by MyBatis Generator.
173
     * This method returns the value of the database column period_data_source_detail.project_id
neo's avatar
neo committed
174
     *
175
     * @return the value of period_data_source_detail.project_id
neo's avatar
neo committed
176 177 178 179 180 181 182 183 184
     *
     * @mbg.generated
     */
    public String getProjectId() {
        return projectId;
    }

    /**
     * This method was generated by MyBatis Generator.
185
     * This method sets the value of the database column period_data_source_detail.project_id
neo's avatar
neo committed
186
     *
187
     * @param projectId the value for period_data_source_detail.project_id
neo's avatar
neo committed
188 189 190 191 192 193 194 195 196
     *
     * @mbg.generated
     */
    public void setProjectId(String projectId) {
        this.projectId = projectId == null ? null : projectId.trim();
    }

    /**
     * This method was generated by MyBatis Generator.
197
     * This method returns the value of the database column period_data_source_detail.period
neo's avatar
neo committed
198
     *
199
     * @return the value of period_data_source_detail.period
neo's avatar
neo committed
200 201 202 203 204 205 206 207 208
     *
     * @mbg.generated
     */
    public Integer getPeriod() {
        return period;
    }

    /**
     * This method was generated by MyBatis Generator.
209
     * This method sets the value of the database column period_data_source_detail.period
neo's avatar
neo committed
210
     *
211
     * @param period the value for period_data_source_detail.period
neo's avatar
neo committed
212 213 214 215 216 217 218 219 220
     *
     * @mbg.generated
     */
    public void setPeriod(Integer period) {
        this.period = period;
    }

    /**
     * This method was generated by MyBatis Generator.
221
     * This method corresponds to the database table period_data_source_detail
neo's avatar
neo committed
222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240
     *
     * @mbg.generated
     */
    @Override
    public String toString() {
        StringBuilder sb = new StringBuilder();
        sb.append(getClass().getSimpleName());
        sb.append(" [");
        sb.append("Hash = ").append(hashCode());
        sb.append(", id=").append(id);
        sb.append(", dataSourceId=").append(dataSourceId);
        sb.append(", dataSourceType=").append(dataSourceType);
        sb.append(", itemValue=").append(itemValue);
        sb.append(", projectId=").append(projectId);
        sb.append(", period=").append(period);
        sb.append("]");
        return sb.toString();
    }
}