package pwc.taxtech.atms.entity;

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

/**
 *
 * This class was generated by MyBatis Generator.
 * This class corresponds to the database table cit_journal_entry_adjust
 *
 * @mbg.generated do_not_delete_during_merge
 */
public class CitJournalEntryAdjust extends BaseEntity implements Serializable {
    /**
     * Database Column Remarks:
     *   唯一编号 系统唯一编号
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column cit_journal_entry_adjust.id
     *
     * @mbg.generated
     */
    private Long id;

    /**
     * Database Column Remarks:
     *   机构编号 对应机构编号
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column cit_journal_entry_adjust.organization_id
     *
     * @mbg.generated
     */
    private String organizationId;

    /**
     * Database Column Remarks:
     *   项目ID 
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column cit_journal_entry_adjust.project_id
     *
     * @mbg.generated
     */
    private String projectId;

    /**
     * Database Column Remarks:
     *   期间
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column cit_journal_entry_adjust.period
     *
     * @mbg.generated
     */
    private Integer period;

    /**
     * Database Column Remarks:
     *   数据日期 
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column cit_journal_entry_adjust.date
     *
     * @mbg.generated
     */
    private Date date;

    /**
     * Database Column Remarks:
     *   来源 GL
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column cit_journal_entry_adjust.source
     *
     * @mbg.generated
     */
    private String source;

    /**
     * Database Column Remarks:
     *   账套ID 
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column cit_journal_entry_adjust.ledger_id
     *
     * @mbg.generated
     */
    private String ledgerId;

    /**
     * Database Column Remarks:
     *   账套名称 
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column cit_journal_entry_adjust.ledger_name
     *
     * @mbg.generated
     */
    private String ledgerName;

    /**
     * Database Column Remarks:
     *   账套币种 
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column cit_journal_entry_adjust.currency_code
     *
     * @mbg.generated
     */
    private String currencyCode;

    /**
     * Database Column Remarks:
     *   关账标识 Y/N
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column cit_journal_entry_adjust.status
     *
     * @mbg.generated
     */
    private String status;

    /**
     * Database Column Remarks:
     *   日记账头ID 
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column cit_journal_entry_adjust.header_id
     *
     * @mbg.generated
     */
    private String headerId;

    /**
     * Database Column Remarks:
     *   日记账行号 
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column cit_journal_entry_adjust.line_num
     *
     * @mbg.generated
     */
    private String lineNum;

    /**
     * Database Column Remarks:
     *   审批状态 
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column cit_journal_entry_adjust.approval_status
     *
     * @mbg.generated
     */
    private String approvalStatus;

    /**
     * Database Column Remarks:
     *   过账 
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column cit_journal_entry_adjust.posted_status
     *
     * @mbg.generated
     */
    private String postedStatus;

    /**
     * Database Column Remarks:
     *   会计期间 yyyymm
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column cit_journal_entry_adjust.account_period
     *
     * @mbg.generated
     */
    private Integer accountPeriod;

    /**
     * Database Column Remarks:
     *   凭证日期 
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column cit_journal_entry_adjust.accounting_date
     *
     * @mbg.generated
     */
    private Date accountingDate;

    /**
     * Database Column Remarks:
     *   日记账来源 
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column cit_journal_entry_adjust.journal_source
     *
     * @mbg.generated
     */
    private String journalSource;

    /**
     * Database Column Remarks:
     *   日记账类别 
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column cit_journal_entry_adjust.category
     *
     * @mbg.generated
     */
    private String category;

    /**
     * Database Column Remarks:
     *   日记账名称 
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column cit_journal_entry_adjust.name
     *
     * @mbg.generated
     */
    private String name;

    /**
     * Database Column Remarks:
     *   凭证编号 
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column cit_journal_entry_adjust.voucher_num
     *
     * @mbg.generated
     */
    private String voucherNum;

