/*********************************************************************
 *  All Rights reserved,Copyright (c) K-Opticom
 *********************************************************************
 *＜プログラム内容＞
 *  システム名          ：eo顧客基幹システム	
 *  モジュール名        ：JBSbatKKIFM202
 *  ソースファイル名    ：JBSbatKKIFM202.java
 *  作成者              ：富士通
 *  日付                ：2012年05月18日
 *
 *＜機能概要＞
 *　（マンションキャンペーン情報作成）定数クラス
 *
 *＜修正履歴＞
 *  バージョン  修正日      修正者          修正内容
 *  v1.00.00    2012/05/18  FJ)FJ           新規作成
 *  v46.00.00   2019/10/02  FJ)西窪         【ANK-3731-00-00】マンション光配線切替対応
 *********************************************************************/
package eo.business.util.file;

/**
 * （マンションキャンペーン情報作成）定数クラスです。<p>
 * <BR>
 * @author 富士通
 */
public class JBSbatKKIFM202
{
	/** 処理区分 */
	public static final String TRAN_DIV = "TRAN_DIV";

	/** Ｐ−ＩＤ */
	public static final String P_ID = "P-ID";

	/** 物件管理番号 */
	public static final String BKN_KNRI_NO = "BKN_KNRI_NO";

	/** Ｍ−ＩＤ */
	public static final String M_ID = "M-ID";

	/** ペアＩＤ */
	public static final String PAIR_ID = "PAIR_ID";

	/** Ｃａｔ−Ｍ管理番号 */
	public static final String CAT_M_KANRI_NO = "CAT_M_KANRI_NO";

	/** 提供方式パターンコード */
	public static final String TK_HSK_PTN_CD = "TK_HSK_PTN_CD";

	/** キャンペーン名 */
	public static final String CMP_NM = "CMP_NM";

	/** キャンペーンパターン名 */
	public static final String CMP_PTN_NM = "CMP_PTN_NM";

	/** キャンペーンパターンコード */
	public static final String CMP_PTN_CD = "CMP_PTN_CD";

	/** キャンペーン内容 */
	public static final String CMP_NYO = "CMP_NYO";

	/** キャンペーン種別名 */
	public static final String CMP_SBT_NM = "CMP_SBT_NM";

	/** 申込条件 */
	public static final String MKM_JKN = "MKM_JKN";

	/** 申込開始日付 */
	public static final String MKM_STA_DAY = "MKM_STA_DAY";

	/** 申込終了日付 */
	public static final String MKM_END_DAY = "MKM_END_DAY";

	/** 申込特記事項 */
	public static final String MKM_TKJK = "MKM_TKJK";

	/** 料金プラン（買取）ＣＰコード */
	public static final String PPLN_KAITORI_CP_CD = "PPLN_KAITORI_CP_CD";

	/** 料金プラン（レンタル）ＣＰコード */
	public static final String PPLN_RENT_CP_CD = "PPLN_RENT_CP_CD";

	/** キャンペーンコード */
	public static final String CMP_CD = "CMP_CD";
	
	// ANK-3731-00-00 ADD START
	/** 退避＿提供方式パターンコード */
	public static final String TAIHI_TK_HSK_PTN_CD = "TAIHI_TK_HSK_PTN_CD";
	// ANK-3731-00-00 ADD END

}
