//********************************************************************************************
//* FUW00166SFConst.java                       All Rights reserved,Copyright (c) K-Opticom   *
//********************************************************************************************
/*
履歴：
    NO    日付            更新者                                    内容
    01    2021.01.06      データBean定数クラス作成ツール 1.0        新規作成
*/

package eo.web.webview.FUW00166SF;

/**
 * <DL>
 * <DT>FUW00166SF定数クラス．
 * <p>
 * <DT>説明：
 * <DD>FUW00166SFアクセスで使用する定数クラス．
 * </DL>
 */
public class FUW00166SFConst {

    /**
     * <DL>
     * <DT>コンストラクタ．
     * </DL>
     * <p>
     */
    private FUW00166SFConst() {
    }

    /**
     * 選択キャンペーン
     */
    public static final String CAMPAIGN_SELECT = "選択キャンペーン";

    /**
     * 選択可能キャンペーンリスト
     */
    public static final String CAMPAIGN_LIST = "選択可能キャンペーンリスト";

    /**
     * キャンペーン注釈リスト
     */
    public static final String CAMPAIGN_TEXT_LIST = "キャンペーン注釈リスト";

    /**
     * 戻るボタン表示制御フラグ
     */
    public static final String BACK_BTN_DSP_FLG = "戻るボタン表示制御フラグ";

    /**
     * 次へボタン表示制御フラグ
     */
    public static final String NEXT_BTN_DSP_FLG = "次へボタン表示制御フラグ";

    /**
     * 確認画面へ戻るボタン表示制御フラグ
     */
    public static final String KAKUNIN_BACK_BTN_DSP_FLG = "確認画面へ戻るボタン表示制御フラグ";

    /**
     * 選択可能キャンペーンリスト キャンペーンコード
     */
    public static final String CAMPAIGN_CD_01 = "キャンペーンコード";

    /**
     * 選択可能キャンペーンリスト キャンペーン名称
     */
    public static final String CAMPAIGN_NM_01 = "キャンペーン名称";

    /**
     * 選択可能キャンペーンリスト 受付開始日
     */
    public static final String CAMPAIGN_STA_DTM_01 = "受付開始日";

    /**
     * 選択可能キャンペーンリスト 受付終了日
     */
    public static final String CAMPAIGN_END_DTM_01 = "受付終了日";

    /**
     * 選択可能キャンペーンリスト キャンペーン種別コード
     */
    public static final String CAMPAIGN_SBT_CD_01 = "キャンペーン種別コード";

    /**
     * キャンペーン注釈リスト キャンペーンタイトル
     */
    public static final String CAMPAIGN_TITLE_02 = "キャンペーンタイトル";

    /**
     * キャンペーン注釈リスト キャンペーン文言
     */
    public static final String CAMPAIGN_TEXT_02 = "キャンペーン文言";

    /**
     * キャンペーン注釈リスト キャンペーンリンク
     */
    public static final String CAMPAIGN_LINK_02 = "キャンペーンリンク";

    /**
     * キャンペーン注釈リスト キャンペーンコード（制御用）
     */
    public static final String CAMPAIGN_CD_CTL_02 = "キャンペーンコード（制御用）";

    /**
     * 選択特別キャンペーン
     */
    public static final String SP_CAMPAIGN_SELECT = "選択特別キャンペーン";

    /**
     * 選択可能特別キャンペーンリスト
     */
    public static final String SP_CAMPAIGN_LIST = "選択可能特別キャンペーンリスト";

    /**
     * 特別キャンペーン注釈リスト
     */
    public static final String SP_CAMPAIGN_TEXT_LIST = "特別キャンペーン注釈リスト";

    /**
     * 選択可能特別キャンペーンリスト 特別キャンペーンコード
     */
    public static final String SP_CAMPAIGN_CD_03 = "特別キャンペーンコード";

    /**
     * 選択可能特別キャンペーンリスト 特別キャンペーン名称
     */
    public static final String SP_CAMPAIGN_NM_03 = "特別キャンペーン名称";

    /**
     * 選択可能特別キャンペーンリスト 受付開始日
     */
    public static final String SP_CAMPAIGN_STA_DTM_03 = "特別キャンペーン受付開始日";

    /**
     * 選択可能特別キャンペーンリスト 受付終了日
     */
    public static final String SP_CAMPAIGN_END_DTM_03 = "特別キャンペーン受付終了日";

    /**
     * 選択可能特別キャンペーンリスト 特別キャンペーン種別コード
     */
    public static final String SP_CAMPAIGN_SBT_CD_03 = "特別キャンペーン種別コード";

    /**
     * 特別キャンペーン注釈リスト 特別キャンペーンタイトル
     */
    public static final String SP_CAMPAIGN_TITLE_04 = "特別キャンペーンタイトル";

    /**
     * 特別キャンペーン注釈リスト 特別キャンペーン文言
     */
    public static final String SP_CAMPAIGN_TEXT_04 = "特別キャンペーン文言";

    /**
     * 特別キャンペーン注釈リスト 特別キャンペーンリンク
     */
    public static final String SP_CAMPAIGN_LINK_04 = "特別キャンペーンリンク";

    /**
     * 特別キャンペーン注釈リスト 特別キャンペーンコード（制御用）
     */
    public static final String SP_CAMPAIGN_CD_CTL_04 = "特別キャンペーンコード（制御用）";

}
