package pwc.taxtech.atms.vat.entity;

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

/**
 *
 * This class was generated by MyBatis Generator.
 * This class corresponds to the database table BalanceStdManual
 *
 * @mbg.generated do_not_delete_during_merge
 */
public class BalanceStdManual implements Serializable {
    /**
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column BalanceStdManual.BalanceID
     *
     * @mbg.generated
     */
    private String balanceID;

    /**
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column BalanceStdManual.PeriodID
     *
     * @mbg.generated
     */
    private Long periodID;

    /**
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column BalanceStdManual.AcctCode
     *
     * @mbg.generated
     */
    private String acctCode;

    /**
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column BalanceStdManual.BegBal
     *
     * @mbg.generated
     */
    private BigDecimal begBal;

    /**
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column BalanceStdManual.BegDebitBal
     *
     * @mbg.generated
     */
    private BigDecimal begDebitBal;

    /**
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column BalanceStdManual.BegCreditBal
     *
     * @mbg.generated
     */
    private BigDecimal begCreditBal;

    /**
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column BalanceStdManual.DebitBal
     *
     * @mbg.generated
     */
    private BigDecimal debitBal;

    /**
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column BalanceStdManual.CreditBal
     *
     * @mbg.generated
     */
    private BigDecimal creditBal;

    /**
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column BalanceStdManual.YearDebitBal
     *
     * @mbg.generated
     */
    private BigDecimal yearDebitBal;

    /**
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column BalanceStdManual.YearCreditBal
     *
     * @mbg.generated
     */
    private BigDecimal yearCreditBal;

    /**
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column BalanceStdManual.EndBal
     *
     * @mbg.generated
     */
    private BigDecimal endBal;

    /**
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column BalanceStdManual.EndDebitBal
     *
     * @mbg.generated
     */
    private BigDecimal endDebitBal;

    /**
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column BalanceStdManual.EndCreditBal
     *
     * @mbg.generated
     */
    private BigDecimal endCreditBal;

    /**
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column BalanceStdManual.SubProp
     *
     * @mbg.generated
     */
    private Integer subProp;

    /**
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column BalanceStdManual.CarryoverDebit
     *
     * @mbg.generated
     */
    private BigDecimal carryoverDebit;

    /**
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column BalanceStdManual.CarryoverCredit
     *
     * @mbg.generated
     */
    private BigDecimal carryoverCredit;

    /**
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column BalanceStdManual.YearCarryoverDebit
     *
     * @mbg.generated
     */
    private BigDecimal yearCarryoverDebit;

    /**
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column BalanceStdManual.YearCarryoverCredit
     *
     * @mbg.generated
     */
    private BigDecimal yearCarryoverCredit;

    /**
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column BalanceStdManual.DebitNet
     *
     * @mbg.generated
     */
    private BigDecimal debitNet;

    /**
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column BalanceStdManual.CreditNet
     *
     * @mbg.generated
     */
    private BigDecimal creditNet;

    /**
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column BalanceStdManual.YearDebitNet
     *
     * @mbg.generated
     */
    private BigDecimal yearDebitNet;

