//********************************************************************************************
//* FUW08201SFConst.java                       All Rights reserved,Copyright (c) K-Opticom   *
//********************************************************************************************
/*
履歴：
    NO    日付            更新者                                    内容
    01    2019.08.16      データBean定数クラス作成ツール 1.0        新規作成
*/

package eo.web.webview.FUW08201SF;

/**
 * <DL>
 * <DT>FUW08201SF定数クラス．
 * <p>
 * <DT>説明：
 * <DD>FUW08201SFアクセスで使用する定数クラス．
 * </DL>
 */
public class FUW08201SFConst {

    /**
     * <DL>
     * <DT>コンストラクタ．
     * </DL>
     * <p>
     */
    private FUW08201SFConst() {
    }

    /**
     * サービス契約番号
     */
    public static final String SVC_KEI_NO = "サービス契約番号";

    /**
     * サービス契約内訳番号
     */
    public static final String SVC_KEI_UCWK_NO = "サービス契約内訳番号";

    /**
     * 料金コースコード
     */
    public static final String PCRS_CD = "料金コースコード";

    /**
     * 料金サービスコード
     */
    public static final String PRC_SVC_CD = "料金サービスコード";

    /**
     * 請求年月リスト
     */
    public static final String SEIKY_YM_LIST = "請求年月リスト";

    /**
     * 電話番号
     */
    public static final String KAKINS_TELNO = "電話番号";

    /**
     * 選択ご利用月
     */
    public static final String SEL_USE_YM = "選択ご利用月";

    /**
     * ｅｏ光電話通話合計存在フラグ
     */
    public static final String EOH_TEL_TW_GK_UM_FLG = "ｅｏ光電話通話合計存在フラグ";

    /**
     * 明細リスト
     */
    public static final String MEISAI_LIST = "明細リスト";

    /**
     * ｅｏ光電話通話合計リスト
     */
    public static final String EOH_TEL_TW_GK_LIST = "ｅｏ光電話通話合計リスト";

    /**
     * 譲渡年月日
     */
    public static final String JOTO_YMD = "譲渡年月日";

    /**
     * 請求年月 請求年月
     */
    public static final String SEIKY_YM_01 = "請求年月";

    /**
     * ｅｏ光電話通話合計 サービス契約番号
     */
    public static final String SVC_KEI_NO_02 = "サービス契約番号";

    /**
     * ｅｏ光電話通話合計 サービス契約内訳番号
     */
    public static final String SVC_KEI_UCWK_NO_02 = "サービス契約内訳番号";

    /**
     * ｅｏ光電話通話合計 料金コースコード
     */
    public static final String PCRS_CD_02 = "料金コースコード";

    /**
     * ｅｏ光電話通話合計 料金サービスコード
     */
    public static final String PRC_SVC_CD_02 = "料金サービスコード";

    /**
     * ｅｏ光電話通話合計 請求年月
     */
    public static final String SEIKY_YM_02 = "請求年月";

    /**
     * ｅｏ光電話通話合計 課金先電話番号
     */
    public static final String KAKINS_TELNO_02 = "課金先電話番号";

    /**
     * ｅｏ光電話通話合計 通話秒数合計
     */
    public static final String PCALL_SEC_CNT_02 = "通話秒数合計";

    /**
     * ｅｏ光電話通話合計 通話数合計
     */
    public static final String PCALL_CNT_GK_02 = "通話数合計";

    /**
     * ｅｏ光電話通話合計 課税分通話数合計
     */
    public static final String KAZEIBUN_PCALL_CNT_GK_02 = "課税分通話数合計";

    /**
     * ｅｏ光電話通話合計 免税分通話数合計
     */
    public static final String MENZEIBUN_PCALL_CNT_GK_02 = "免税分通話数合計";

    /**
     * ｅｏ光電話通話合計 課税分料金合計
     */
    public static final String KAZEIBUN_PCALL_PRC_GK_02 = "課税分料金合計";

    /**
     * ｅｏ光電話通話合計 免税分料金合計
     */
    public static final String MENZEIBUN_PCALL_PRC_GK_02 = "免税分料金合計";

    /**
     * ｅｏ光電話通話合計 通話料金合計
     */
    public static final String PCALL_PRC_GK_02 = "通話料金合計";

    /**
     * ｅｏ光電話通話合計 登録年月日時分秒
     */
    public static final String ADD_DTM_02 = "登録年月日時分秒";

    /**
     * ｅｏ光電話通話合計 更新年月日時分秒
     */
    public static final String UPD_DTM_02 = "更新年月日時分秒";

    /**
     * ｅｏ光電話通話合計 削除年月日時分秒
     */
    public static final String DEL_DTM_02 = "削除年月日時分秒";

    /**
     * 明細 請求年月
     */
    public static final String SEIKY_YM_03 = "請求年月";

    /**
     * 明細 通話明細照会ボタンフラグ
     */
    public static final String PCALL_DTL_SHOKAI_BUTTON_FLG_03 = "通話明細照会ボタンフラグ";

}
