package pwc.taxtech.atms.vat.entity;

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

/**
 *
 * This class was generated by MyBatis Generator.
 * This class corresponds to the database table TAX_PROJECT.ASSET_GROUP_RESULT
 *
 * @mbg.generated do_not_delete_during_merge
 */
public class AssetGroupResult implements Serializable {
    /**
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column TAX_PROJECT.ASSET_GROUP_RESULT.ID
     *
     * @mbg.generated
     */
    private String id;

    /**
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column TAX_PROJECT.ASSET_GROUP_RESULT.ASSET_NAME
     *
     * @mbg.generated
     */
    private String assetName;

    /**
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column TAX_PROJECT.ASSET_GROUP_RESULT.ASSET_GROUP_ID
     *
     * @mbg.generated
     */
    private String assetGroupId;

    /**
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column TAX_PROJECT.ASSET_GROUP_RESULT.ASSET_DETAIL_GROUP_ID
     *
     * @mbg.generated
     */
    private String assetDetailGroupId;

    /**
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column TAX_PROJECT.ASSET_GROUP_RESULT.TAX_DEPRECIATION_PERIOD
     *
     * @mbg.generated
     */
    private Integer taxDepreciationPeriod;

    /**
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column TAX_PROJECT.ASSET_GROUP_RESULT.CREATE_TIME
     *
     * @mbg.generated
     */
    private Date createTime;

    /**
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column TAX_PROJECT.ASSET_GROUP_RESULT.UPDATE_TIME
     *
     * @mbg.generated
     */
    private Date updateTime;

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

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

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

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column TAX_PROJECT.ASSET_GROUP_RESULT.ASSET_NAME
     *
     * @return the value of TAX_PROJECT.ASSET_GROUP_RESULT.ASSET_NAME
     *
     * @mbg.generated
     */
    public String getAssetName() {
        return assetName;
    }

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

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column TAX_PROJECT.ASSET_GROUP_RESULT.ASSET_GROUP_ID
     *
     * @return the value of TAX_PROJECT.ASSET_GROUP_RESULT.ASSET_GROUP_ID
     *
     * @mbg.generated
     */
    public String getAssetGroupId() {
        return assetGroupId;
    }

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

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column TAX_PROJECT.ASSET_GROUP_RESULT.ASSET_DETAIL_GROUP_ID
     *
     * @return the value of TAX_PROJECT.ASSET_GROUP_RESULT.ASSET_DETAIL_GROUP_ID
     *
     * @mbg.generated
     */
    public String getAssetDetailGroupId() {
        return assetDetailGroupId;
    }

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

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column TAX_PROJECT.ASSET_GROUP_RESULT.TAX_DEPRECIATION_PERIOD
     *
     * @return the value of TAX_PROJECT.ASSET_GROUP_RESULT.TAX_DEPRECIATION_PERIOD
     *
     * @mbg.generated
     */
    public Integer getTaxDepreciationPeriod() {
        return taxDepreciationPeriod;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column TAX_PROJECT.ASSET_GROUP_RESULT.TAX_DEPRECIATION_PERIOD
     *
     * @param taxDepreciationPeriod the value for TAX_PROJECT.ASSET_GROUP_RESULT.TAX_DEPRECIATION_PERIOD
     *
     * @mbg.generated
     */
    public void setTaxDepreciationPeriod(Integer taxDepreciationPeriod) {
        this.taxDepreciationPeriod = taxDepreciationPeriod;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column TAX_PROJECT.ASSET_GROUP_RESULT.CREATE_TIME
     *
     * @return the value of TAX_PROJECT.ASSET_GROUP_RESULT.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 TAX_PROJECT.ASSET_GROUP_RESULT.CREATE_TIME
     *
     * @param createTime the value for TAX_PROJECT.ASSET_GROUP_RESULT.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 TAX_PROJECT.ASSET_GROUP_RESULT.UPDATE_TIME
     *
     * @return the value of TAX_PROJECT.ASSET_GROUP_RESULT.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 TAX_PROJECT.ASSET_GROUP_RESULT.UPDATE_TIME
     *
     * @param updateTime the value for TAX_PROJECT.ASSET_GROUP_RESULT.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 TAX_PROJECT.ASSET_GROUP_RESULT
     *
     * @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(", assetName=").append(assetName);
        sb.append(", assetGroupId=").append(assetGroupId);
        sb.append(", assetDetailGroupId=").append(assetDetailGroupId);
        sb.append(", taxDepreciationPeriod=").append(taxDepreciationPeriod);
        sb.append(", createTime=").append(createTime);
        sb.append(", updateTime=").append(updateTime);
        sb.append("]");
        return sb.toString();
    }
}