📄 abstractcpmcp.java
字号:
package com.fisci.hibernate;
import java.util.Date;
/**
* AbstractCpmCp entity provides the base persistence definition of the CpmCp
* entity.
*
* @author MyEclipse Persistence Tools
*/
public abstract class AbstractCpmCp implements java.io.Serializable {
// Fields
private String counterpartyCd;
private Long contactId;
private String counterpartyStat;
private String counterpartyNm;
private String counterpartyShortNm;
private String cpmInternalExternalInd;
private String fundingEntityFlg;
private String legalEntityFlg;
private String businessUnitFlg;
private String counterpartyTypeCd;
private String restrictions;
private String currencyCd;
private String locationCd;
private String counterpartyNotes;
private String ratingAgencyCd1;
private String ratingAgencyCd2;
private String ratingAgencyCd3;
private String ratingAgencyCd4;
private String ratingAgencyCd5;
private String shorttermRatingCd1;
private String shorttermRatingCd2;
private String shorttermRatingCd3;
private String shorttermRatingCd4;
private String shorttermRatingCd5;
private String longtermRatingCd1;
private String longtermRatingCd2;
private String longtermRatingCd3;
private String longtermRatingCd4;
private String longtermRatingCd5;
private String ratingNotes;
private String regulatedFlg;
private String regulatorCd;
private String parentCd;
private String parentFlg;
private Double parentOwnedPct;
private String parentTypeCd;
private String parentNote;
private String taxId;
private Double taxWithholdingPct;
private Date tinExpirationDt;
private String taxCountryCd;
private String taxAuthority;
private String taxCode;
private String businessUnits;
private String corporation;
private Date counterpartyCreatedDtTm;
private Date counterpartyUpdatedDtTm;
private String createdUserCd;
private String updatedUserCd;
private String alias1;
private String alias2;
private String alias3;
private String alias4;
private String alias5;
private String aliasNotes1;
private String aliasNotes2;
private String aliasNotes3;
private String aliasNotes4;
private String aliasNotes5;
// Constructors
/** default constructor */
public AbstractCpmCp() {
}
/** minimal constructor */
public AbstractCpmCp(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) {
this.counterpartyCd = counterpartyCd;
this.contactId = contactId;
this.counterpartyStat = counterpartyStat;
this.counterpartyNm = counterpartyNm;
this.counterpartyShortNm = counterpartyShortNm;
this.cpmInternalExternalInd = cpmInternalExternalInd;
this.fundingEntityFlg = fundingEntityFlg;
this.legalEntityFlg = legalEntityFlg;
this.businessUnitFlg = businessUnitFlg;
this.counterpartyTypeCd = counterpartyTypeCd;
this.currencyCd = currencyCd;
this.locationCd = locationCd;
this.counterpartyNotes = counterpartyNotes;
this.regulatedFlg = regulatedFlg;
this.regulatorCd = regulatorCd;
this.parentFlg = parentFlg;
this.parentOwnedPct = parentOwnedPct;
this.parentTypeCd = parentTypeCd;
this.taxWithholdingPct = taxWithholdingPct;
this.tinExpirationDt = tinExpirationDt;
this.taxCountryCd = taxCountryCd;
this.taxAuthority = taxAuthority;
this.taxCode = taxCode;
this.counterpartyCreatedDtTm = counterpartyCreatedDtTm;
this.counterpartyUpdatedDtTm = counterpartyUpdatedDtTm;
this.createdUserCd = createdUserCd;
this.updatedUserCd = updatedUserCd;
}
/** full constructor */
public AbstractCpmCp(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) {
this.counterpartyCd = counterpartyCd;
this.contactId = contactId;
this.counterpartyStat = counterpartyStat;
this.counterpartyNm = counterpartyNm;
this.counterpartyShortNm = counterpartyShortNm;
this.cpmInternalExternalInd = cpmInternalExternalInd;
this.fundingEntityFlg = fundingEntityFlg;
this.legalEntityFlg = legalEntityFlg;
this.businessUnitFlg = businessUnitFlg;
this.counterpartyTypeCd = counterpartyTypeCd;
this.restrictions = restrictions;
this.currencyCd = currencyCd;
this.locationCd = locationCd;
this.counterpartyNotes = counterpartyNotes;
this.ratingAgencyCd1 = ratingAgencyCd1;
this.ratingAgencyCd2 = ratingAgencyCd2;
this.ratingAgencyCd3 = ratingAgencyCd3;
this.ratingAgencyCd4 = ratingAgencyCd4;
this.ratingAgencyCd5 = ratingAgencyCd5;
this.shorttermRatingCd1 = shorttermRatingCd1;
this.shorttermRatingCd2 = shorttermRatingCd2;
this.shorttermRatingCd3 = shorttermRatingCd3;
this.shorttermRatingCd4 = shorttermRatingCd4;
this.shorttermRatingCd5 = shorttermRatingCd5;
this.longtermRatingCd1 = longtermRatingCd1;
this.longtermRatingCd2 = longtermRatingCd2;
this.longtermRatingCd3 = longtermRatingCd3;
this.longtermRatingCd4 = longtermRatingCd4;
this.longtermRatingCd5 = longtermRatingCd5;
this.ratingNotes = ratingNotes;
this.regulatedFlg = regulatedFlg;
this.regulatorCd = regulatorCd;
this.parentCd = parentCd;
this.parentFlg = parentFlg;
this.parentOwnedPct = parentOwnedPct;
this.parentTypeCd = parentTypeCd;
this.parentNote = parentNote;
this.taxId = taxId;
this.taxWithholdingPct = taxWithholdingPct;
this.tinExpirationDt = tinExpirationDt;
this.taxCountryCd = taxCountryCd;
this.taxAuthority = taxAuthority;
this.taxCode = taxCode;
this.businessUnits = businessUnits;
this.corporation = corporation;
this.counterpartyCreatedDtTm = counterpartyCreatedDtTm;
this.counterpartyUpdatedDtTm = counterpartyUpdatedDtTm;
this.createdUserCd = createdUserCd;
this.updatedUserCd = updatedUserCd;
this.alias1 = alias1;
this.alias2 = alias2;
this.alias3 = alias3;
this.alias4 = alias4;
this.alias5 = alias5;
this.aliasNotes1 = aliasNotes1;
this.aliasNotes2 = aliasNotes2;
this.aliasNotes3 = aliasNotes3;
this.aliasNotes4 = aliasNotes4;
this.aliasNotes5 = aliasNotes5;
}
// Property accessors
public String getCounterpartyCd() {
return this.counterpartyCd;
}
public void setCounterpartyCd(String counterpartyCd) {
this.counterpartyCd = counterpartyCd;
}
public Long getContactId() {
return this.contactId;
}
public void setContactId(Long contactId) {
this.contactId = contactId;
}
public String getCounterpartyStat() {
return this.counterpartyStat;
}
public void setCounterpartyStat(String counterpartyStat) {
this.counterpartyStat = counterpartyStat;
}
public String getCounterpartyNm() {
return this.counterpartyNm;
}
public void setCounterpartyNm(String counterpartyNm) {
this.counterpartyNm = counterpartyNm;
}
public String getCounterpartyShortNm() {
return this.counterpartyShortNm;
}
public void setCounterpartyShortNm(String counterpartyShortNm) {
this.counterpartyShortNm = counterpartyShortNm;
}
public String getCpmInternalExternalInd() {
return this.cpmInternalExternalInd;
}
public void setCpmInternalExternalInd(String cpmInternalExternalInd) {
this.cpmInternalExternalInd = cpmInternalExternalInd;
}
public String getFundingEntityFlg() {
return this.fundingEntityFlg;
}
public void setFundingEntityFlg(String fundingEntityFlg) {
this.fundingEntityFlg = fundingEntityFlg;
}
public String getLegalEntityFlg() {
return this.legalEntityFlg;
}
public void setLegalEntityFlg(String legalEntityFlg) {
this.legalEntityFlg = legalEntityFlg;
}
public String getBusinessUnitFlg() {
return this.businessUnitFlg;
}
public void setBusinessUnitFlg(String businessUnitFlg) {
this.businessUnitFlg = businessUnitFlg;
}
public String getCounterpartyTypeCd() {
return this.counterpartyTypeCd;
}
public void setCounterpartyTypeCd(String counterpartyTypeCd) {
this.counterpartyTypeCd = counterpartyTypeCd;
}
public String getRestrictions() {
return this.restrictions;
}
public void setRestrictions(String restrictions) {
this.restrictions = restrictions;
}
public String getCurrencyCd() {
return this.currencyCd;
}
public void setCurrencyCd(String currencyCd) {
this.currencyCd = currencyCd;
}
public String getLocationCd() {
return this.locationCd;
}
public void setLocationCd(String locationCd) {
this.locationCd = locationCd;
}
public String getCounterpartyNotes() {
return this.counterpartyNotes;
}
public void setCounterpartyNotes(String counterpartyNotes) {
this.counterpartyNotes = counterpartyNotes;
}
public String getRatingAgencyCd1() {
return this.ratingAgencyCd1;
}
public void setRatingAgencyCd1(String ratingAgencyCd1) {
this.ratingAgencyCd1 = ratingAgencyCd1;
}
public String getRatingAgencyCd2() {
return this.ratingAgencyCd2;
}
public void setRatingAgencyCd2(String ratingAgencyCd2) {
this.ratingAgencyCd2 = ratingAgencyCd2;
}
public String getRatingAgencyCd3() {
return this.ratingAgencyCd3;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -