Newer
Older
huludao / src / main / java / com / newfiber / api / pc / model / entity / BaseFileInfo.java
package com.newfiber.api.pc.model.entity;

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

public class BaseFileInfo implements Serializable {
    /**
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column base_file_info.id
     *
     * @mbg.generated Thu Jan 07 11:14:13 CST 2021
     */
    private Long id;

    /**
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column base_file_info.file_no
     *
     * @mbg.generated Thu Jan 07 11:14:13 CST 2021
     */
    private String fileNo;

    /**
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column base_file_info.file_extension
     *
     * @mbg.generated Thu Jan 07 11:14:13 CST 2021
     */
    private String fileExtension;

    /**
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column base_file_info.file_original_name
     *
     * @mbg.generated Thu Jan 07 11:14:13 CST 2021
     */
    private String fileOriginalName;

    /**
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column base_file_info.file_cloud_storage_key
     *
     * @mbg.generated Thu Jan 07 11:14:13 CST 2021
     */
    private String fileCloudStorageKey;

    /**
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column base_file_info.file_abbreviated_cloud_storage_key
     *
     * @mbg.generated Thu Jan 07 11:14:13 CST 2021
     */
    private String fileAbbreviatedCloudStorageKey;

    /**
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column base_file_info.file_upload_type
     *
     * @mbg.generated Thu Jan 07 11:14:13 CST 2021
     */
    private String fileUploadType;

    /**
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column base_file_info.file_upload_type_desc
     *
     * @mbg.generated Thu Jan 07 11:14:13 CST 2021
     */
    private String fileUploadTypeDesc;

    /**
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column base_file_info.type_selection
     *
     * @mbg.generated Thu Jan 07 11:14:13 CST 2021
     */
    private Integer typeSelection;

    /**
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column base_file_info.type_selection_desc
     *
     * @mbg.generated Thu Jan 07 11:14:13 CST 2021
     */
    private String typeSelectionDesc;

    /**
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column base_file_info.generation_time
     *
     * @mbg.generated Thu Jan 07 11:14:13 CST 2021
     */
    private Date generationTime;

    /**
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column base_file_info.update_time
     *
     * @mbg.generated Thu Jan 07 11:14:13 CST 2021
     */
    private Date updateTime;

    /**
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column base_file_info.file_founder
     *
     * @mbg.generated Thu Jan 07 11:14:13 CST 2021
     */
    private String fileFounder;

    /**
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column base_file_info.site_reserve1
     *
     * @mbg.generated Thu Jan 07 11:14:13 CST 2021
     */
    private String siteReserve1;

    /**
     *
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column base_file_info.site_reserve2
     *
     * @mbg.generated Thu Jan 07 11:14:13 CST 2021
     */
    private String siteReserve2;

