PeriodCellReference.java 10.6 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

import java.io.Serializable;

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

    /**
     *
     * This field was generated by MyBatis Generator.
neo's avatar
neo committed
25
     * This field corresponds to the database column TAX_PROJECT.PERIOD_CELL_REFERENCE.REFERENCE_FROM_CELL_ID
26 27 28
     *
     * @mbg.generated
     */
neo's avatar
neo committed
29
    private String referenceFromCellId;
30 31 32 33

    /**
     *
     * This field was generated by MyBatis Generator.
neo's avatar
neo committed
34
     * This field corresponds to the database column TAX_PROJECT.PERIOD_CELL_REFERENCE.REFERENCE_FROM_TEMPLATE_ID
35 36 37
     *
     * @mbg.generated
     */
neo's avatar
neo committed
38
    private String referenceFromTemplateId;
39 40 41 42

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

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

    /**
     *
     * This field was generated by MyBatis Generator.
neo's avatar
neo committed
61
     * This field corresponds to the database column TAX_PROJECT.PERIOD_CELL_REFERENCE.REFERENCE_FROM_KEY_VALUE_ID
62 63 64
     *
     * @mbg.generated
     */
neo's avatar
neo committed
65
    private String referenceFromKeyValueId;
66 67 68 69

    /**
     *
     * This field was generated by MyBatis Generator.
neo's avatar
neo committed
70
     * This field corresponds to the database column TAX_PROJECT.PERIOD_CELL_REFERENCE.REFERENCE_TO_KEY_VALUE_ID
71 72 73
     *
     * @mbg.generated
     */
neo's avatar
neo committed
74
    private String referenceToKeyValueId;
75 76 77 78

    /**
     *
     * This field was generated by MyBatis Generator.
neo's avatar
neo committed
79
     * This field corresponds to the database column TAX_PROJECT.PERIOD_CELL_REFERENCE.IS_VALIDATION
80 81 82 83 84 85 86
     *
     * @mbg.generated
     */
    private Integer isValidation;

    /**
     * This field was generated by MyBatis Generator.
neo's avatar
neo committed
87
     * This field corresponds to the database table TAX_PROJECT.PERIOD_CELL_REFERENCE
88 89 90 91 92 93 94
     *
     * @mbg.generated
     */
    private static final long serialVersionUID = 1L;

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
95
     * This method returns the value of the database column TAX_PROJECT.PERIOD_CELL_REFERENCE.FORMULA_BLOCK_INDEX
96
     *
neo's avatar
neo committed
97
     * @return the value of TAX_PROJECT.PERIOD_CELL_REFERENCE.FORMULA_BLOCK_INDEX
