//********************************************************************************************
//* FUW10413SFConst.java                       All Rights reserved,Copyright (c) K-Opticom   *
//********************************************************************************************
/*
履歴：
    NO    日付            更新者                                    内容
    01    2019.01.08      データBean定数クラス作成ツール 1.0        新規作成
*/

package eo.web.webview.FUW10413SF;

/**
 * <DL>
 * <DT>FUW10413SF定数クラス．
 * <p>
 * <DT>説明：
 * <DD>FUW10413SFアクセスで使用する定数クラス．
 * </DL>
 */
public class FUW10413SFConst {

    /**
     * <DL>
     * <DT>コンストラクタ．
     * </DL>
     * <p>
     */
    private FUW10413SFConst() {
    }

    /**
     * 初期費用無料キャンペーン受付開始日
     */
    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 = "月額費用無料キャンペーン開始日";

}
