• 百度上传文件到写入数据库之六


    /*
     * To change this license header, choose License Headers in Project Properties.
     * To change this template file, choose Tools | Templates
     * and open the template in the editor.
     */
    package cn.toher.DataImport;
    
    import java.util.Date;
    
    /**
     *
     * @author Administrator
     */
    public class MigrationData {
        private Date dateData;
        private String ItemType;
        private String callNumber;
        private String packageName;
        private String flowPackage;
        private String lastMonthCalls;
        private String lastMonthFlow;
        private String oneDiscount;
        private String twoDiscount;
        private String threeDiscount;
        private String fourDiscount;
        private String sendCalls;
        private String mobileBrand;
        private String mobileModel;
        private String imei;
        private String customA;
        private String customB;
        private String customC;
        private String customD;
        private String customE;
        private String customF;
        private String level;
        private Integer dataPriority;
        private String dataSource;
        private String parentNo;
        
    
        public MigrationData() {
        }
    
        public String getParentNo() {
            return parentNo;
        }
    
        public void setParentNo(String parentNo) {
            this.parentNo = parentNo;
        }
    
        public Date getDateData() {
            return dateData;
        }
    
        public void setDateData(Date dateData) {
            this.dateData = dateData;
        }
    
        public String getItemType() {
            return ItemType;
        }
    
        public void setItemType(String ItemType) {
            this.ItemType = ItemType;
        }
    
        public String getCallNumber() {
            return callNumber;
        }
    
        public void setCallNumber(String callNumber) {
            this.callNumber = callNumber;
        }
    
        public String getPackageName() {
            return packageName;
        }
    
        public void setPackageName(String packageName) {
            this.packageName = packageName;
        }
    
        public String getFlowPackage() {
            return flowPackage;
        }
    
        public void setFlowPackage(String flowPackage) {
            this.flowPackage = flowPackage;
        }
    
        public String getLastMonthCalls() {
            return lastMonthCalls;
        }
    
        public void setLastMonthCalls(String lastMonthCalls) {
            this.lastMonthCalls = lastMonthCalls;
        }
    
        public String getLastMonthFlow() {
            return lastMonthFlow;
        }
    
        public void setLastMonthFlow(String lastMonthFlow) {
            this.lastMonthFlow = lastMonthFlow;
        }
    
        public String getOneDiscount() {
            return oneDiscount;
        }
    
        public void setOneDiscount(String oneDiscount) {
            this.oneDiscount = oneDiscount;
        }
    
        public String getTwoDiscount() {
            return twoDiscount;
        }
    
        public void setTwoDiscount(String twoDiscount) {
            this.twoDiscount = twoDiscount;
        }
    
        public String getThreeDiscount() {
            return threeDiscount;
        }
    
        public void setThreeDiscount(String threeDiscount) {
            this.threeDiscount = threeDiscount;
        }
    
        public String getFourDiscount() {
            return fourDiscount;
        }
    
        public void setFourDiscount(String fourDiscount) {
            this.fourDiscount = fourDiscount;
        }
    
        public String getSendCalls() {
            return sendCalls;
        }
    
        public void setSendCalls(String sendCalls) {
            this.sendCalls = sendCalls;
        }
    
        public String getMobileBrand() {
            return mobileBrand;
        }
    
        public void setMobileBrand(String mobileBrand) {
            this.mobileBrand = mobileBrand;
        }
    
        public String getMobileModel() {
            return mobileModel;
        }
    
        public void setMobileModel(String mobileModel) {
            this.mobileModel = mobileModel;
        }
    
        public String getImei() {
            return imei;
        }
    
        public void setImei(String imei) {
            this.imei = imei;
        }
    
        public String getCustomA() {
            return customA;
        }
    
        public void setCustomA(String customA) {
            this.customA = customA;
        }
    
        public String getCustomB() {
            return customB;
        }
    
        public void setCustomB(String customB) {
            this.customB = customB;
        }
    
        public String getCustomC() {
            return customC;
        }
    
        public void setCustomC(String customC) {
            this.customC = customC;
        }
    
        public String getCustomD() {
            return customD;
        }
    
        public void setCustomD(String customD) {
            this.customD = customD;
        }
    
        public String getCustomE() {
            return customE;
        }
    
        public void setCustomE(String customE) {
            this.customE = customE;
        }
    
        public String getCustomF() {
            return customF;
        }
    
        public void setCustomF(String customF) {
            this.customF = customF;
        }
    
        public String getLevel() {
            return level;
        }
    
        public void setLevel(String level) {
            this.level = level;
        }
    
        public Integer getDataPriority() {
            return dataPriority;
        }
    
        public void setDataPriority(Integer dataPriority) {
            this.dataPriority = dataPriority;
        }
    
    
        public String getDataSource() {
            return dataSource;
        }
    
        public void setDataSource(String dataSource) {
            this.dataSource = dataSource;
        }
        
        
    }
  • 相关阅读:
    不断学习和思考让自己成长、过得充实快乐!
    先制订个能力提升计划
    如何删除SQL Server下注册的服务器
    [转摘] 我的同学聚会--性格决定命运
    如何提高阅读速度2
    Oracle IW,WW的区别
    想象5年后的你(很多人看了很受启迪!)
    女要富养
    5年内买车买房(理财篇)
    [转摘] 从月薪3500到身价700万 我在上海的奋斗岁月
  • 原文地址:https://www.cnblogs.com/itchenfirst/p/7285787.html
Copyright © 2020-2023  润新知