    /**
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database table base_file_info
     *
     * @mbg.generated Thu Jan 07 11:14:13 CST 2021
     */
    private static final long serialVersionUID = 1L;

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column base_file_info.id
     *
     * @return the value of base_file_info.id
     *
     * @mbg.generated Thu Jan 07 11:14:13 CST 2021
     */
    public Long getId() {
        return id;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column base_file_info.id
     *
     * @param id the value for base_file_info.id
     *
     * @mbg.generated Thu Jan 07 11:14:13 CST 2021
     */
    public void setId(Long id) {
        this.id = id;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column base_file_info.file_no
     *
     * @return the value of base_file_info.file_no
     *
     * @mbg.generated Thu Jan 07 11:14:13 CST 2021
     */
    public String getFileNo() {
        return fileNo;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column base_file_info.file_no
     *
     * @param fileNo the value for base_file_info.file_no
     *
     * @mbg.generated Thu Jan 07 11:14:13 CST 2021
     */
    public void setFileNo(String fileNo) {
        this.fileNo = fileNo == null ? null : fileNo.trim();
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column base_file_info.file_extension
     *
     * @return the value of base_file_info.file_extension
     *
     * @mbg.generated Thu Jan 07 11:14:13 CST 2021
     */
    public String getFileExtension() {
        return fileExtension;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column base_file_info.file_extension
     *
     * @param fileExtension the value for base_file_info.file_extension
     *
     * @mbg.generated Thu Jan 07 11:14:13 CST 2021
     */
    public void setFileExtension(String fileExtension) {
        this.fileExtension = fileExtension == null ? null : fileExtension.trim();
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column base_file_info.file_original_name
     *
     * @return the value of base_file_info.file_original_name
     *
     * @mbg.generated Thu Jan 07 11:14:13 CST 2021
     */
    public String getFileOriginalName() {
        return fileOriginalName;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column base_file_info.file_original_name
     *
     * @param fileOriginalName the value for base_file_info.file_original_name
     *
     * @mbg.generated Thu Jan 07 11:14:13 CST 2021
     */
    public void setFileOriginalName(String fileOriginalName) {
        this.fileOriginalName = fileOriginalName == null ? null : fileOriginalName.trim();
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column base_file_info.file_cloud_storage_key
     *
     * @return the value of base_file_info.file_cloud_storage_key
     *
     * @mbg.generated Thu Jan 07 11:14:13 CST 2021
     */
    public String getFileCloudStorageKey() {
        return fileCloudStorageKey;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column base_file_info.file_cloud_storage_key
     *
     * @param fileCloudStorageKey the value for base_file_info.file_cloud_storage_key
     *
     * @mbg.generated Thu Jan 07 11:14:13 CST 2021
     */
    public void setFileCloudStorageKey(String fileCloudStorageKey) {
        this.fileCloudStorageKey = fileCloudStorageKey == null ? null : fileCloudStorageKey.trim();
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column base_file_info.file_abbreviated_cloud_storage_key
     *
     * @return the value of base_file_info.file_abbreviated_cloud_storage_key
     *
     * @mbg.generated Thu Jan 07 11:14:13 CST 2021
     */
    public String getFileAbbreviatedCloudStorageKey() {
        return fileAbbreviatedCloudStorageKey;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column base_file_info.file_abbreviated_cloud_storage_key
     *
     * @param fileAbbreviatedCloudStorageKey the value for base_file_info.file_abbreviated_cloud_storage_key
     *
     * @mbg.generated Thu Jan 07 11:14:13 CST 2021
     */
    public void setFileAbbreviatedCloudStorageKey(String fileAbbreviatedCloudStorageKey) {
        this.fileAbbreviatedCloudStorageKey = fileAbbreviatedCloudStorageKey == null ? null : fileAbbreviatedCloudStorageKey.trim();
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column base_file_info.file_upload_type
     *
     * @return the value of base_file_info.file_upload_type
     *
     * @mbg.generated Thu Jan 07 11:14:13 CST 2021
     */
    public String getFileUploadType() {
        return fileUploadType;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column base_file_info.file_upload_type
     *
     * @param fileUploadType the value for base_file_info.file_upload_type
     *
     * @mbg.generated Thu Jan 07 11:14:13 CST 2021
     */
    public void setFileUploadType(String fileUploadType) {
        this.fileUploadType = fileUploadType == null ? null : fileUploadType.trim();
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column base_file_info.file_upload_type_desc
     *
     * @return the value of base_file_info.file_upload_type_desc
     *
     * @mbg.generated Thu Jan 07 11:14:13 CST 2021
     */
    public String getFileUploadTypeDesc() {
        return fileUploadTypeDesc;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column base_file_info.file_upload_type_desc
     *
     * @param fileUploadTypeDesc the value for base_file_info.file_upload_type_desc
     *
     * @mbg.generated Thu Jan 07 11:14:13 CST 2021
     */
    public void setFileUploadTypeDesc(String fileUploadTypeDesc) {
        this.fileUploadTypeDesc = fileUploadTypeDesc == null ? null : fileUploadTypeDesc.trim();
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column base_file_info.type_selection
     *
     * @return the value of base_file_info.type_selection
     *
     * @mbg.generated Thu Jan 07 11:14:13 CST 2021
     */
    public Integer getTypeSelection() {
        return typeSelection;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column base_file_info.type_selection
     *
     * @param typeSelection the value for base_file_info.type_selection
     *
     * @mbg.generated Thu Jan 07 11:14:13 CST 2021
     */
    public void setTypeSelection(Integer typeSelection) {
        this.typeSelection = typeSelection;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column base_file_info.type_selection_desc
     *
     * @return the value of base_file_info.type_selection_desc
     *
     * @mbg.generated Thu Jan 07 11:14:13 CST 2021
     */
    public String getTypeSelectionDesc() {
        return typeSelectionDesc;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column base_file_info.type_selection_desc
     *
     * @param typeSelectionDesc the value for base_file_info.type_selection_desc
     *
     * @mbg.generated Thu Jan 07 11:14:13 CST 2021
     */
    public void setTypeSelectionDesc(String typeSelectionDesc) {
        this.typeSelectionDesc = typeSelectionDesc == null ? null : typeSelectionDesc.trim();
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column base_file_info.generation_time
     *
     * @return the value of base_file_info.generation_time
     *
     * @mbg.generated Thu Jan 07 11:14:13 CST 2021
     */
    public Date getGenerationTime() {
        return generationTime;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column base_file_info.generation_time
     *
     * @param generationTime the value for base_file_info.generation_time
     *
     * @mbg.generated Thu Jan 07 11:14:13 CST 2021
     */
    public void setGenerationTime(Date generationTime) {
        this.generationTime = generationTime;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column base_file_info.update_time
     *
     * @return the value of base_file_info.update_time
     *
     * @mbg.generated Thu Jan 07 11:14:13 CST 2021
     */
    public Date getUpdateTime() {
        return updateTime;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column base_file_info.update_time
     *
     * @param updateTime the value for base_file_info.update_time
     *
     * @mbg.generated Thu Jan 07 11:14:13 CST 2021
     */
    public void setUpdateTime(Date updateTime) {
        this.updateTime = updateTime;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column base_file_info.file_founder
     *
     * @return the value of base_file_info.file_founder
     *
     * @mbg.generated Thu Jan 07 11:14:13 CST 2021
     */
    public String getFileFounder() {
        return fileFounder;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column base_file_info.file_founder
     *
     * @param fileFounder the value for base_file_info.file_founder
     *
     * @mbg.generated Thu Jan 07 11:14:13 CST 2021
     */
    public void setFileFounder(String fileFounder) {
        this.fileFounder = fileFounder == null ? null : fileFounder.trim();
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column base_file_info.site_reserve1
     *
     * @return the value of base_file_info.site_reserve1
     *
     * @mbg.generated Thu Jan 07 11:14:13 CST 2021
     */
    public String getSiteReserve1() {
        return siteReserve1;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column base_file_info.site_reserve1
     *
     * @param siteReserve1 the value for base_file_info.site_reserve1
     *
     * @mbg.generated Thu Jan 07 11:14:13 CST 2021
     */
    public void setSiteReserve1(String siteReserve1) {
        this.siteReserve1 = siteReserve1 == null ? null : siteReserve1.trim();
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column base_file_info.site_reserve2
     *
     * @return the value of base_file_info.site_reserve2
     *
     * @mbg.generated Thu Jan 07 11:14:13 CST 2021
     */
    public String getSiteReserve2() {
        return siteReserve2;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column base_file_info.site_reserve2
     *
     * @param siteReserve2 the value for base_file_info.site_reserve2
     *
     * @mbg.generated Thu Jan 07 11:14:13 CST 2021
     */
    public void setSiteReserve2(String siteReserve2) {
        this.siteReserve2 = siteReserve2 == null ? null : siteReserve2.trim();
    }
}