//********************************************************************************************
//* CRW05401SFConst.java                       All Rights reserved,Copyright (c) K-Opticom   *
//********************************************************************************************
/*
履歴：
    NO    日付            更新者                                    内容
    01    2011.11.07      データBean定数クラス作成ツール 1.0        新規作成
*/

package eo.web.webview.CRW05401SF;

/**
 * <DL>
 * <DT>CRW05401SF定数クラス．
 * <p>
 * <DT>説明：
 * <DD>CRW05401SFアクセスで使用する定数クラス．
 * </DL>
 */
public class CRW05401SFConst {

    /**
     * <DL>
     * <DT>コンストラクタ．
     * </DL>
     * <p>
     */
    private CRW05401SFConst() {
    }

    /**
     * 署名テンプレートタイプ
     */
    public static final String SIGN_TEMPLA_TYPE = "署名テンプレートタイプ";

    /**
     * 署名テンプレートタイトル
     */
    public static final String SIGN_TEMPLA_TITLE = "署名テンプレートタイトル";

    /**
     * 署名テンプレート概要
     */
    public static final String SIGN_TEMPLA_GAIYO = "署名テンプレート概要";

    /**
     * 適用開始年
     */
    public static final String TSTA_YEAR = "適用開始年";

    /**
     * 適用開始月
     */
    public static final String TSTA_MON = "適用開始月";

    /**
     * 適用開始日
     */
    public static final String TSTA_DAY = "適用開始日";

    /**
     * 適用終了年
     */
    public static final String TEND_YEAR = "適用終了年";

    /**
     * 適用終了月
     */
    public static final String TEND_MON = "適用終了月";

    /**
     * 適用終了日
     */
    public static final String TEND_DAY = "適用終了日";

    /**
     * 署名テンプレート本文
     */
    public static final String SIGN_TEMPLA_TEXT = "署名テンプレート本文";

    /**
     * 署名テンプレートフッター
     */
    public static final String SIGN_TEMPLA_FOOTER = "署名テンプレートフッター";

    /**
     * 退避用署名テンプレートタイプコード
     */
    public static final String BK_SIGN_TEMPLA_TYPE_CD_IDX = "退避用署名テンプレートタイプコード";

    /**
     * 退避用署名テンプレートタイプコード名
     */
    public static final String BK_SIGN_TEMPLA_TYPE_NM = "退避用署名テンプレートタイプコード名";

    /**
     * 退避用署名テンプレートタイトル
     */
    public static final String BK_SIGN_TEMPLA_TITLE = "退避用署名テンプレートタイトル";

    /**
     * 退避用署名テンプレート概要
     */
    public static final String BK_SIGN_TEMPLA_GAIYO = "退避用署名テンプレート概要";

    /**
     * 退避用署名テンプレート本文
     */
    public static final String BK_SIGN_TEMPLA_TEXT = "退避用署名テンプレート本文";

    /**
     * 退避用署名テンプレートフッター
     */
    public static final String BK_SIGN_TEMPLA_FOOTER = "退避用署名テンプレートフッター";

    /**
     * 退避用適用開始年
     */
    public static final String BK_TSTA_YEAR = "退避用適用開始年";

    /**
     * 退避用適用開始月
     */
    public static final String BK_TSTA_MON = "退避用適用開始月";

    /**
     * 退避用適用開始日
     */
    public static final String BK_TSTA_DAY = "退避用適用開始日";

    /**
     * 退避用適用終了年
     */
    public static final String BK_TEND_YEAR = "退避用適用終了年";

    /**
     * 退避用適用終了月
     */
    public static final String BK_TEND_MON = "退避用適用終了月";

    /**
     * 退避用適用終了日
     */
    public static final String BK_TEND_DAY = "退避用適用終了日";

    /**
     * 署名テンプレートタイプ名称
     */
    public static final String SIGN_TEMPLA_TYPE_NM = "署名テンプレートタイプ名称";

    /**
     * 適用開始年月日
     */
    public static final String SIGN_TEMPLA_TSTAYMD = "適用開始年月日";

    /**
     * 適用終了年月日
     */
    public static final String SIGN_TEMPLA_TENDYMD = "適用終了年月日";

    /**
     * 基準年月日
     */
    public static final String STDARD_YMD = "基準年月日";

    /**
     * 署名テンプレートタイプリスト 署名テンプレートタイプコードインデックス
     */
    public static final String L0_SIGN_TEMPLA_TYPE_CD_IDX_01 = "署名テンプレートタイプコードインデックス";

    /**
     * 署名テンプレートタイプリスト 署名テンプレートタイプコードリスト
     */
    public static final String L0_SIGN_TEMPLA_TYPE_CD_01 = "署名テンプレートタイプコードリスト";

    /**
     * 署名テンプレートタイプリスト 署名テンプレートタイプ名称リスト
     */
    public static final String L0_SIGN_TEMPLA_TYPE_NM_01 = "署名テンプレートタイプ名称リスト";

}
