//********************************************************************************************
//* KUW00508SFConst.java                       All Rights reserved,Copyright (c) K-Opticom   *
//********************************************************************************************
/*
履歴：
    NO    日付            更新者                                    内容
    01    2012.04.23      データBean定数クラス作成ツール 1.0        新規作成
*/

package eo.web.webview.KUW00508SF;

/**
 * <DL>
 * <DT>KUW00508SF定数クラス．
 * <p>
 * <DT>説明：
 * <DD>KUW00508SFアクセスで使用する定数クラス．
 * </DL>
 */
public class KUW00508SFConst {

    /**
     * <DL>
     * <DT>コンストラクタ．
     * </DL>
     * <p>
     */
    private KUW00508SFConst() {
    }

    /**
     * 工事分類コード
     */
    public static final String KOJI_BUNRUI_CD = "工事分類コード";

    /**
     * 工事費項目コード
     */
    public static final String KOJIHI_KMK_CD = "工事費項目コード";

    /**
     * 工事費単価コード
     */
    public static final String KOJIHI_TANKA_CD = "工事費単価コード";

    /**
     * 世代登録年月日時分秒
     */
    public static final String GENE_ADD_DTM = "世代登録年月日時分秒";

    /**
     * 更新前更新年月日時分秒
     */
    public static final String UPD_DTM_BF = "更新前更新年月日時分秒";

    /**
     * 予約適用年月日
     */
    public static final String RSV_APLY_YMD = "予約適用年月日";

    /**
     * 工事作業項目一意照会明細
     */
    public static final String EKU0131A010CBSMSG1LIST = "工事作業項目一意照会明細";

    /**
     * 工事作業項目一意照会明細 工事分類名称
     */
    public static final String KOJI_BUNRUI_NM_01 = "工事分類名称";

    /**
     * 工事作業項目一意照会明細 世代登録年月日時分秒
     */
    public static final String GENE_ADD_DTM_01 = "世代登録年月日時分秒";

    /**
     * 工事作業項目一意照会明細 一時支払料金番号
     */
    public static final String TMP_PAY_PRC_NO_01 = "一時支払料金番号";

    /**
     * 工事作業項目一意照会明細 一時支払料金名
     */
    public static final String TMP_PAY_PRC_NM_01 = "一時支払料金名";

    /**
     * 工事作業項目一意照会明細 工事費単価名
     */
    public static final String KOJIHI_TANKA_NM_01 = "工事費単価名";

    /**
     * 工事作業項目一意照会明細 工事費お客様負担金額
     */
    public static final String KOJIHI_CUST_FTN_AMNT_01 = "工事費お客様負担金額";

    /**
     * 工事作業項目一意照会明細 備考
     */
    public static final String BIKO_01 = "備考";

    /**
     * 工事作業項目一意照会明細 予約適用年月日
     */
    public static final String RSV_APLY_YMD_01 = "予約適用年月日";

    /**
     * 工事作業項目一意照会明細 最終更新年月日時分秒
     */
    public static final String LAST_UPD_DTM_01 = "最終更新年月日時分秒";

}
