⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cpmcp.java

📁 Spring + hibernat + JSF
💻 JAVA
字号:
package com.fisci.hibernate;

import java.util.Date;

/**
 * CpmCp entity.
 * 
 * @author MyEclipse Persistence Tools
 */
public class CpmCp extends AbstractCpmCp implements java.io.Serializable {

	// Constructors

	/**
	 * 
	 */
	private static final long serialVersionUID = 1L;

	/** default constructor */
	public CpmCp() {
	}

	/** minimal constructor */
	public CpmCp(String counterpartyCd, Long contactId,
			String counterpartyStat, String counterpartyNm,
			String counterpartyShortNm, String cpmInternalExternalInd,
			String fundingEntityFlg, String legalEntityFlg,
			String businessUnitFlg, String counterpartyTypeCd,
			String currencyCd, String locationCd, String counterpartyNotes,
			String regulatedFlg, String regulatorCd, String parentFlg,
			Double parentOwnedPct, String parentTypeCd,
			Double taxWithholdingPct, Date tinExpirationDt,
			String taxCountryCd, String taxAuthority, String taxCode,
			Date counterpartyCreatedDtTm, Date counterpartyUpdatedDtTm,
			String createdUserCd, String updatedUserCd) {
		super(counterpartyCd, contactId, counterpartyStat, counterpartyNm,
				counterpartyShortNm, cpmInternalExternalInd, fundingEntityFlg,
				legalEntityFlg, businessUnitFlg, counterpartyTypeCd,
				currencyCd, locationCd, counterpartyNotes, regulatedFlg,
				regulatorCd, parentFlg, parentOwnedPct, parentTypeCd,
				taxWithholdingPct, tinExpirationDt, taxCountryCd, taxAuthority,
				taxCode, counterpartyCreatedDtTm, counterpartyUpdatedDtTm,
				createdUserCd, updatedUserCd);
	}

	/** full constructor */
	public CpmCp(String counterpartyCd, Long contactId,
			String counterpartyStat, String counterpartyNm,
			String counterpartyShortNm, String cpmInternalExternalInd,
			String fundingEntityFlg, String legalEntityFlg,
			String businessUnitFlg, String counterpartyTypeCd,
			String restrictions, String currencyCd, String locationCd,
			String counterpartyNotes, String ratingAgencyCd1,
			String ratingAgencyCd2, String ratingAgencyCd3,
			String ratingAgencyCd4, String ratingAgencyCd5,
			String shorttermRatingCd1, String shorttermRatingCd2,
			String shorttermRatingCd3, String shorttermRatingCd4,
			String shorttermRatingCd5, String longtermRatingCd1,
			String longtermRatingCd2, String longtermRatingCd3,
			String longtermRatingCd4, String longtermRatingCd5,
			String ratingNotes, String regulatedFlg, String regulatorCd,
			String parentCd, String parentFlg, Double parentOwnedPct,
			String parentTypeCd, String parentNote, String taxId,
			Double taxWithholdingPct, Date tinExpirationDt,
			String taxCountryCd, String taxAuthority, String taxCode,
			String businessUnits, String corporation,
			Date counterpartyCreatedDtTm, Date counterpartyUpdatedDtTm,
			String createdUserCd, String updatedUserCd, String alias1,
			String alias2, String alias3, String alias4, String alias5,
			String aliasNotes1, String aliasNotes2, String aliasNotes3,
			String aliasNotes4, String aliasNotes5) {
		super(counterpartyCd, contactId, counterpartyStat, counterpartyNm,
				counterpartyShortNm, cpmInternalExternalInd, fundingEntityFlg,
				legalEntityFlg, businessUnitFlg, counterpartyTypeCd,
				restrictions, currencyCd, locationCd, counterpartyNotes,
				ratingAgencyCd1, ratingAgencyCd2, ratingAgencyCd3,
				ratingAgencyCd4, ratingAgencyCd5, shorttermRatingCd1,
				shorttermRatingCd2, shorttermRatingCd3, shorttermRatingCd4,
				shorttermRatingCd5, longtermRatingCd1, longtermRatingCd2,
				longtermRatingCd3, longtermRatingCd4, longtermRatingCd5,
				ratingNotes, regulatedFlg, regulatorCd, parentCd, parentFlg,
				parentOwnedPct, parentTypeCd, parentNote, taxId,
				taxWithholdingPct, tinExpirationDt, taxCountryCd, taxAuthority,
				taxCode, businessUnits, corporation, counterpartyCreatedDtTm,
				counterpartyUpdatedDtTm, createdUserCd, updatedUserCd, alias1,
				alias2, alias3, alias4, alias5, aliasNotes1, aliasNotes2,
				aliasNotes3, aliasNotes4, aliasNotes5);
	}

}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -