⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ecw000000.java

📁 梦界家园程序开发基底框架
💻 JAVA
📖 第 1 页 / 共 2 页
字号:
package jm.entity.business;

import jm.framework.gui.JMEntity;

/**
 * <p>日消费结算</p>
 *
 * <p>Copyright: Copyright (c) 2004-2006</p>
 *
 * <p>Company: 1SHome</p>
 *
 * <p>@author Spook</p>
 *
 * @since 1.3.1
 * @see JDK 1.5.0.6
 */
public class ECW000000 implements JMEntity {
    /** 消费ID*/
    private String consumeID = null;

    /** 日期*/
    private String consumeDate = null;

    /** 对象ID*/
    private String characterID = null;

    /** 对象名称*/
    private String characterName = null;

    /** 类别ID*/
    private String consumeTypeID = null;

    /** 类别名称*/
    private String consumeTypeName = null;

    /** 数目*/
    private String moneyNumber = null;

    /** 消费种类ID*/
    private String kindID = null;

    /** 种类名称*/
    private String kindName = null;

    /** 大分类ID*/
    private String bigClassID = null;

    /** 大分类名称*/
    private String bigClassName = null;

    /** 中分类ID*/
    private String middleClassID = null;

    /** 中分类名称*/
    private String middleClassName = null;

    /** 小分类ID*/
    private String smallClassID = null;

    /** 小分类名称*/
    private String smallClassName = null;

    /** 消费城市ID*/
    private String cityID = null;

    /** 市名称*/
    private String cityName = null;

    /** 消费区域ID*/
    private String areaID = null;

    /** 地区名称*/
    private String areaName = null;

    /** 消费街道ID*/
    private String streetID = null;

    /** 街道名称*/
    private String streetName = null;

    /** 消费场所ID*/
    private String buildID = null;

    /** 建筑名称*/
    private String buildName = null;

    /** 其它说明*/
    private String meno = null;

    /** 删除Flag*/
    private String del_Flag = null;

    /** 创建日时*/
    private String creatDateTime = null;

    /** 创建者*/
    private String creatUserID = null;

    /** 更新日时*/
    private String upDateTime = null;

    /** 更新者*/
    private String upUserID = null;

    /** 奇偶行区分 */
    private String rowsKb = null;

    /**
     * clear
     */
    public void clear () {
        /* 消费ID*/
        this.consumeID = null;
        /* 日期*/
        this.consumeDate = null;
        /* 对象ID*/
        this.characterID = null;
        /* 对象名称*/
        this.characterName = null;
        /* 类别ID*/
        this.consumeTypeID = null;
        /* 类别名称*/
        this.consumeTypeName = null;
        /* 数目*/
        this.moneyNumber = null;
        /* 消费种类ID*/
        this.kindID = null;
        /* 种类名称*/
        this.kindName = null;
        /* 大分类ID*/
        this.bigClassID = null;
        /* 大分类名称*/
        this.bigClassName = null;
        /* 中分类ID*/
        this.middleClassID = null;
        /* 中分类名称*/
        this.middleClassName = null;
        /* 小分类ID*/
        this.smallClassID = null;
        /* 小分类名称*/
        this.smallClassName = null;
        /* 消费城市ID*/
        this.cityID = null;
        /* 市名称*/
        this.cityName = null;
        /* 消费区域ID*/
        this.areaID = null;
        /* 地区名称*/
        this.areaName = null;
        /* 消费街道ID*/
        this.streetID = null;
        /* 街道名称*/
        this.streetName = null;
        /* 消费场所ID*/
        this.buildID = null;
        /* 建筑名称*/
        this.buildName = null;
        /* 其它说明*/
        this.meno = null;
        /* 删除Flag*/
        this.del_Flag = null;
        /* 创建日时*/
        this.creatDateTime = null;
        /* 创建者*/
        this.creatUserID = null;
        /* 更新日时*/
        this.upDateTime = null;
        /* 更新者*/
        this.upUserID = null;
    }

    /**
     * 获得存储器内容
     *
     * @return 存储器内容
     */
    public String getItems () {
        return "ConsumeID;ConsumeDate;CharacterID;CharacterName;ConsumeTypeID;ConsumeTypeName;MoneyNumber;KindID;KindName;BigClassID;BigClassName;MiddleClassID;MiddleClassName;SmallClassID;SmallClassName;CityID;CityName;AreaID;AreaName;StreetID;StreetName;BuildID;BuildName;Meno;Del_Flag;CreatDateTime;CreatUserID;UpDateTime;UpUserID";
    }

