/*********************************************************************
 *  All Rights reserved,Copyright (c) Fujitsu ,2011                  *
 *********************************************************************
 *＜プログラム内容＞
 *  システム名          ：eo顧客基幹システム	
 *  モジュール名        ：JBSbatTN_M_KOCOMP
 *  ソースファイル名    ：JBSbatTN_M_KOCOMP.java
 *  作成者              ：富士通
 *  日付                ：2011年09月13日
 *
 *＜機能概要＞
 *　（工事会社）定数クラス
 *
 *＜修正履歴＞
 *  バージョン  修正日      修正者          修正内容
 *  v1.00.00    2011/09/13  FJ)-         新規作成
 *
 *********************************************************************/
package eo.business.util.table;

/**
 * （工事会社）定数クラスです。<p>
 * <BR>
 * @author 富士通
 */
public class JBSbatTN_M_KOCOMP
{
	/** テーブル名 */
	public static final String TABLE_NAME = "TN_M_KOCOMP";

	/** 工事会社コード */
	public static final String KOCOMP_CD = "KOCOMP_CD";

	/** 世代登録年月日時分秒 */
	public static final String GENE_ADD_DTM = "GENE_ADD_DTM";

	/** 工事会社名 */
	public static final String KOCOMP_NM = "KOCOMP_NM";

	/** 工事会社種別コード */
	public static final String KOCOMP_SBT_CD = "KOCOMP_SBT_CD";

	/** 工事会社階層コード */
	public static final String KOCOMP_LV_CD = "KOCOMP_LV_CD";

	/** 上位工事会社コード */
	public static final String JOI_KOCOMP_CD = "JOI_KOCOMP_CD";

	/** 工事会社住所コード */
	public static final String KOCOMP_AD_CD = "KOCOMP_AD_CD";

	/** 工事会社郵便番号 */
	public static final String KOCOMP_PCD = "KOCOMP_PCD";

	/** 工事会社都道府県名 */
	public static final String KOCOMP_STATE_NM = "KOCOMP_STATE_NM";

	/** 工事会社市区町村名 */
	public static final String KOCOMP_CITY_NM = "KOCOMP_CITY_NM";

	/** 工事会社大字通称名 */
	public static final String KOCOMP_OAZTSU_NM = "KOCOMP_OAZTSU_NM";

	/** 工事会社字丁目名 */
	public static final String KOCOMP_AZCHO_NM = "KOCOMP_AZCHO_NM";

	/** 工事会社番地号 */
	public static final String KOCOMP_BNCHIGO = "KOCOMP_BNCHIGO";

	/** 工事会社住所補記・建物名 */
	public static final String KOCOMP_ADRTTM = "KOCOMP_ADRTTM";

	/** 工事会社住所補記・部屋番号 */
	public static final String KOCOMP_ADRRM = "KOCOMP_ADRRM";

	/** 担当部署名 */
	public static final String TNT_BUSHO_NM = "TNT_BUSHO_NM";

	/** 担当者名 */
	public static final String TNTSHA_NM = "TNTSHA_NM";

	/** 工事会社電話番号 */
	public static final String KOCOMP_TELNO = "KOCOMP_TELNO";

	/** 工事会社ＦＡＸ番号 */
	public static final String KOCOMP_FAX_NO = "KOCOMP_FAX_NO";

	/** 予約適用年月日 */
	public static final String RSV_APLY_YMD = "RSV_APLY_YMD";

	/** 工事会社適用開始年月日 */
	public static final String KOCOMP_TSTAYMD = "KOCOMP_TSTAYMD";

	/** 工事会社適用終了年月日 */
	public static final String KOCOMP_TENDYMD = "KOCOMP_TENDYMD";

	/** 登録年月日時分秒 */
	public static final String ADD_DTM = "ADD_DTM";

	/** 登録オペレータアカウント */
	public static final String ADD_OPEACNT = "ADD_OPEACNT";

	/** 更新年月日時分秒 */
	public static final String UPD_DTM = "UPD_DTM";

	/** 更新オペレータアカウント */
	public static final String UPD_OPEACNT = "UPD_OPEACNT";

	/** 削除年月日時分秒 */
	public static final String DEL_DTM = "DEL_DTM";

	/** 削除オペレータアカウント */
	public static final String DEL_OPEACNT = "DEL_OPEACNT";

	/** 無効フラグ */
	public static final String MK_FLG = "MK_FLG";

}