98 99 100 101 102 103 104 105 106
     *
     * @mbg.generated
     */
    public Integer getFormulaBlockIndex() {
        return formulaBlockIndex;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
107
     * This method sets the value of the database column TAX_PROJECT.PERIOD_CELL_REFERENCE.FORMULA_BLOCK_INDEX
108
     *
neo's avatar
neo committed
109
     * @param formulaBlockIndex the value for TAX_PROJECT.PERIOD_CELL_REFERENCE.FORMULA_BLOCK_INDEX
110 111 112 113 114 115 116 117 118
     *
     * @mbg.generated
     */
    public void setFormulaBlockIndex(Integer formulaBlockIndex) {
        this.formulaBlockIndex = formulaBlockIndex;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
119
     * This method returns the value of the database column TAX_PROJECT.PERIOD_CELL_REFERENCE.REFERENCE_FROM_CELL_ID
120
     *
neo's avatar
neo committed
121
     * @return the value of TAX_PROJECT.PERIOD_CELL_REFERENCE.REFERENCE_FROM_CELL_ID
122 123 124
     *
     * @mbg.generated
     */
neo's avatar
neo committed
125 126
    public String getReferenceFromCellId() {
        return referenceFromCellId;
127 128 129 130
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
131
     * This method sets the value of the database column TAX_PROJECT.PERIOD_CELL_REFERENCE.REFERENCE_FROM_CELL_ID
132
     *
neo's avatar
neo committed
133
     * @param referenceFromCellId the value for TAX_PROJECT.PERIOD_CELL_REFERENCE.REFERENCE_FROM_CELL_ID
134 135 136
     *
     * @mbg.generated
     */
neo's avatar
neo committed
137 138
    public void setReferenceFromCellId(String referenceFromCellId) {
        this.referenceFromCellId = referenceFromCellId == null ? null : referenceFromCellId.trim();
139 140 141 142
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
143
     * This method returns the value of the database column TAX_PROJECT.PERIOD_CELL_REFERENCE.REFERENCE_FROM_TEMPLATE_ID
144
     *
neo's avatar
neo committed
145
     * @return the value of TAX_PROJECT.PERIOD_CELL_REFERENCE.REFERENCE_FROM_TEMPLATE_ID
146 147 148
     *
     * @mbg.generated
     */
neo's avatar
neo committed
149 150
    public String getReferenceFromTemplateId() {
        return referenceFromTemplateId;
151 152 153 154
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
155
     * This method sets the value of the database column TAX_PROJECT.PERIOD_CELL_REFERENCE.REFERENCE_FROM_TEMPLATE_ID
156
     *
neo's avatar
neo committed
157
     * @param referenceFromTemplateId the value for TAX_PROJECT.PERIOD_CELL_REFERENCE.REFERENCE_FROM_TEMPLATE_ID
158 159 160
     *
     * @mbg.generated
     */
neo's avatar
neo committed
161 162
    public void setReferenceFromTemplateId(String referenceFromTemplateId) {
        this.referenceFromTemplateId = referenceFromTemplateId == null ? null : referenceFromTemplateId.trim();
163 164 165 166
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
167
     * This method returns the value of the database column TAX_PROJECT.PERIOD_CELL_REFERENCE.REFERENCE_TO_CELL_ID
168
     *
neo's avatar
neo committed
169
     * @return the value of TAX_PROJECT.PERIOD_CELL_REFERENCE.REFERENCE_TO_CELL_ID
170 171 172
     *
     * @mbg.generated
     */
neo's avatar
neo committed
173 174
    public String getReferenceToCellId() {
        return referenceToCellId;
175 176 177 178
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
179
     * This method sets the value of the database column TAX_PROJECT.PERIOD_CELL_REFERENCE.REFERENCE_TO_CELL_ID
180
     *
neo's avatar
neo committed
181
     * @param referenceToCellId the value for TAX_PROJECT.PERIOD_CELL_REFERENCE.REFERENCE_TO_CELL_ID
182 183 184
     *
     * @mbg.generated
     */
neo's avatar
neo committed
185 186
    public void setReferenceToCellId(String referenceToCellId) {
        this.referenceToCellId = referenceToCellId == null ? null : referenceToCellId.trim();
187 188 189 190
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
191
     * This method returns the value of the database column TAX_PROJECT.PERIOD_CELL_REFERENCE.REFERENCE_TO_TEMPLATE_ID
192
     *
neo's avatar
neo committed
193
     * @return the value of TAX_PROJECT.PERIOD_CELL_REFERENCE.REFERENCE_TO_TEMPLATE_ID
194 195 196
     *
     * @mbg.generated
     */
neo's avatar
neo committed
197 198
    public String getReferenceToTemplateId() {
        return referenceToTemplateId;
199 200 201 202
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
203
     * This method sets the value of the database column TAX_PROJECT.PERIOD_CELL_REFERENCE.REFERENCE_TO_TEMPLATE_ID
204
     *
neo's avatar
neo committed
205
     * @param referenceToTemplateId the value for TAX_PROJECT.PERIOD_CELL_REFERENCE.REFERENCE_TO_TEMPLATE_ID
206 207 208
     *
     * @mbg.generated
     */
neo's avatar
neo committed
209 210
    public void setReferenceToTemplateId(String referenceToTemplateId) {
        this.referenceToTemplateId = referenceToTemplateId == null ? null : referenceToTemplateId.trim();
211 212 213 214
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
215
     * This method returns the value of the database column TAX_PROJECT.PERIOD_CELL_REFERENCE.REFERENCE_FROM_KEY_VALUE_ID
216
     *
neo's avatar
neo committed
217
     * @return the value of TAX_PROJECT.PERIOD_CELL_REFERENCE.REFERENCE_FROM_KEY_VALUE_ID
218 219 220
     *
     * @mbg.generated
     */
neo's avatar
neo committed
221 222
    public String getReferenceFromKeyValueId() {
        return referenceFromKeyValueId;
223 224 225 226
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
227
     * This method sets the value of the database column TAX_PROJECT.PERIOD_CELL_REFERENCE.REFERENCE_FROM_KEY_VALUE_ID
228
     *
neo's avatar
neo committed
229
     * @param referenceFromKeyValueId the value for TAX_PROJECT.PERIOD_CELL_REFERENCE.REFERENCE_FROM_KEY_VALUE_ID
230 231 232
     *
     * @mbg.generated
     */
neo's avatar
neo committed
233 234
    public void setReferenceFromKeyValueId(String referenceFromKeyValueId) {
        this.referenceFromKeyValueId = referenceFromKeyValueId == null ? null : referenceFromKeyValueId.trim();
235 236 237 238
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
239
     * This method returns the value of the database column TAX_PROJECT.PERIOD_CELL_REFERENCE.REFERENCE_TO_KEY_VALUE_ID
240
     *
neo's avatar
neo committed
241
     * @return the value of TAX_PROJECT.PERIOD_CELL_REFERENCE.REFERENCE_TO_KEY_VALUE_ID
242 243 244
     *
     * @mbg.generated
     */
neo's avatar
neo committed
245 246
    public String getReferenceToKeyValueId() {
        return referenceToKeyValueId;
247 248 249 250
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
251
     * This method sets the value of the database column TAX_PROJECT.PERIOD_CELL_REFERENCE.REFERENCE_TO_KEY_VALUE_ID
252
     *
neo's avatar
neo committed
253
     * @param referenceToKeyValueId the value for TAX_PROJECT.PERIOD_CELL_REFERENCE.REFERENCE_TO_KEY_VALUE_ID
254 255 256
     *
     * @mbg.generated
     */
neo's avatar
neo committed
257 258
    public void setReferenceToKeyValueId(String referenceToKeyValueId) {
        this.referenceToKeyValueId = referenceToKeyValueId == null ? null : referenceToKeyValueId.trim();
259 260 261 262
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
263
     * This method returns the value of the database column TAX_PROJECT.PERIOD_CELL_REFERENCE.IS_VALIDATION
264
     *
neo's avatar
neo committed
265
     * @return the value of TAX_PROJECT.PERIOD_CELL_REFERENCE.IS_VALIDATION
266 267 268 269 270 271 272 273 274
     *
     * @mbg.generated
     */
    public Integer getIsValidation() {
        return isValidation;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
275
     * This method sets the value of the database column TAX_PROJECT.PERIOD_CELL_REFERENCE.IS_VALIDATION
276
     *
neo's avatar
neo committed
277
     * @param isValidation the value for TAX_PROJECT.PERIOD_CELL_REFERENCE.IS_VALIDATION
278 279 280 281 282 283 284 285 286
     *
     * @mbg.generated
     */
    public void setIsValidation(Integer isValidation) {
        this.isValidation = isValidation;
    }

    /**
     * This method was generated by MyBatis Generator.
neo's avatar
neo committed
287
     * This method corresponds to the database table TAX_PROJECT.PERIOD_CELL_REFERENCE
288 289 290 291 292 293 294 295 296 297
     *
     * @mbg.generated
     */
    @Override
    public String toString() {
        StringBuilder sb = new StringBuilder();
        sb.append(getClass().getSimpleName());
        sb.append(" [");
        sb.append("Hash = ").append(hashCode());
        sb.append(", formulaBlockIndex=").append(formulaBlockIndex);
neo's avatar
neo committed
298 299 300 301 302 303
        sb.append(", referenceFromCellId=").append(referenceFromCellId);
        sb.append(", referenceFromTemplateId=").append(referenceFromTemplateId);
        sb.append(", referenceToCellId=").append(referenceToCellId);
        sb.append(", referenceToTemplateId=").append(referenceToTemplateId);
        sb.append(", referenceFromKeyValueId=").append(referenceFromKeyValueId);
        sb.append(", referenceToKeyValueId=").append(referenceToKeyValueId);
304 305 306 307 308
        sb.append(", isValidation=").append(isValidation);
        sb.append("]");
        return sb.toString();
    }
}