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_ADMIN.PERIOD_CELL_COMMENT
 *
 * @mbg.generated do_not_delete_during_merge
 */
public class PeriodCellComment implements Serializable {
    /**
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column TAX_ADMIN.PERIOD_CELL_COMMENT.ID
     *
     * @mbg.generated
     */
    private Long id;

    /**
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column TAX_ADMIN.PERIOD_CELL_COMMENT.CELL_DATA_ID
     *
     * @mbg.generated
     */
    private Long cellDataId;

    /**
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column TAX_ADMIN.PERIOD_CELL_COMMENT.USER_ID
     *
     * @mbg.generated
     */
    private String userId;

    /**
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column TAX_ADMIN.PERIOD_CELL_COMMENT.USER_NAME
     *
     * @mbg.generated
     */
    private String userName;

    /**
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column TAX_ADMIN.PERIOD_CELL_COMMENT.COMMENT
     *
     * @mbg.generated
     */
    private String comment;

    /**
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column TAX_ADMIN.PERIOD_CELL_COMMENT.REPLY_TO_USER_NAME
     *
     * @mbg.generated
     */
    private String replyToUserName;

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

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

    /**
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column TAX_ADMIN.PERIOD_CELL_COMMENT.CREATE_BY
     *
     * @mbg.generated
     */
    private String createBy;

    /**
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column TAX_ADMIN.PERIOD_CELL_COMMENT.UPDATE_BY
     *
     * @mbg.generated
     */
    private String updateBy;

    /**
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column TAX_ADMIN.PERIOD_CELL_COMMENT.PROJECT_ID
     *
     * @mbg.generated
     */
    private String projectId;

    /**
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column TAX_ADMIN.PERIOD_CELL_COMMENT.PERIOD
     *
     * @mbg.generated
     */
    private Integer period;

    /**
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database table TAX_ADMIN.PERIOD_CELL_COMMENT
     *
     * @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_ADMIN.PERIOD_CELL_COMMENT.ID
     *
     * @return the value of TAX_ADMIN.PERIOD_CELL_COMMENT.ID
     *
     * @mbg.generated
     */
    public Long getId() {
        return id;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column TAX_ADMIN.PERIOD_CELL_COMMENT.ID
     *
     * @param id the value for TAX_ADMIN.PERIOD_CELL_COMMENT.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 TAX_ADMIN.PERIOD_CELL_COMMENT.CELL_DATA_ID
     *
     * @return the value of TAX_ADMIN.PERIOD_CELL_COMMENT.CELL_DATA_ID
     *
     * @mbg.generated
     */
    public Long getCellDataId() {
        return cellDataId;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column TAX_ADMIN.PERIOD_CELL_COMMENT.CELL_DATA_ID
     *
     * @param cellDataId the value for TAX_ADMIN.PERIOD_CELL_COMMENT.CELL_DATA_ID
     *
     * @mbg.generated
     */
    public void setCellDataId(Long cellDataId) {
        this.cellDataId = cellDataId;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column TAX_ADMIN.PERIOD_CELL_COMMENT.USER_ID
     *
     * @return the value of TAX_ADMIN.PERIOD_CELL_COMMENT.USER_ID
     *
     * @mbg.generated
     */
    public String getUserId() {
        return userId;
    }

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

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column TAX_ADMIN.PERIOD_CELL_COMMENT.USER_NAME
     *
     * @return the value of TAX_ADMIN.PERIOD_CELL_COMMENT.USER_NAME
     *
     * @mbg.generated
     */
    public String getUserName() {
        return userName;
    }

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

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column TAX_ADMIN.PERIOD_CELL_COMMENT.COMMENT
     *
     * @return the value of TAX_ADMIN.PERIOD_CELL_COMMENT.COMMENT
     *
     * @mbg.generated
     */
    public String getComment() {
        return comment;
    }

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

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column TAX_ADMIN.PERIOD_CELL_COMMENT.REPLY_TO_USER_NAME
     *
     * @return the value of TAX_ADMIN.PERIOD_CELL_COMMENT.REPLY_TO_USER_NAME
     *
     * @mbg.generated
     */
    public String getReplyToUserName() {
        return replyToUserName;
    }

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

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column TAX_ADMIN.PERIOD_CELL_COMMENT.CREATE_TIME
     *
     * @return the value of TAX_ADMIN.PERIOD_CELL_COMMENT.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_ADMIN.PERIOD_CELL_COMMENT.CREATE_TIME
     *
     * @param createTime the value for TAX_ADMIN.PERIOD_CELL_COMMENT.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_ADMIN.PERIOD_CELL_COMMENT.UPDATE_TIME
     *
     * @return the value of TAX_ADMIN.PERIOD_CELL_COMMENT.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_ADMIN.PERIOD_CELL_COMMENT.UPDATE_TIME
     *
     * @param updateTime the value for TAX_ADMIN.PERIOD_CELL_COMMENT.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 TAX_ADMIN.PERIOD_CELL_COMMENT.CREATE_BY
     *
     * @return the value of TAX_ADMIN.PERIOD_CELL_COMMENT.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 TAX_ADMIN.PERIOD_CELL_COMMENT.CREATE_BY
     *
     * @param createBy the value for TAX_ADMIN.PERIOD_CELL_COMMENT.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 TAX_ADMIN.PERIOD_CELL_COMMENT.UPDATE_BY
     *
     * @return the value of TAX_ADMIN.PERIOD_CELL_COMMENT.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 TAX_ADMIN.PERIOD_CELL_COMMENT.UPDATE_BY
     *
     * @param updateBy the value for TAX_ADMIN.PERIOD_CELL_COMMENT.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 TAX_ADMIN.PERIOD_CELL_COMMENT.PROJECT_ID
     *
     * @return the value of TAX_ADMIN.PERIOD_CELL_COMMENT.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 TAX_ADMIN.PERIOD_CELL_COMMENT.PROJECT_ID
     *
     * @param projectId the value for TAX_ADMIN.PERIOD_CELL_COMMENT.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 TAX_ADMIN.PERIOD_CELL_COMMENT.PERIOD
     *
     * @return the value of TAX_ADMIN.PERIOD_CELL_COMMENT.PERIOD
     *
     * @mbg.generated
     */
    public Integer getPeriod() {
        return period;
    }

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

    /**
     * This method was generated by MyBatis Generator.
     * This method corresponds to the database table TAX_ADMIN.PERIOD_CELL_COMMENT
     *
     * @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(", cellDataId=").append(cellDataId);
        sb.append(", userId=").append(userId);
        sb.append(", userName=").append(userName);
        sb.append(", comment=").append(comment);
        sb.append(", replyToUserName=").append(replyToUserName);
        sb.append(", createTime=").append(createTime);
        sb.append(", updateTime=").append(updateTime);
        sb.append(", createBy=").append(createBy);
        sb.append(", updateBy=").append(updateBy);
        sb.append(", projectId=").append(projectId);
        sb.append(", period=").append(period);
        sb.append("]");
        return sb.toString();
    }
}