    /**
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column BalanceStdManual.YearCreditNet
     *
     * @mbg.generated
     */
    private BigDecimal yearCreditNet;

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

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column BalanceStdManual.BalanceID
     *
     * @return the value of BalanceStdManual.BalanceID
     *
     * @mbg.generated
     */
    public String getBalanceID() {
        return balanceID;
    }

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

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column BalanceStdManual.PeriodID
     *
     * @return the value of BalanceStdManual.PeriodID
     *
     * @mbg.generated
     */
    public Long getPeriodID() {
        return periodID;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column BalanceStdManual.PeriodID
     *
     * @param periodID the value for BalanceStdManual.PeriodID
     *
     * @mbg.generated
     */
    public void setPeriodID(Long periodID) {
        this.periodID = periodID;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column BalanceStdManual.AcctCode
     *
     * @return the value of BalanceStdManual.AcctCode
     *
     * @mbg.generated
     */
    public String getAcctCode() {
        return acctCode;
    }

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

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column BalanceStdManual.BegBal
     *
     * @return the value of BalanceStdManual.BegBal
     *
     * @mbg.generated
     */
    public BigDecimal getBegBal() {
        return begBal;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column BalanceStdManual.BegBal
     *
     * @param begBal the value for BalanceStdManual.BegBal
     *
     * @mbg.generated
     */
    public void setBegBal(BigDecimal begBal) {
        this.begBal = begBal;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column BalanceStdManual.BegDebitBal
     *
     * @return the value of BalanceStdManual.BegDebitBal
     *
     * @mbg.generated
     */
    public BigDecimal getBegDebitBal() {
        return begDebitBal;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column BalanceStdManual.BegDebitBal
     *
     * @param begDebitBal the value for BalanceStdManual.BegDebitBal
     *
     * @mbg.generated
     */
    public void setBegDebitBal(BigDecimal begDebitBal) {
        this.begDebitBal = begDebitBal;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column BalanceStdManual.BegCreditBal
     *
     * @return the value of BalanceStdManual.BegCreditBal
     *
     * @mbg.generated
     */
    public BigDecimal getBegCreditBal() {
        return begCreditBal;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column BalanceStdManual.BegCreditBal
     *
     * @param begCreditBal the value for BalanceStdManual.BegCreditBal
     *
     * @mbg.generated
     */
    public void setBegCreditBal(BigDecimal begCreditBal) {
        this.begCreditBal = begCreditBal;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column BalanceStdManual.DebitBal
     *
     * @return the value of BalanceStdManual.DebitBal
     *
     * @mbg.generated
     */
    public BigDecimal getDebitBal() {
        return debitBal;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column BalanceStdManual.DebitBal
     *
     * @param debitBal the value for BalanceStdManual.DebitBal
     *
     * @mbg.generated
     */
    public void setDebitBal(BigDecimal debitBal) {
        this.debitBal = debitBal;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column BalanceStdManual.CreditBal
     *
     * @return the value of BalanceStdManual.CreditBal
     *
     * @mbg.generated
     */
    public BigDecimal getCreditBal() {
        return creditBal;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column BalanceStdManual.CreditBal
     *
     * @param creditBal the value for BalanceStdManual.CreditBal
     *
     * @mbg.generated
     */
    public void setCreditBal(BigDecimal creditBal) {
        this.creditBal = creditBal;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column BalanceStdManual.YearDebitBal
     *
     * @return the value of BalanceStdManual.YearDebitBal
     *
     * @mbg.generated
     */
    public BigDecimal getYearDebitBal() {
        return yearDebitBal;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column BalanceStdManual.YearDebitBal
     *
     * @param yearDebitBal the value for BalanceStdManual.YearDebitBal
     *
     * @mbg.generated
     */
    public void setYearDebitBal(BigDecimal yearDebitBal) {
        this.yearDebitBal = yearDebitBal;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column BalanceStdManual.YearCreditBal
     *
     * @return the value of BalanceStdManual.YearCreditBal
     *
     * @mbg.generated
     */
    public BigDecimal getYearCreditBal() {
        return yearCreditBal;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column BalanceStdManual.YearCreditBal
     *
     * @param yearCreditBal the value for BalanceStdManual.YearCreditBal
     *
     * @mbg.generated
     */
    public void setYearCreditBal(BigDecimal yearCreditBal) {
        this.yearCreditBal = yearCreditBal;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column BalanceStdManual.EndBal
     *
     * @return the value of BalanceStdManual.EndBal
     *
     * @mbg.generated
     */
    public BigDecimal getEndBal() {
        return endBal;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column BalanceStdManual.EndBal
     *
     * @param endBal the value for BalanceStdManual.EndBal
     *
     * @mbg.generated
     */
    public void setEndBal(BigDecimal endBal) {
        this.endBal = endBal;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column BalanceStdManual.EndDebitBal
     *
     * @return the value of BalanceStdManual.EndDebitBal
     *
     * @mbg.generated
     */
    public BigDecimal getEndDebitBal() {
        return endDebitBal;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column BalanceStdManual.EndDebitBal
     *
     * @param endDebitBal the value for BalanceStdManual.EndDebitBal
     *
     * @mbg.generated
     */
    public void setEndDebitBal(BigDecimal endDebitBal) {
        this.endDebitBal = endDebitBal;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column BalanceStdManual.EndCreditBal
     *
     * @return the value of BalanceStdManual.EndCreditBal
     *
     * @mbg.generated
     */
    public BigDecimal getEndCreditBal() {
        return endCreditBal;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column BalanceStdManual.EndCreditBal
     *
     * @param endCreditBal the value for BalanceStdManual.EndCreditBal
     *
     * @mbg.generated
     */
    public void setEndCreditBal(BigDecimal endCreditBal) {
        this.endCreditBal = endCreditBal;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column BalanceStdManual.SubProp
     *
     * @return the value of BalanceStdManual.SubProp
     *
     * @mbg.generated
     */
    public Integer getSubProp() {
        return subProp;
    }

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

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column BalanceStdManual.CarryoverDebit
     *
     * @return the value of BalanceStdManual.CarryoverDebit
     *
     * @mbg.generated
     */
    public BigDecimal getCarryoverDebit() {
        return carryoverDebit;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column BalanceStdManual.CarryoverDebit
     *
     * @param carryoverDebit the value for BalanceStdManual.CarryoverDebit
     *
     * @mbg.generated
     */
    public void setCarryoverDebit(BigDecimal carryoverDebit) {
        this.carryoverDebit = carryoverDebit;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column BalanceStdManual.CarryoverCredit
     *
     * @return the value of BalanceStdManual.CarryoverCredit
     *
     * @mbg.generated
     */
    public BigDecimal getCarryoverCredit() {
        return carryoverCredit;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column BalanceStdManual.CarryoverCredit
     *
     * @param carryoverCredit the value for BalanceStdManual.CarryoverCredit
     *
     * @mbg.generated
     */
    public void setCarryoverCredit(BigDecimal carryoverCredit) {
        this.carryoverCredit = carryoverCredit;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column BalanceStdManual.YearCarryoverDebit
     *
     * @return the value of BalanceStdManual.YearCarryoverDebit
     *
     * @mbg.generated
     */
    public BigDecimal getYearCarryoverDebit() {
        return yearCarryoverDebit;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column BalanceStdManual.YearCarryoverDebit
     *
     * @param yearCarryoverDebit the value for BalanceStdManual.YearCarryoverDebit
     *
     * @mbg.generated
     */
    public void setYearCarryoverDebit(BigDecimal yearCarryoverDebit) {
        this.yearCarryoverDebit = yearCarryoverDebit;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column BalanceStdManual.YearCarryoverCredit
     *
     * @return the value of BalanceStdManual.YearCarryoverCredit
     *
     * @mbg.generated
     */
    public BigDecimal getYearCarryoverCredit() {
        return yearCarryoverCredit;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column BalanceStdManual.YearCarryoverCredit
     *
     * @param yearCarryoverCredit the value for BalanceStdManual.YearCarryoverCredit
     *
     * @mbg.generated
     */
    public void setYearCarryoverCredit(BigDecimal yearCarryoverCredit) {
        this.yearCarryoverCredit = yearCarryoverCredit;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column BalanceStdManual.DebitNet
     *
     * @return the value of BalanceStdManual.DebitNet
     *
     * @mbg.generated
     */
    public BigDecimal getDebitNet() {
        return debitNet;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column BalanceStdManual.DebitNet
     *
     * @param debitNet the value for BalanceStdManual.DebitNet
     *
     * @mbg.generated
     */
    public void setDebitNet(BigDecimal debitNet) {
        this.debitNet = debitNet;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column BalanceStdManual.CreditNet
     *
     * @return the value of BalanceStdManual.CreditNet
     *
     * @mbg.generated
     */
    public BigDecimal getCreditNet() {
        return creditNet;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column BalanceStdManual.CreditNet
     *
     * @param creditNet the value for BalanceStdManual.CreditNet
     *
     * @mbg.generated
     */
    public void setCreditNet(BigDecimal creditNet) {
        this.creditNet = creditNet;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column BalanceStdManual.YearDebitNet
     *
     * @return the value of BalanceStdManual.YearDebitNet
     *
     * @mbg.generated
     */
    public BigDecimal getYearDebitNet() {
        return yearDebitNet;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column BalanceStdManual.YearDebitNet
     *
     * @param yearDebitNet the value for BalanceStdManual.YearDebitNet
     *
     * @mbg.generated
     */
    public void setYearDebitNet(BigDecimal yearDebitNet) {
        this.yearDebitNet = yearDebitNet;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column BalanceStdManual.YearCreditNet
     *
     * @return the value of BalanceStdManual.YearCreditNet
     *
     * @mbg.generated
     */
    public BigDecimal getYearCreditNet() {
        return yearCreditNet;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column BalanceStdManual.YearCreditNet
     *
     * @param yearCreditNet the value for BalanceStdManual.YearCreditNet
     *
     * @mbg.generated
     */
    public void setYearCreditNet(BigDecimal yearCreditNet) {
        this.yearCreditNet = yearCreditNet;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method corresponds to the database table BalanceStdManual
     *
     * @mbg.generated
     */
    @Override
    public String toString() {
        StringBuilder sb = new StringBuilder();
        sb.append(getClass().getSimpleName());
        sb.append(" [");
        sb.append("Hash = ").append(hashCode());
        sb.append(", balanceID=").append(balanceID);
        sb.append(", periodID=").append(periodID);
        sb.append(", acctCode=").append(acctCode);
        sb.append(", begBal=").append(begBal);
        sb.append(", begDebitBal=").append(begDebitBal);
        sb.append(", begCreditBal=").append(begCreditBal);
        sb.append(", debitBal=").append(debitBal);
        sb.append(", creditBal=").append(creditBal);
        sb.append(", yearDebitBal=").append(yearDebitBal);
        sb.append(", yearCreditBal=").append(yearCreditBal);
        sb.append(", endBal=").append(endBal);
        sb.append(", endDebitBal=").append(endDebitBal);
        sb.append(", endCreditBal=").append(endCreditBal);
        sb.append(", subProp=").append(subProp);
        sb.append(", carryoverDebit=").append(carryoverDebit);
        sb.append(", carryoverCredit=").append(carryoverCredit);
        sb.append(", yearCarryoverDebit=").append(yearCarryoverDebit);
        sb.append(", yearCarryoverCredit=").append(yearCarryoverCredit);
        sb.append(", debitNet=").append(debitNet);
        sb.append(", creditNet=").append(creditNet);
        sb.append(", yearDebitNet=").append(yearDebitNet);
        sb.append(", yearCreditNet=").append(yearCreditNet);
        sb.append("]");
        return sb.toString();
    }
}