    /**
     * Database Column Remarks:
     *   摘要 
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column cit_journal_entry_adjust.description
     *
     * @mbg.generated
     */
    private String description;

    /**
     * Database Column Remarks:
     *   主体代码 
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column cit_journal_entry_adjust.org_code
     *
     * @mbg.generated
     */
    private String orgCode;

    /**
     * Database Column Remarks:
     *   科目代码 
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column cit_journal_entry_adjust.subject_code
     *
     * @mbg.generated
     */
    private String subjectCode;

    /**
     * Database Column Remarks:
     *   主体说明 
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column cit_journal_entry_adjust.org_name
     *
     * @mbg.generated
     */
    private String orgName;

    /**
     * Database Column Remarks:
     *   科目说明 
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column cit_journal_entry_adjust.subject_name
     *
     * @mbg.generated
     */
    private String subjectName;

    /**
     * Database Column Remarks:
     *   借方金额 
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column cit_journal_entry_adjust.accounted_dr
     *
     * @mbg.generated
     */
    private BigDecimal accountedDr;

    /**
     * Database Column Remarks:
     *   贷方金额 
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column cit_journal_entry_adjust.accounted_cr
     *
     * @mbg.generated
     */
    private BigDecimal accountedCr;

    /**
     * Database Column Remarks:
     *   创建人 
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column cit_journal_entry_adjust.created_by
     *
     * @mbg.generated
     */
    private String createdBy;

    /**
     * Database Column Remarks:
     *   创建日期 
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column cit_journal_entry_adjust.created_date
     *
     * @mbg.generated
     */
    private Date createdDate;

    /**
     * Database Column Remarks:
     *   最后更新人 
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column cit_journal_entry_adjust.late_updated_by
     *
     * @mbg.generated
     */
    private String lateUpdatedBy;

    /**
     * Database Column Remarks:
     *   最后更新日期 
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column cit_journal_entry_adjust.late_updated_date
     *
     * @mbg.generated
     */
    private Date lateUpdatedDate;

    /**
     * Database Column Remarks:
     *   创建时间 
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column cit_journal_entry_adjust.create_time
     *
     * @mbg.generated
     */
    private Date createTime;

    /**
     * Database Column Remarks:
     *   更新时间 
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column cit_journal_entry_adjust.update_time
     *
     * @mbg.generated
     */
    private Date updateTime;

