package pwc.taxtech.atms.entity; import java.io.Serializable; import java.util.Date; /** * * This class was generated by MyBatis Generator. * This class corresponds to the database table CELL_TEMPLATE_CONFIG * * @mbg.generated do_not_delete_during_merge */ public class CellTemplateConfig extends BaseEntity implements Serializable { /** * * This field was generated by MyBatis Generator. * This field corresponds to the database column CELL_TEMPLATE_CONFIG.id * * @mbg.generated */ private Long id; /** * * This field was generated by MyBatis Generator. * This field corresponds to the database column CELL_TEMPLATE_CONFIG.CELL_TEMPLATE_ID * * @mbg.generated */ private Long cellTemplateId; /** * * This field was generated by MyBatis Generator. * This field corresponds to the database column CELL_TEMPLATE_CONFIG.REPORT_TEMPLATE_ID * * @mbg.generated */ private Long reportTemplateId; /** * * This field was generated by MyBatis Generator. * This field corresponds to the database column CELL_TEMPLATE_CONFIG.DATA_SOURCE_TYPE * * @mbg.generated */ private Integer dataSourceType; /** * * This field was generated by MyBatis Generator. * This field corresponds to the database column CELL_TEMPLATE_CONFIG.FORMULA * * @mbg.generated */ private String formula; /** * * This field was generated by MyBatis Generator. * This field corresponds to the database column CELL_TEMPLATE_CONFIG.FORMULA_DESCRIPTION * * @mbg.generated */ private String formulaDescription; /** * * This field was generated by MyBatis Generator. * This field corresponds to the database column CELL_TEMPLATE_CONFIG.ACCOUNT_CODES * * @mbg.generated */ private String accountCodes; /** * * This field was generated by MyBatis Generator. * This field corresponds to the database column CELL_TEMPLATE_CONFIG.INVOICE_TYPE * * @mbg.generated */ private Integer invoiceType; /** * * This field was generated by MyBatis Generator. * This field corresponds to the database column CELL_TEMPLATE_CONFIG.TAX_RATE * * @mbg.generated */ private String taxRate; /** * * This field was generated by MyBatis Generator. * This field corresponds to the database column CELL_TEMPLATE_CONFIG.INVOICE_AMOUNT_TYPE * * @mbg.generated */ private Integer invoiceAmountType; /** * * This field was generated by MyBatis Generator. * This field corresponds to the database column CELL_TEMPLATE_CONFIG.MODEL_IDS * * @mbg.generated */ private String modelIds; /** * * This field was generated by MyBatis Generator. * This field corresponds to the database column CELL_TEMPLATE_CONFIG.CREATE_BY * * @mbg.generated */ private String createBy; /** * * This field was generated by MyBatis Generator. * This field corresponds to the database column CELL_TEMPLATE_CONFIG.CREATE_TIME * * @mbg.generated */ private Date createTime; /** * * This field was generated by MyBatis Generator. * This field corresponds to the database column CELL_TEMPLATE_CONFIG.UPDATE_BY * * @mbg.generated */ private String updateBy; /** * * This field was generated by MyBatis Generator. * This field corresponds to the database column CELL_TEMPLATE_CONFIG.UPDATE_TIME * * @mbg.generated */ private Date updateTime; /** * * This field was generated by MyBatis Generator. * This field corresponds to the database column CELL_TEMPLATE_CONFIG.INVOICE_CATEGORY * * @mbg.generated */ private String invoiceCategory; /** * * This field was generated by MyBatis Generator. * This field corresponds to the database column CELL_TEMPLATE_CONFIG.FORMULA_DATA_SOURCE * * @mbg.generated */ private String formulaDataSource; /** * * This field was generated by MyBatis Generator. * This field corresponds to the database column CELL_TEMPLATE_CONFIG.VALIDATION * * @mbg.generated */ private String validation; /** * * This field was generated by MyBatis Generator. * This field corresponds to the database column CELL_TEMPLATE_CONFIG.VALIDATION_DESCRIPTION * * @mbg.generated */ private String validationDescription; /** * * This field was generated by MyBatis Generator. * This field corresponds to the database column CELL_TEMPLATE_CONFIG.VOUCHER_KEYWORD * * @mbg.generated */ private String voucherKeyword; /** * This field was generated by MyBatis Generator. * This field corresponds to the database table CELL_TEMPLATE_CONFIG * * @mbg.generated */ private static final long serialVersionUID = 1L; /** * This method was generated by MyBatis Generator. * This method returns the value of the database column CELL_TEMPLATE_CONFIG.id * * @return the value of CELL_TEMPLATE_CONFIG.id * * @mbg.generated */ public Long getId() { return id; } /** * This method was generated by MyBatis Generator. * This method sets the value of the database column CELL_TEMPLATE_CONFIG.id * * @param id the value for CELL_TEMPLATE_CONFIG.id * * @mbg.generated */ public void setId(Long id) { this.id = id; } /** * This method was generated by MyBatis Generator. * This method returns the value of the database column CELL_TEMPLATE_CONFIG.CELL_TEMPLATE_ID * * @return the value of CELL_TEMPLATE_CONFIG.CELL_TEMPLATE_ID * * @mbg.generated */ public Long getCellTemplateId() { return cellTemplateId; } /** * This method was generated by MyBatis Generator. * This method sets the value of the database column CELL_TEMPLATE_CONFIG.CELL_TEMPLATE_ID * * @param cellTemplateId the value for CELL_TEMPLATE_CONFIG.CELL_TEMPLATE_ID * * @mbg.generated */ public void setCellTemplateId(Long cellTemplateId) { this.cellTemplateId = cellTemplateId; } /** * This method was generated by MyBatis Generator. * This method returns the value of the database column CELL_TEMPLATE_CONFIG.REPORT_TEMPLATE_ID * * @return the value of CELL_TEMPLATE_CONFIG.REPORT_TEMPLATE_ID * * @mbg.generated */ public Long getReportTemplateId() { return reportTemplateId; } /** * This method was generated by MyBatis Generator. * This method sets the value of the database column CELL_TEMPLATE_CONFIG.REPORT_TEMPLATE_ID * * @param reportTemplateId the value for CELL_TEMPLATE_CONFIG.REPORT_TEMPLATE_ID * * @mbg.generated */ public void setReportTemplateId(Long reportTemplateId) { this.reportTemplateId = reportTemplateId; } /** * This method was generated by MyBatis Generator. * This method returns the value of the database column CELL_TEMPLATE_CONFIG.DATA_SOURCE_TYPE * * @return the value of CELL_TEMPLATE_CONFIG.DATA_SOURCE_TYPE * * @mbg.generated */ public Integer getDataSourceType() { return dataSourceType; } /** * This method was generated by MyBatis Generator. * This method sets the value of the database column CELL_TEMPLATE_CONFIG.DATA_SOURCE_TYPE * * @param dataSourceType the value for CELL_TEMPLATE_CONFIG.DATA_SOURCE_TYPE * * @mbg.generated */ public void setDataSourceType(Integer dataSourceType) { this.dataSourceType = dataSourceType; } /** * This method was generated by MyBatis Generator. * This method returns the value of the database column CELL_TEMPLATE_CONFIG.FORMULA * * @return the value of CELL_TEMPLATE_CONFIG.FORMULA * * @mbg.generated */ public String getFormula() { return formula; } /** * This method was generated by MyBatis Generator. * This method sets the value of the database column CELL_TEMPLATE_CONFIG.FORMULA * * @param formula the value for CELL_TEMPLATE_CONFIG.FORMULA * * @mbg.generated */ public void setFormula(String formula) { this.formula = formula == null ? null : formula.trim(); } /** * This method was generated by MyBatis Generator. * This method returns the value of the database column CELL_TEMPLATE_CONFIG.FORMULA_DESCRIPTION * * @return the value of CELL_TEMPLATE_CONFIG.FORMULA_DESCRIPTION * * @mbg.generated */ public String getFormulaDescription() { return formulaDescription; } /** * This method was generated by MyBatis Generator. * This method sets the value of the database column CELL_TEMPLATE_CONFIG.FORMULA_DESCRIPTION * * @param formulaDescription the value for CELL_TEMPLATE_CONFIG.FORMULA_DESCRIPTION * * @mbg.generated */ public void setFormulaDescription(String formulaDescription) { this.formulaDescription = formulaDescription == null ? null : formulaDescription.trim(); } /** * This method was generated by MyBatis Generator. * This method returns the value of the database column CELL_TEMPLATE_CONFIG.ACCOUNT_CODES * * @return the value of CELL_TEMPLATE_CONFIG.ACCOUNT_CODES * * @mbg.generated */ public String getAccountCodes() { return accountCodes; } /** * This method was generated by MyBatis Generator. * This method sets the value of the database column CELL_TEMPLATE_CONFIG.ACCOUNT_CODES * * @param accountCodes the value for CELL_TEMPLATE_CONFIG.ACCOUNT_CODES * * @mbg.generated */ public void setAccountCodes(String accountCodes) { this.accountCodes = accountCodes == null ? null : accountCodes.trim(); } /** * This method was generated by MyBatis Generator. * This method returns the value of the database column CELL_TEMPLATE_CONFIG.INVOICE_TYPE * * @return the value of CELL_TEMPLATE_CONFIG.INVOICE_TYPE * * @mbg.generated */ public Integer getInvoiceType() { return invoiceType; } /** * This method was generated by MyBatis Generator. * This method sets the value of the database column CELL_TEMPLATE_CONFIG.INVOICE_TYPE * * @param invoiceType the value for CELL_TEMPLATE_CONFIG.INVOICE_TYPE * * @mbg.generated */ public void setInvoiceType(Integer invoiceType) { this.invoiceType = invoiceType; } /** * This method was generated by MyBatis Generator. * This method returns the value of the database column CELL_TEMPLATE_CONFIG.TAX_RATE * * @return the value of CELL_TEMPLATE_CONFIG.TAX_RATE * * @mbg.generated */ public String getTaxRate() { return taxRate; } /** * This method was generated by MyBatis Generator. * This method sets the value of the database column CELL_TEMPLATE_CONFIG.TAX_RATE * * @param taxRate the value for CELL_TEMPLATE_CONFIG.TAX_RATE * * @mbg.generated */ public void setTaxRate(String taxRate) { this.taxRate = taxRate == null ? null : taxRate.trim(); } /** * This method was generated by MyBatis Generator. * This method returns the value of the database column CELL_TEMPLATE_CONFIG.INVOICE_AMOUNT_TYPE * * @return the value of CELL_TEMPLATE_CONFIG.INVOICE_AMOUNT_TYPE * * @mbg.generated */ public Integer getInvoiceAmountType() { return invoiceAmountType; } /** * This method was generated by MyBatis Generator. * This method sets the value of the database column CELL_TEMPLATE_CONFIG.INVOICE_AMOUNT_TYPE * * @param invoiceAmountType the value for CELL_TEMPLATE_CONFIG.INVOICE_AMOUNT_TYPE * * @mbg.generated */ public void setInvoiceAmountType(Integer invoiceAmountType) { this.invoiceAmountType = invoiceAmountType; } /** * This method was generated by MyBatis Generator. * This method returns the value of the database column CELL_TEMPLATE_CONFIG.MODEL_IDS * * @return the value of CELL_TEMPLATE_CONFIG.MODEL_IDS * * @mbg.generated */ public String getModelIds() { return modelIds; } /** * This method was generated by MyBatis Generator. * This method sets the value of the database column CELL_TEMPLATE_CONFIG.MODEL_IDS * * @param modelIds the value for CELL_TEMPLATE_CONFIG.MODEL_IDS * * @mbg.generated */ public void setModelIds(String modelIds) { this.modelIds = modelIds == null ? null : modelIds.trim(); } /** * This method was generated by MyBatis Generator. * This method returns the value of the database column CELL_TEMPLATE_CONFIG.CREATE_BY * * @return the value of CELL_TEMPLATE_CONFIG.CREATE_BY * * @mbg.generated */ public String getCreateBy() { return createBy; } /** * This method was generated by MyBatis Generator. * This method sets the value of the database column CELL_TEMPLATE_CONFIG.CREATE_BY * * @param createBy the value for CELL_TEMPLATE_CONFIG.CREATE_BY * * @mbg.generated */ public void setCreateBy(String createBy) { this.createBy = createBy == null ? null : createBy.trim(); } /** * This method was generated by MyBatis Generator. * This method returns the value of the database column CELL_TEMPLATE_CONFIG.CREATE_TIME * * @return the value of CELL_TEMPLATE_CONFIG.CREATE_TIME * * @mbg.generated */ public Date getCreateTime() { return createTime; } /** * This method was generated by MyBatis Generator. * This method sets the value of the database column CELL_TEMPLATE_CONFIG.CREATE_TIME * * @param createTime the value for CELL_TEMPLATE_CONFIG.CREATE_TIME * * @mbg.generated */ public void setCreateTime(Date createTime) { this.createTime = createTime; } /** * This method was generated by MyBatis Generator. * This method returns the value of the database column CELL_TEMPLATE_CONFIG.UPDATE_BY * * @return the value of CELL_TEMPLATE_CONFIG.UPDATE_BY * * @mbg.generated */ public String getUpdateBy() { return updateBy; } /** * This method was generated by MyBatis Generator. * This method sets the value of the database column CELL_TEMPLATE_CONFIG.UPDATE_BY * * @param updateBy the value for CELL_TEMPLATE_CONFIG.UPDATE_BY * * @mbg.generated */ public void setUpdateBy(String updateBy) { this.updateBy = updateBy == null ? null : updateBy.trim(); } /** * This method was generated by MyBatis Generator. * This method returns the value of the database column CELL_TEMPLATE_CONFIG.UPDATE_TIME * * @return the value of CELL_TEMPLATE_CONFIG.UPDATE_TIME * * @mbg.generated */ public Date getUpdateTime() { return updateTime; } /** * This method was generated by MyBatis Generator. * This method sets the value of the database column CELL_TEMPLATE_CONFIG.UPDATE_TIME * * @param updateTime the value for CELL_TEMPLATE_CONFIG.UPDATE_TIME * * @mbg.generated */ public void setUpdateTime(Date updateTime) { this.updateTime = updateTime; } /** * This method was generated by MyBatis Generator. * This method returns the value of the database column CELL_TEMPLATE_CONFIG.INVOICE_CATEGORY * * @return the value of CELL_TEMPLATE_CONFIG.INVOICE_CATEGORY * * @mbg.generated */ public String getInvoiceCategory() { return invoiceCategory; } /** * This method was generated by MyBatis Generator. * This method sets the value of the database column CELL_TEMPLATE_CONFIG.INVOICE_CATEGORY * * @param invoiceCategory the value for CELL_TEMPLATE_CONFIG.INVOICE_CATEGORY * * @mbg.generated */ public void setInvoiceCategory(String invoiceCategory) { this.invoiceCategory = invoiceCategory == null ? null : invoiceCategory.trim(); } /** * This method was generated by MyBatis Generator. * This method returns the value of the database column CELL_TEMPLATE_CONFIG.FORMULA_DATA_SOURCE * * @return the value of CELL_TEMPLATE_CONFIG.FORMULA_DATA_SOURCE * * @mbg.generated */ public String getFormulaDataSource() { return formulaDataSource; } /** * This method was generated by MyBatis Generator. * This method sets the value of the database column CELL_TEMPLATE_CONFIG.FORMULA_DATA_SOURCE * * @param formulaDataSource the value for CELL_TEMPLATE_CONFIG.FORMULA_DATA_SOURCE * * @mbg.generated */ public void setFormulaDataSource(String formulaDataSource) { this.formulaDataSource = formulaDataSource == null ? null : formulaDataSource.trim(); } /** * This method was generated by MyBatis Generator. * This method returns the value of the database column CELL_TEMPLATE_CONFIG.VALIDATION * * @return the value of CELL_TEMPLATE_CONFIG.VALIDATION * * @mbg.generated */ public String getValidation() { return validation; } /** * This method was generated by MyBatis Generator. * This method sets the value of the database column CELL_TEMPLATE_CONFIG.VALIDATION * * @param validation the value for CELL_TEMPLATE_CONFIG.VALIDATION * * @mbg.generated */ public void setValidation(String validation) { this.validation = validation == null ? null : validation.trim(); } /** * This method was generated by MyBatis Generator. * This method returns the value of the database column CELL_TEMPLATE_CONFIG.VALIDATION_DESCRIPTION * * @return the value of CELL_TEMPLATE_CONFIG.VALIDATION_DESCRIPTION * * @mbg.generated */ public String getValidationDescription() { return validationDescription; } /** * This method was generated by MyBatis Generator. * This method sets the value of the database column CELL_TEMPLATE_CONFIG.VALIDATION_DESCRIPTION * * @param validationDescription the value for CELL_TEMPLATE_CONFIG.VALIDATION_DESCRIPTION * * @mbg.generated */ public void setValidationDescription(String validationDescription) { this.validationDescription = validationDescription == null ? null : validationDescription.trim(); } /** * This method was generated by MyBatis Generator. * This method returns the value of the database column CELL_TEMPLATE_CONFIG.VOUCHER_KEYWORD * * @return the value of CELL_TEMPLATE_CONFIG.VOUCHER_KEYWORD * * @mbg.generated */ public String getVoucherKeyword() { return voucherKeyword; } /** * This method was generated by MyBatis Generator. * This method sets the value of the database column CELL_TEMPLATE_CONFIG.VOUCHER_KEYWORD * * @param voucherKeyword the value for CELL_TEMPLATE_CONFIG.VOUCHER_KEYWORD * * @mbg.generated */ public void setVoucherKeyword(String voucherKeyword) { this.voucherKeyword = voucherKeyword == null ? null : voucherKeyword.trim(); } /** * This method was generated by MyBatis Generator. * This method corresponds to the database table CELL_TEMPLATE_CONFIG * * @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(", cellTemplateId=").append(cellTemplateId); sb.append(", reportTemplateId=").append(reportTemplateId); sb.append(", dataSourceType=").append(dataSourceType); sb.append(", formula=").append(formula); sb.append(", formulaDescription=").append(formulaDescription); sb.append(", accountCodes=").append(accountCodes); sb.append(", invoiceType=").append(invoiceType); sb.append(", taxRate=").append(taxRate); sb.append(", invoiceAmountType=").append(invoiceAmountType); sb.append(", modelIds=").append(modelIds); sb.append(", createBy=").append(createBy); sb.append(", createTime=").append(createTime); sb.append(", updateBy=").append(updateBy); sb.append(", updateTime=").append(updateTime); sb.append(", invoiceCategory=").append(invoiceCategory); sb.append(", formulaDataSource=").append(formulaDataSource); sb.append(", validation=").append(validation); sb.append(", validationDescription=").append(validationDescription); sb.append(", voucherKeyword=").append(voucherKeyword); sb.append("]"); return sb.toString(); } }