D:\CRM_Project\CRM_Metadata_Structure\NetBeamsICM_TestProject\ICM_DB_TestComponents\src\java\unstructured_data_idao\SimpleInputExcelSheetDAO.java
  1 /*
  2  * To change this license header, choose License Headers in Project Properties.
  3  * To change this template file, choose Tools | Templates
  4  * and open the template in the editor.
  5  */
  6 package unstructured_data_idao;
  7 
  8 /**
  9  *
 10  * @author sameldin
 11  * 
 12  * This is the output of one of our converters
 13  * 
 14  */
 15 //package using_business_rule_1;
 16 public class SimpleInputExcelSheetDAO{ 
 17 
 18      double netIncome_78002  = 0;
 19      double operatingProfitLoss_79004  = 0;
 20      double flyingOperations_70003  = 0;
 21      double maintenance_77000  = 0;
 22      double aircraftServices_65001  = 0;
 23      double promotionSales_80001  = 0;
 24      double generalAdmin_71000  = 0;
 25      double transactionExpenses_84001  = 0;
 26      double operatingExpenses_79001  = 0;
 27      String uniqueCarrierName_85000  = "";
 28      double quarter_81000  = 0;
 29 
 30 
 31 
 32 
 33 public double  getNetIncome_78002() { 
 34 return(netIncome_78002);
 35 }
 36 public  void    setNetIncome_78002(double   netIncome_78002) { 
 37 this.netIncome_78002 =  netIncome_78002;
 38 }
 39 public double  getOperatingProfitLoss_79004() { 
 40 return(operatingProfitLoss_79004);
 41 }
 42 public  void    setOperatingProfitLoss_79004(double   operatingProfitLoss_79004) { 
 43 this.operatingProfitLoss_79004 =  operatingProfitLoss_79004;
 44 }
 45 public double  getFlyingOperations_70003() { 
 46 return(flyingOperations_70003);
 47 }
 48 public  void    setFlyingOperations_70003(double   flyingOperations_70003) { 
 49 this.flyingOperations_70003 =  flyingOperations_70003;
 50 }
 51 public double  getMaintenance_77000() { 
 52 return(maintenance_77000);
 53 }
 54 public  void    setMaintenance_77000(double   maintenance_77000) { 
 55 this.maintenance_77000 =  maintenance_77000;
 56 }
 57 public double  getAircraftServices_65001() { 
 58 return(aircraftServices_65001);
 59 }
 60 public  void    setAircraftServices_65001(double   aircraftServices_65001) { 
 61 this.aircraftServices_65001 =  aircraftServices_65001;
 62 }
 63 public double  getPromotionSales_80001() { 
 64 return(promotionSales_80001);
 65 }
 66 public  void    setPromotionSales_80001(double   promotionSales_80001) { 
 67 this.promotionSales_80001 =  promotionSales_80001;
 68 }
 69 public double  getGeneralAdmin_71000() { 
 70 return(generalAdmin_71000);
 71 }
 72 public  void    setGeneralAdmin_71000(double   generalAdmin_71000) { 
 73 this.generalAdmin_71000 =  generalAdmin_71000;
 74 }
 75 public double  getTransactionExpenses_84001() { 
 76 return(transactionExpenses_84001);
 77 }
 78 public  void    setTransactionExpenses_84001(double   transactionExpenses_84001) { 
 79 this.transactionExpenses_84001 =  transactionExpenses_84001;
 80 }
 81 public double  getOperatingExpenses_79001() { 
 82 return(operatingExpenses_79001);
 83 }
 84 public  void    setOperatingExpenses_79001(double   operatingExpenses_79001) { 
 85 this.operatingExpenses_79001 =  operatingExpenses_79001;
 86 }
 87 public String  getUniqueCarrierName_85000() { 
 88 return(uniqueCarrierName_85000);
 89 }
 90 public  void    setUniqueCarrierName_85000(String   uniqueCarrierName_85000) { 
 91 this.uniqueCarrierName_85000 =  uniqueCarrierName_85000;
 92 }
 93 public double  getQuarter_81000() { 
 94 return(quarter_81000);
 95 }
 96 public  void    setQuarter_81000(double   quarter_81000) { 
 97 this.quarter_81000 =  quarter_81000;
 98 }
 99 
100 }