/*********************************************************************
 *  All Rights reserved,Copyright (c) K-Opticom
 *********************************************************************
 *＜プログラム内容＞
 *  システム名          ：eo顧客基幹システム	
 *  モジュール名        ：JBSbatZMIFE041
 *  ソースファイル名    ：JBSbatZMIFE041.java
 *  作成者              ：富士通
 *  日付                ：2012年06月16日
 *
 *＜機能概要＞
 *　（工事会社情報ファイル）定数クラス
 *
 *＜修正履歴＞
 *  バージョン  修正日      修正者          修正内容
 *  v1.00.00    2012/06/16  FJ)伊藤         新規作成
 *
 *********************************************************************/
package eo.business.util.file;

/**
 * （工事会社情報ファイル）定数クラスです。<p>
 * <BR>
 * @author 富士通
 */
public class JBSbatZMIFE041
{
	/** 工事会社コード */
	public static final String KOCOMP_CD = "KOCOMP_CD";

	/** 工事会社名 */
	public static final String KOCOMP_NM = "KOCOMP_NM";

	/** 会社名 */
	public static final String COMP_NM = "COMP_NM";

	/** 工事会社識別コード */
	public static final String KOCOMP_SKBT_CD = "KOCOMP_SKBT_CD";

	/** 工事会社階層コード */
	public static final String KOCOMP_KAISOU_CD = "KOCOMP_KAISOU_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_TLN = "KOCOMP_TLN";

	/** 工事会社ＦＡＸ番号 */
	public static final String KOCOMP_FAX_NO = "KOCOMP_FAX_NO";

}