    /**
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database table cit_journal_entry_adjust
     *
     * @mbg.generated
     */
    private static final long serialVersionUID = 1L;

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column cit_journal_entry_adjust.id
     *
     * @return the value of cit_journal_entry_adjust.id
     *
     * @mbg.generated
     */
    public Long getId() {
        return id;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column cit_journal_entry_adjust.id
     *
     * @param id the value for cit_journal_entry_adjust.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 cit_journal_entry_adjust.organization_id
     *
     * @return the value of cit_journal_entry_adjust.organization_id
     *
     * @mbg.generated
     */
    public String getOrganizationId() {
        return organizationId;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column cit_journal_entry_adjust.organization_id
     *
     * @param organizationId the value for cit_journal_entry_adjust.organization_id
     *
     * @mbg.generated
     */
    public void setOrganizationId(String organizationId) {
        this.organizationId = organizationId == null ? null : organizationId.trim();
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column cit_journal_entry_adjust.project_id
     *
     * @return the value of cit_journal_entry_adjust.project_id
     *
     * @mbg.generated
     */
    public String getProjectId() {
        return projectId;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column cit_journal_entry_adjust.project_id
     *
     * @param projectId the value for cit_journal_entry_adjust.project_id
     *
     * @mbg.generated
     */
    public void setProjectId(String projectId) {
        this.projectId = projectId == null ? null : projectId.trim();
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column cit_journal_entry_adjust.period
     *
     * @return the value of cit_journal_entry_adjust.period
     *
     * @mbg.generated
     */
    public Integer getPeriod() {
        return period;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column cit_journal_entry_adjust.period
     *
     * @param period the value for cit_journal_entry_adjust.period
     *
     * @mbg.generated
     */
    public void setPeriod(Integer period) {
        this.period = period;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column cit_journal_entry_adjust.date
     *
     * @return the value of cit_journal_entry_adjust.date
     *
     * @mbg.generated
     */
    public Date getDate() {
        return date;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column cit_journal_entry_adjust.date
     *
     * @param date the value for cit_journal_entry_adjust.date
     *
     * @mbg.generated
     */
    public void setDate(Date date) {
        this.date = date;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column cit_journal_entry_adjust.source
     *
     * @return the value of cit_journal_entry_adjust.source
     *
     * @mbg.generated
     */
    public String getSource() {
        return source;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column cit_journal_entry_adjust.source
     *
     * @param source the value for cit_journal_entry_adjust.source
     *
     * @mbg.generated
     */
    public void setSource(String source) {
        this.source = source == null ? null : source.trim();
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column cit_journal_entry_adjust.ledger_id
     *
     * @return the value of cit_journal_entry_adjust.ledger_id
     *
     * @mbg.generated
     */
    public String getLedgerId() {
        return ledgerId;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column cit_journal_entry_adjust.ledger_id
     *
     * @param ledgerId the value for cit_journal_entry_adjust.ledger_id
     *
     * @mbg.generated
     */
    public void setLedgerId(String ledgerId) {
        this.ledgerId = ledgerId == null ? null : ledgerId.trim();
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column cit_journal_entry_adjust.ledger_name
     *
     * @return the value of cit_journal_entry_adjust.ledger_name
     *
     * @mbg.generated
     */
    public String getLedgerName() {
        return ledgerName;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column cit_journal_entry_adjust.ledger_name
     *
     * @param ledgerName the value for cit_journal_entry_adjust.ledger_name
     *
     * @mbg.generated
     */
    public void setLedgerName(String ledgerName) {
        this.ledgerName = ledgerName == null ? null : ledgerName.trim();
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column cit_journal_entry_adjust.currency_code
     *
     * @return the value of cit_journal_entry_adjust.currency_code
     *
     * @mbg.generated
     */
    public String getCurrencyCode() {
        return currencyCode;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column cit_journal_entry_adjust.currency_code
     *
     * @param currencyCode the value for cit_journal_entry_adjust.currency_code
     *
     * @mbg.generated
     */
    public void setCurrencyCode(String currencyCode) {
        this.currencyCode = currencyCode == null ? null : currencyCode.trim();
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column cit_journal_entry_adjust.status
     *
     * @return the value of cit_journal_entry_adjust.status
     *
     * @mbg.generated
     */
    public String getStatus() {
        return status;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column cit_journal_entry_adjust.status
     *
     * @param status the value for cit_journal_entry_adjust.status
     *
     * @mbg.generated
     */
    public void setStatus(String status) {
        this.status = status == null ? null : status.trim();
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column cit_journal_entry_adjust.header_id
     *
     * @return the value of cit_journal_entry_adjust.header_id
     *
     * @mbg.generated
     */
    public String getHeaderId() {
        return headerId;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column cit_journal_entry_adjust.header_id
     *
     * @param headerId the value for cit_journal_entry_adjust.header_id
     *
     * @mbg.generated
     */
    public void setHeaderId(String headerId) {
        this.headerId = headerId == null ? null : headerId.trim();
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column cit_journal_entry_adjust.line_num
     *
     * @return the value of cit_journal_entry_adjust.line_num
     *
     * @mbg.generated
     */
    public String getLineNum() {
        return lineNum;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column cit_journal_entry_adjust.line_num
     *
     * @param lineNum the value for cit_journal_entry_adjust.line_num
     *
     * @mbg.generated
     */
    public void setLineNum(String lineNum) {
        this.lineNum = lineNum == null ? null : lineNum.trim();
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column cit_journal_entry_adjust.approval_status
     *
     * @return the value of cit_journal_entry_adjust.approval_status
     *
     * @mbg.generated
     */
    public String getApprovalStatus() {
        return approvalStatus;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column cit_journal_entry_adjust.approval_status
     *
     * @param approvalStatus the value for cit_journal_entry_adjust.approval_status
     *
     * @mbg.generated
     */
    public void setApprovalStatus(String approvalStatus) {
        this.approvalStatus = approvalStatus == null ? null : approvalStatus.trim();
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column cit_journal_entry_adjust.posted_status
     *
     * @return the value of cit_journal_entry_adjust.posted_status
     *
     * @mbg.generated
     */
    public String getPostedStatus() {
        return postedStatus;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column cit_journal_entry_adjust.posted_status
     *
     * @param postedStatus the value for cit_journal_entry_adjust.posted_status
     *
     * @mbg.generated
     */
    public void setPostedStatus(String postedStatus) {
        this.postedStatus = postedStatus == null ? null : postedStatus.trim();
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column cit_journal_entry_adjust.account_period
     *
     * @return the value of cit_journal_entry_adjust.account_period
     *
     * @mbg.generated
     */
    public Integer getAccountPeriod() {
        return accountPeriod;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column cit_journal_entry_adjust.account_period
     *
     * @param accountPeriod the value for cit_journal_entry_adjust.account_period
     *
     * @mbg.generated
     */
    public void setAccountPeriod(Integer accountPeriod) {
        this.accountPeriod = accountPeriod;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column cit_journal_entry_adjust.accounting_date
     *
     * @return the value of cit_journal_entry_adjust.accounting_date
     *
     * @mbg.generated
     */
    public Date getAccountingDate() {
        return accountingDate;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column cit_journal_entry_adjust.accounting_date
     *
     * @param accountingDate the value for cit_journal_entry_adjust.accounting_date
     *
     * @mbg.generated
     */
    public void setAccountingDate(Date accountingDate) {
        this.accountingDate = accountingDate;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column cit_journal_entry_adjust.journal_source
     *
     * @return the value of cit_journal_entry_adjust.journal_source
     *
     * @mbg.generated
     */
    public String getJournalSource() {
        return journalSource;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column cit_journal_entry_adjust.journal_source
     *
     * @param journalSource the value for cit_journal_entry_adjust.journal_source
     *
     * @mbg.generated
     */
    public void setJournalSource(String journalSource) {
        this.journalSource = journalSource == null ? null : journalSource.trim();
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column cit_journal_entry_adjust.category
     *
     * @return the value of cit_journal_entry_adjust.category
     *
     * @mbg.generated
     */
    public String getCategory() {
        return category;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column cit_journal_entry_adjust.category
     *
     * @param category the value for cit_journal_entry_adjust.category
     *
     * @mbg.generated
     */
    public void setCategory(String category) {
        this.category = category == null ? null : category.trim();
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column cit_journal_entry_adjust.name
     *
     * @return the value of cit_journal_entry_adjust.name
     *
     * @mbg.generated
     */
    public String getName() {
        return name;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column cit_journal_entry_adjust.name
     *
     * @param name the value for cit_journal_entry_adjust.name
     *
     * @mbg.generated
     */
    public void setName(String name) {
        this.name = name == null ? null : name.trim();
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column cit_journal_entry_adjust.voucher_num
     *
     * @return the value of cit_journal_entry_adjust.voucher_num
     *
     * @mbg.generated
     */
    public String getVoucherNum() {
        return voucherNum;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column cit_journal_entry_adjust.voucher_num
     *
     * @param voucherNum the value for cit_journal_entry_adjust.voucher_num
     *
     * @mbg.generated
     */
    public void setVoucherNum(String voucherNum) {
        this.voucherNum = voucherNum == null ? null : voucherNum.trim();
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column cit_journal_entry_adjust.description
     *
     * @return the value of cit_journal_entry_adjust.description
     *
     * @mbg.generated
     */
    public String getDescription() {
        return description;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column cit_journal_entry_adjust.description
     *
     * @param description the value for cit_journal_entry_adjust.description
     *
     * @mbg.generated
     */
    public void setDescription(String description) {
        this.description = description == null ? null : description.trim();
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column cit_journal_entry_adjust.org_code
     *
     * @return the value of cit_journal_entry_adjust.org_code
     *
     * @mbg.generated
     */
    public String getOrgCode() {
        return orgCode;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column cit_journal_entry_adjust.org_code
     *
     * @param orgCode the value for cit_journal_entry_adjust.org_code
     *
     * @mbg.generated
     */
    public void setOrgCode(String orgCode) {
        this.orgCode = orgCode == null ? null : orgCode.trim();
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column cit_journal_entry_adjust.subject_code
     *
     * @return the value of cit_journal_entry_adjust.subject_code
     *
     * @mbg.generated
     */
    public String getSubjectCode() {
        return subjectCode;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column cit_journal_entry_adjust.subject_code
     *
     * @param subjectCode the value for cit_journal_entry_adjust.subject_code
     *
     * @mbg.generated
     */
    public void setSubjectCode(String subjectCode) {
        this.subjectCode = subjectCode == null ? null : subjectCode.trim();
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column cit_journal_entry_adjust.org_name
     *
     * @return the value of cit_journal_entry_adjust.org_name
     *
     * @mbg.generated
     */
    public String getOrgName() {
        return orgName;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column cit_journal_entry_adjust.org_name
     *
     * @param orgName the value for cit_journal_entry_adjust.org_name
     *
     * @mbg.generated
     */
    public void setOrgName(String orgName) {
        this.orgName = orgName == null ? null : orgName.trim();
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column cit_journal_entry_adjust.subject_name
     *
     * @return the value of cit_journal_entry_adjust.subject_name
     *
     * @mbg.generated
     */
    public String getSubjectName() {
        return subjectName;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column cit_journal_entry_adjust.subject_name
     *
     * @param subjectName the value for cit_journal_entry_adjust.subject_name
     *
     * @mbg.generated
     */
    public void setSubjectName(String subjectName) {
        this.subjectName = subjectName == null ? null : subjectName.trim();
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column cit_journal_entry_adjust.accounted_dr
     *
     * @return the value of cit_journal_entry_adjust.accounted_dr
     *
     * @mbg.generated
     */
    public BigDecimal getAccountedDr() {
        return accountedDr;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column cit_journal_entry_adjust.accounted_dr
     *
     * @param accountedDr the value for cit_journal_entry_adjust.accounted_dr
     *
     * @mbg.generated
     */
    public void setAccountedDr(BigDecimal accountedDr) {
        this.accountedDr = accountedDr;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column cit_journal_entry_adjust.accounted_cr
     *
     * @return the value of cit_journal_entry_adjust.accounted_cr
     *
     * @mbg.generated
     */
    public BigDecimal getAccountedCr() {
        return accountedCr;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column cit_journal_entry_adjust.accounted_cr
     *
     * @param accountedCr the value for cit_journal_entry_adjust.accounted_cr
     *
     * @mbg.generated
     */
    public void setAccountedCr(BigDecimal accountedCr) {
        this.accountedCr = accountedCr;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column cit_journal_entry_adjust.created_by
     *
     * @return the value of cit_journal_entry_adjust.created_by
     *
     * @mbg.generated
     */
    public String getCreatedBy() {
        return createdBy;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column cit_journal_entry_adjust.created_by
     *
     * @param createdBy the value for cit_journal_entry_adjust.created_by
     *
     * @mbg.generated
     */
    public void setCreatedBy(String createdBy) {
        this.createdBy = createdBy == null ? null : createdBy.trim();
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column cit_journal_entry_adjust.created_date
     *
     * @return the value of cit_journal_entry_adjust.created_date
     *
     * @mbg.generated
     */
    public Date getCreatedDate() {
        return createdDate;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column cit_journal_entry_adjust.created_date
     *
     * @param createdDate the value for cit_journal_entry_adjust.created_date
     *
     * @mbg.generated
     */
    public void setCreatedDate(Date createdDate) {
        this.createdDate = createdDate;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column cit_journal_entry_adjust.late_updated_by
     *
     * @return the value of cit_journal_entry_adjust.late_updated_by
     *
     * @mbg.generated
     */
    public String getLateUpdatedBy() {
        return lateUpdatedBy;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column cit_journal_entry_adjust.late_updated_by
     *
     * @param lateUpdatedBy the value for cit_journal_entry_adjust.late_updated_by
     *
     * @mbg.generated
     */
    public void setLateUpdatedBy(String lateUpdatedBy) {
        this.lateUpdatedBy = lateUpdatedBy == null ? null : lateUpdatedBy.trim();
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column cit_journal_entry_adjust.late_updated_date
     *
     * @return the value of cit_journal_entry_adjust.late_updated_date
     *
     * @mbg.generated
     */
    public Date getLateUpdatedDate() {
        return lateUpdatedDate;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column cit_journal_entry_adjust.late_updated_date
     *
     * @param lateUpdatedDate the value for cit_journal_entry_adjust.late_updated_date
     *
     * @mbg.generated
     */
    public void setLateUpdatedDate(Date lateUpdatedDate) {
        this.lateUpdatedDate = lateUpdatedDate;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column cit_journal_entry_adjust.create_time
     *
     * @return the value of cit_journal_entry_adjust.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 cit_journal_entry_adjust.create_time
     *
     * @param createTime the value for cit_journal_entry_adjust.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 cit_journal_entry_adjust.update_time
     *
     * @return the value of cit_journal_entry_adjust.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 cit_journal_entry_adjust.update_time
     *
     * @param updateTime the value for cit_journal_entry_adjust.update_time
     *
     * @mbg.generated
     */
    public void setUpdateTime(Date updateTime) {
        this.updateTime = updateTime;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method corresponds to the database table cit_journal_entry_adjust
     *
     * @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(", organizationId=").append(organizationId);
        sb.append(", projectId=").append(projectId);
        sb.append(", period=").append(period);
        sb.append(", date=").append(date);
        sb.append(", source=").append(source);
        sb.append(", ledgerId=").append(ledgerId);
        sb.append(", ledgerName=").append(ledgerName);
        sb.append(", currencyCode=").append(currencyCode);
        sb.append(", status=").append(status);
        sb.append(", headerId=").append(headerId);
        sb.append(", lineNum=").append(lineNum);
        sb.append(", approvalStatus=").append(approvalStatus);
        sb.append(", postedStatus=").append(postedStatus);
        sb.append(", accountPeriod=").append(accountPeriod);
        sb.append(", accountingDate=").append(accountingDate);
        sb.append(", journalSource=").append(journalSource);
        sb.append(", category=").append(category);
        sb.append(", name=").append(name);
        sb.append(", voucherNum=").append(voucherNum);
        sb.append(", description=").append(description);
        sb.append(", orgCode=").append(orgCode);
        sb.append(", subjectCode=").append(subjectCode);
        sb.append(", orgName=").append(orgName);
        sb.append(", subjectName=").append(subjectName);
        sb.append(", accountedDr=").append(accountedDr);
        sb.append(", accountedCr=").append(accountedCr);
        sb.append(", createdBy=").append(createdBy);
        sb.append(", createdDate=").append(createdDate);
        sb.append(", lateUpdatedBy=").append(lateUpdatedBy);
        sb.append(", lateUpdatedDate=").append(lateUpdatedDate);
        sb.append(", createTime=").append(createTime);
        sb.append(", updateTime=").append(updateTime);
        sb.append("]");
        return sb.toString();
    }
}