    /**
     * toString
     */
    public String toString () {
        return "CW000000:"
                /* 消费ID*/
                + " consumeID =" + this.consumeID + ", "
                /* 日期*/
                + " consumeDate =" + this.consumeDate + ", "
                /* 对象ID*/
                + " characterID =" + this.characterID + ", "
                /* 对象名称*/
                + " characterName =" + this.characterName + ", "
                /* 类别ID*/
                + " consumeTypeID =" + this.consumeTypeID + ", "
                /* 类别名称*/
                + " consumeTypeName =" + this.consumeTypeName + ", "
                /* 数目*/
                + " moneyNumber =" + this.moneyNumber + ", "
                /* 消费种类ID*/
                + " kindID =" + this.kindID + ", "
                /* 种类名称*/
                + " kindName =" + this.kindName + ", "
                /* 大分类ID*/
                + " bigClassID =" + this.bigClassID + ", "
                /* 大分类名称*/
                + " bigClassName =" + this.bigClassName + ", "
                /* 中分类ID*/
                + " middleClassID =" + this.middleClassID + ", "
                /* 中分类名称*/
                + " middleClassName =" + this.middleClassName + ", "
                /* 小分类ID*/
                + " smallClassID =" + this.smallClassID + ", "
                /* 小分类名称*/
                + " smallClassName =" + this.smallClassName + ", "
                /* 消费城市ID*/
                + " cityID =" + this.cityID + ", "
                /* 市名称*/
                + " cityName =" + this.cityName + ", "
                /* 消费区域ID*/
                + " areaID =" + this.areaID + ", "
                /* 地区名称*/
                + " areaName =" + this.areaName + ", "
                /* 消费街道ID*/
                + " streetID =" + this.streetID + ", "
                /* 街道名称*/
                + " streetName =" + this.streetName + ", "
                /* 消费场所ID*/
                + " buildID =" + this.buildID + ", "
                /* 建筑名称*/
                + " buildName =" + this.buildName + ", "
                /* 其它说明*/
                + " meno =" + this.meno + ", "
                /* 删除Flag*/
                + " del_Flag =" + this.del_Flag + ", "
                /* 创建日时*/
                + " creatDateTime =" + this.creatDateTime + ", "
                /* 创建者*/
                + " creatUserID =" + this.creatUserID + ", "
                /* 更新日时*/
                + " upDateTime =" + this.upDateTime + ", "
                /* 更新者*/
                + " upUserID =" + this.upUserID + ", "
                ;
    }

    /**
     * 获取消费ID
     *
     * @return ConsumeID 消费ID
     */
    public String getConsumeID () {
        return this.consumeID;
    }

    /**
     * 获取日期
     *
     * @return ConsumeDate 日期
     */
    public String getConsumeDate () {
        return this.consumeDate;
    }

    /**
     * 获取对象ID
     *
     * @return CharacterID 对象ID
     */
    public String getCharacterID () {
        return this.characterID;
    }

    /**
     * 获取对象名称
     *
     * @return CharacterName 对象名称
     */
    public String getCharacterName () {
        return this.characterName;
    }

    /**
     * 获取类别ID
     *
     * @return ConsumeTypeID 类别ID
     */
    public String getConsumeTypeID () {
        return this.consumeTypeID;
    }

    /**
     * 获取类别名称
     *
     * @return ConsumeTypeName 类别名称
     */
    public String getConsumeTypeName () {
        return this.consumeTypeName;
    }

    /**
     * 获取数目
     *
     * @return MoneyNumber 数目
     */
    public String getMoneyNumber () {
        return this.moneyNumber;
    }

    /**
     * 获取消费种类ID
     *
     * @return KindID 消费种类ID
     */
    public String getKindID () {
        return this.kindID;
    }

    /**
     * 获取种类名称
     *
     * @return KindName 种类名称
     */
    public String getKindName () {
        return this.kindName;
    }

    /**
     * 获取大分类ID
     *
     * @return BigClassID 大分类ID
     */
    public String getBigClassID () {
        return this.bigClassID;
    }

    /**
     * 获取大分类名称
     *
     * @return BigClassName 大分类名称
     */
    public String getBigClassName () {
        return this.bigClassName;
    }

    /**
     * 获取中分类ID
     *
     * @return MiddleClassID 中分类ID
     */
    public String getMiddleClassID () {
        return this.middleClassID;
    }

    /**
     * 获取中分类名称
     *
     * @return MiddleClassName 中分类名称
     */
    public String getMiddleClassName () {
        return this.middleClassName;
    }

    /**
     * 获取小分类ID
     *
     * @return SmallClassID 小分类ID
     */
    public String getSmallClassID () {
        return this.smallClassID;
    }

    /**
     * 获取小分类名称
     *
     * @return SmallClassName 小分类名称
     */
    public String getSmallClassName () {
        return this.smallClassName;
    }

    /**
     * 获取消费城市ID
     *
     * @return CityID 消费城市ID
     */
    public String getCityID () {
        return this.cityID;
    }

    /**
     * 获取市名称
     *
     * @return CityName 市名称

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -