package com.goafanti.common.model; public class OrganizationAnnualReport { /** * This field was generated by MyBatis Generator. This field corresponds to the database column organization_annual_report.id * @mbg.generated Fri Jul 27 15:10:52 CST 2018 */ private String id; /** * This field was generated by MyBatis Generator. This field corresponds to the database column organization_annual_report.uid * @mbg.generated Fri Jul 27 15:10:52 CST 2018 */ private String uid; /** * This field was generated by MyBatis Generator. This field corresponds to the database column organization_annual_report.year * @mbg.generated Fri Jul 27 15:10:52 CST 2018 */ private Integer year; /** * This field was generated by MyBatis Generator. This field corresponds to the database column organization_annual_report.sales_amount * @mbg.generated Fri Jul 27 15:10:52 CST 2018 */ private String salesAmount; /** * This field was generated by MyBatis Generator. This field corresponds to the database column organization_annual_report.research_amount * @mbg.generated Fri Jul 27 15:10:52 CST 2018 */ private String researchAmount; /** * This field was generated by MyBatis Generator. This field corresponds to the database column organization_annual_report.assets * @mbg.generated Fri Jul 27 15:10:52 CST 2018 */ private String assets; /** * This field was generated by MyBatis Generator. This field corresponds to the database column organization_annual_report.aid * @mbg.generated Fri Jul 27 15:10:52 CST 2018 */ private String aid; /** * This field was generated by MyBatis Generator. This field corresponds to the database column organization_annual_report.fixed_assets * @mbg.generated Fri Jul 27 15:10:52 CST 2018 */ private String fixedAssets; /** * This method was generated by MyBatis Generator. This method returns the value of the database column organization_annual_report.id * @return the value of organization_annual_report.id * @mbg.generated Fri Jul 27 15:10:52 CST 2018 */ public String getId() { return id; } /** * This method was generated by MyBatis Generator. This method sets the value of the database column organization_annual_report.id * @param id the value for organization_annual_report.id * @mbg.generated Fri Jul 27 15:10:52 CST 2018 */ public void setId(String id) { this.id = id; } /** * This method was generated by MyBatis Generator. This method returns the value of the database column organization_annual_report.uid * @return the value of organization_annual_report.uid * @mbg.generated Fri Jul 27 15:10:52 CST 2018 */ public String getUid() { return uid; } /** * This method was generated by MyBatis Generator. This method sets the value of the database column organization_annual_report.uid * @param uid the value for organization_annual_report.uid * @mbg.generated Fri Jul 27 15:10:52 CST 2018 */ public void setUid(String uid) { this.uid = uid; } /** * This method was generated by MyBatis Generator. This method returns the value of the database column organization_annual_report.year * @return the value of organization_annual_report.year * @mbg.generated Fri Jul 27 15:10:52 CST 2018 */ public Integer getYear() { return year; } /** * This method was generated by MyBatis Generator. This method sets the value of the database column organization_annual_report.year * @param year the value for organization_annual_report.year * @mbg.generated Fri Jul 27 15:10:52 CST 2018 */ public void setYear(Integer year) { this.year = year; } /** * This method was generated by MyBatis Generator. This method returns the value of the database column organization_annual_report.sales_amount * @return the value of organization_annual_report.sales_amount * @mbg.generated Fri Jul 27 15:10:52 CST 2018 */ public String getSalesAmount() { return salesAmount; } /** * This method was generated by MyBatis Generator. This method sets the value of the database column organization_annual_report.sales_amount * @param salesAmount the value for organization_annual_report.sales_amount * @mbg.generated Fri Jul 27 15:10:52 CST 2018 */ public void setSalesAmount(String salesAmount) { this.salesAmount = salesAmount; } /** * This method was generated by MyBatis Generator. This method returns the value of the database column organization_annual_report.research_amount * @return the value of organization_annual_report.research_amount * @mbg.generated Fri Jul 27 15:10:52 CST 2018 */ public String getResearchAmount() { return researchAmount; } /** * This method was generated by MyBatis Generator. This method sets the value of the database column organization_annual_report.research_amount * @param researchAmount the value for organization_annual_report.research_amount * @mbg.generated Fri Jul 27 15:10:52 CST 2018 */ public void setResearchAmount(String researchAmount) { this.researchAmount = researchAmount; } /** * This method was generated by MyBatis Generator. This method returns the value of the database column organization_annual_report.assets * @return the value of organization_annual_report.assets * @mbg.generated Fri Jul 27 15:10:52 CST 2018 */ public String getAssets() { return assets; } /** * This method was generated by MyBatis Generator. This method sets the value of the database column organization_annual_report.assets * @param assets the value for organization_annual_report.assets * @mbg.generated Fri Jul 27 15:10:52 CST 2018 */ public void setAssets(String assets) { this.assets = assets; } /** * This method was generated by MyBatis Generator. This method returns the value of the database column organization_annual_report.aid * @return the value of organization_annual_report.aid * @mbg.generated Fri Jul 27 15:10:52 CST 2018 */ public String getAid() { return aid; } /** * This method was generated by MyBatis Generator. This method sets the value of the database column organization_annual_report.aid * @param aid the value for organization_annual_report.aid * @mbg.generated Fri Jul 27 15:10:52 CST 2018 */ public void setAid(String aid) { this.aid = aid; } /** * This method was generated by MyBatis Generator. This method returns the value of the database column organization_annual_report.fixed_assets * @return the value of organization_annual_report.fixed_assets * @mbg.generated Fri Jul 27 15:10:52 CST 2018 */ public String getFixedAssets() { return fixedAssets; } /** * This method was generated by MyBatis Generator. This method sets the value of the database column organization_annual_report.fixed_assets * @param fixedAssets the value for organization_annual_report.fixed_assets * @mbg.generated Fri Jul 27 15:10:52 CST 2018 */ public void setFixedAssets(String fixedAssets) { this.fixedAssets = fixedAssets; } }