//********************************************************************************************
//* FUW00139SFConst.java                               All Rights reserved,Copyright (c) K-Opticom     *
//********************************************************************************************
/*
履歴：
    NO    日付            更新者                                    内容
    01    2011.07.07      データBean定数クラス作成ツール 1.0        新規作成
*/

package eo.web.webview.FUW00139SF;

/**
 * <DL>
 * <DT>FUW00139SF定数クラス．
 * <p>
 * <DT>説明：
 * <DD>FUW00139SFアクセスで使用する定数クラス．
 * </DL>
 */
public class FUW00139SFConst {

    /**
     * <DL>
     * <DT>コンストラクタ．
     * </DL>
     * <p>
     */
    private FUW00139SFConst() {
    }

    /**
     * ＫＥＹ＿割引サービスコード初期費用無料キ
     */
    public static final String KEY_WRIB_SVC_CD_SYOKI = "ＫＥＹ＿割引サービスコード初期費用無料キ";

    /**
     * ＫＥＹ＿割引サービスコード月額無料キャン
     */
    public static final String KEY_WRIB_SVC_CD_MONTH = "ＫＥＹ＿割引サービスコード月額無料キャン";

    /**
     * ＫＥＹ＿マンションオーナーＩＤ
     */
    public static final String KEY_MANSION_OWNR_ID = "ＫＥＹ＿マンションオーナーＩＤ";

    /**
     * ＫＥＹ＿回線使用契約番号
     */
    public static final String KEY_KAISEN_USE_KEI_NO = "ＫＥＹ＿回線使用契約番号";

    /**
     * ＫＥＹ＿提供方式契約番号
     */
    public static final String KEY_TK_HOSHIKI_KEI_NO = "ＫＥＹ＿提供方式契約番号";

    /**
     * キャンペーン明細一覧（初期）
     */
    public static final String CAMPAIGN_LIST_SYOKI = "キャンペーン明細一覧（初期）";

    /**
     * キャンペーン明細一覧（月額）
     */
    public static final String CAMPAIGN_LIST_MONTH = "キャンペーン明細一覧（月額）";

    /**
     * 初期費用無料キャンペーン受付開始日
     */
    public static final String SYOKI_CAMPAIGN_MSKM_START = "初期費用無料キャンペーン受付開始日";

    /**
     * 初期費用無料キャンペーン受付終了日
     */
    public static final String SYOKI_CAMPAIGN_MSKM_END = "初期費用無料キャンペーン受付終了日";

    /**
     * 月額費用無料キャンペーン受付終了日
     */
    public static final String MONTH_CAMPAIGN_MSKM_END = "月額費用無料キャンペーン受付終了日";

    /**
     * 月額費用無料キャンペーン開始日
     */
    public static final String MONTH_CAMPAIGN_SVC_START = "月額費用無料キャンペーン開始日";

    /**
     * キャンペーン一覧 キャンペーン受付開始日
     */
    public static final String CAMPAIGN_MSKM_START_01 = "キャンペーン受付開始日";

    /**
     * キャンペーン一覧 キャンペーン受付終了日
     */
    public static final String CAMPAIGN_MSKM_END_01 = "キャンペーン受付終了日";

    /**
     * キャンペーン一覧 キャンペーン開始日
     */
    public static final String CAMPAIGN_SVC_START_01 = "キャンペーン開始日";

    /**
     * キャンペーン一覧 キャンペーン終了日
     */
    public static final String CAMPAIGN_SVC_END_01 = "キャンペーン終了日";

}
