📄 customerbean_b3dzi6__weblogic_cmp_rdbms.java
字号:
return abbreviation;
} catch (RuntimeException re) {
if (__WL_verbose) {
Debug.say("rethrowing RuntimeException.");
re.printStackTrace();
}
throw re;
} catch (Exception ex) {
if (__WL_verbose) {
Debug.say("wrapping Exception in PersistenceRuntimeException.");
ex.printStackTrace();
}
throw new PersistenceRuntimeException(ex);
}
}
public void setAbbreviation(
java.lang.String abbreviation)
{
if ((this.abbreviation == abbreviation || (this.abbreviation!=null && this.abbreviation.equals(abbreviation))) && __WL_isLoaded[3]) return;
this.abbreviation = abbreviation;
__WL_isModified[3] = true;
if (! __WL_modifiedBeanIsRegistered) {
__WL_pm.registerModifiedBean(__WL_ctx.getPrimaryKey());
__WL_modifiedBeanIsRegistered = true;
}
}
public java.lang.String getCompanyPhone()
{
try {
if (!(__WL_isLoaded[4] || __WL_isModified[4])) {
__WL_loadGroup0();
}
return companyPhone;
} catch (RuntimeException re) {
if (__WL_verbose) {
Debug.say("rethrowing RuntimeException.");
re.printStackTrace();
}
throw re;
} catch (Exception ex) {
if (__WL_verbose) {
Debug.say("wrapping Exception in PersistenceRuntimeException.");
ex.printStackTrace();
}
throw new PersistenceRuntimeException(ex);
}
}
public void setCompanyPhone(
java.lang.String companyPhone)
{
if ((this.companyPhone == companyPhone || (this.companyPhone!=null && this.companyPhone.equals(companyPhone))) && __WL_isLoaded[4]) return;
this.companyPhone = companyPhone;
__WL_isModified[4] = true;
if (! __WL_modifiedBeanIsRegistered) {
__WL_pm.registerModifiedBean(__WL_ctx.getPrimaryKey());
__WL_modifiedBeanIsRegistered = true;
}
}
public java.lang.String getLinkman()
{
try {
if (!(__WL_isLoaded[5] || __WL_isModified[5])) {
__WL_loadGroup0();
}
return linkman;
} catch (RuntimeException re) {
if (__WL_verbose) {
Debug.say("rethrowing RuntimeException.");
re.printStackTrace();
}
throw re;
} catch (Exception ex) {
if (__WL_verbose) {
Debug.say("wrapping Exception in PersistenceRuntimeException.");
ex.printStackTrace();
}
throw new PersistenceRuntimeException(ex);
}
}
public void setLinkman(
java.lang.String linkman)
{
if ((this.linkman == linkman || (this.linkman!=null && this.linkman.equals(linkman))) && __WL_isLoaded[5]) return;
this.linkman = linkman;
__WL_isModified[5] = true;
if (! __WL_modifiedBeanIsRegistered) {
__WL_pm.registerModifiedBean(__WL_ctx.getPrimaryKey());
__WL_modifiedBeanIsRegistered = true;
}
}
public java.lang.String getMobilePhone()
{
try {
if (!(__WL_isLoaded[6] || __WL_isModified[6])) {
__WL_loadGroup0();
}
return mobilePhone;
} catch (RuntimeException re) {
if (__WL_verbose) {
Debug.say("rethrowing RuntimeException.");
re.printStackTrace();
}
throw re;
} catch (Exception ex) {
if (__WL_verbose) {
Debug.say("wrapping Exception in PersistenceRuntimeException.");
ex.printStackTrace();
}
throw new PersistenceRuntimeException(ex);
}
}
public void setMobilePhone(
java.lang.String mobilePhone)
{
if ((this.mobilePhone == mobilePhone || (this.mobilePhone!=null && this.mobilePhone.equals(mobilePhone))) && __WL_isLoaded[6]) return;
this.mobilePhone = mobilePhone;
__WL_isModified[6] = true;
if (! __WL_modifiedBeanIsRegistered) {
__WL_pm.registerModifiedBean(__WL_ctx.getPrimaryKey());
__WL_modifiedBeanIsRegistered = true;
}
}
public java.lang.String getFax()
{
try {
if (!(__WL_isLoaded[7] || __WL_isModified[7])) {
__WL_loadGroup0();
}
return fax;
} catch (RuntimeException re) {
if (__WL_verbose) {
Debug.say("rethrowing RuntimeException.");
re.printStackTrace();
}
throw re;
} catch (Exception ex) {
if (__WL_verbose) {
Debug.say("wrapping Exception in PersistenceRuntimeException.");
ex.printStackTrace();
}
throw new PersistenceRuntimeException(ex);
}
}
public void setFax(
java.lang.String fax)
{
if ((this.fax == fax || (this.fax!=null && this.fax.equals(fax))) && __WL_isLoaded[7]) return;
this.fax = fax;
__WL_isModified[7] = true;
if (! __WL_modifiedBeanIsRegistered) {
__WL_pm.registerModifiedBean(__WL_ctx.getPrimaryKey());
__WL_modifiedBeanIsRegistered = true;
}
}
public java.lang.String getFixedPhone()
{
try {
if (!(__WL_isLoaded[8] || __WL_isModified[8])) {
__WL_loadGroup0();
}
return fixedPhone;
} catch (RuntimeException re) {
if (__WL_verbose) {
Debug.say("rethrowing RuntimeException.");
re.printStackTrace();
}
throw re;
} catch (Exception ex) {
if (__WL_verbose) {
Debug.say("wrapping Exception in PersistenceRuntimeException.");
ex.printStackTrace();
}
throw new PersistenceRuntimeException(ex);
}
}
public void setFixedPhone(
java.lang.String fixedPhone)
{
if ((this.fixedPhone == fixedPhone || (this.fixedPhone!=null && this.fixedPhone.equals(fixedPhone))) && __WL_isLoaded[8]) return;
this.fixedPhone = fixedPhone;
__WL_isModified[8] = true;
if (! __WL_modifiedBeanIsRegistered) {
__WL_pm.registerModifiedBean(__WL_ctx.getPrimaryKey());
__WL_modifiedBeanIsRegistered = true;
}
}
public java.lang.String getAddress()
{
try {
if (!(__WL_isLoaded[9] || __WL_isModified[9])) {
__WL_loadGroup0();
}
return address;
} catch (RuntimeException re) {
if (__WL_verbose) {
Debug.say("rethrowing RuntimeException.");
re.printStackTrace();
}
throw re;
} catch (Exception ex) {
if (__WL_verbose) {
Debug.say("wrapping Exception in PersistenceRuntimeException.");
ex.printStackTrace();
}
throw new PersistenceRuntimeException(ex);
}
}
public void setAddress(
java.lang.String address)
{
if ((this.address == address || (this.address!=null && this.address.equals(address))) && __WL_isLoaded[9]) return;
this.address = address;
__WL_isModified[9] = true;
if (! __WL_modifiedBeanIsRegistered) {
__WL_pm.registerModifiedBean(__WL_ctx.getPrimaryKey());
__WL_modifiedBeanIsRegistered = true;
}
}
public java.lang.String getZipCode()
{
try {
if (!(__WL_isLoaded[10] || __WL_isModified[10])) {
__WL_loadGroup0();
}
return zipCode;
} catch (RuntimeException re) {
if (__WL_verbose) {
Debug.say("rethrowing RuntimeException.");
re.printStackTrace();
}
throw re;
} catch (Exception ex) {
if (__WL_verbose) {
Debug.say("wrapping Exception in PersistenceRuntimeException.");
ex.printStackTrace();
}
throw new PersistenceRuntimeException(ex);
}
}
public void setZipCode(
java.lang.String zipCode)
{
if ((this.zipCode == zipCode || (this.zipCode!=null && this.zipCode.equals(zipCode))) && __WL_isLoaded[10]) return;
this.zipCode = zipCode;
__WL_isModified[10] = true;
if (! __WL_modifiedBeanIsRegistered) {
__WL_pm.registerModifiedBean(__WL_ctx.getPrimaryKey());
__WL_modifiedBeanIsRegistered = true;
}
}
public java.lang.String getBankName()
{
try {
if (!(__WL_isLoaded[11] || __WL_isModified[11])) {
__WL_loadGroup0();
}
return bankName;
} catch (RuntimeException re) {
if (__WL_verbose) {
Debug.say("rethrowing RuntimeException.");
re.printStackTrace();
}
throw re;
} catch (Exception ex) {
if (__WL_verbose) {
Debug.say("wrapping Exception in PersistenceRuntimeException.");
ex.printStackTrace();
}
throw new PersistenceRuntimeException(ex);
}
}
public void setBankName(
java.lang.String bankName)
{
if ((this.bankName == bankName || (this.bankName!=null && this.bankName.equals(bankName))) && __WL_isLoaded[11]) return;
this.bankName = bankName;
__WL_isModified[11] = true;
if (! __WL_modifiedBeanIsRegistered) {
__WL_pm.registerModifiedBean(__WL_ctx.getPrimaryKey());
__WL_modifiedBeanIsRegistered = true;
}
}
public java.lang.String getBankAccount()
{
try {
if (!(__WL_isLoaded[12] || __WL_isModified[12])) {
__WL_loadGroup0();
}
return bankAccount;
} catch (RuntimeException re) {
if (__WL_verbose) {
Debug.say("rethrowing RuntimeException.");
re.printStackTrace();
}
throw re;
} catch (Exception ex) {
if (__WL_verbose) {
Debug.say("wrapping Exception in PersistenceRuntimeException.");
ex.printStackTrace();
}
throw new PersistenceRuntimeException(ex);
}
}
public void setBankAccount(
java.lang.String bankAccount)
{
if ((this.bankAccount == bankAccount || (this.bankAccount!=null && this.bankAccount.equals(bankAccount))) && __WL_isLoaded[12]) return;
this.bankAccount = bankAccount;
__WL_isModified[12] = true;
if (! __WL_modifiedBeanIsRegistered) {
__WL_pm.registerModifiedBean(__WL_ctx.getPrimaryKey());
__WL_modifiedBeanIsRegistered = true;
}
}
public java.lang.String getEmail()
{
try {
if (!(__WL_isLoaded[13] || __WL_isModified[13])) {
__WL_loadGroup0();
}
return email;
} catch (RuntimeException re) {
if (__WL_verbose) {
Debug.say("rethrowing RuntimeException.");
re.printStackTrace();
}
throw re;
} catch (Exception ex) {
if (__WL_verbose) {
Debug.say("wrapping Exception in PersistenceRuntimeException.");
ex.printStackTrace();
}
throw new PersistenceRuntimeException(ex);
}
}
public void setEmail(
java.lang.String email)
{
if ((this.email == email || (this.email!=null && this.email.equals(email))) && __WL_isLoaded[13]) return;
this.email = email;
__WL_isModified[13] = true;
if (! __WL_modifiedBeanIsRegistered) {
__WL_pm.registerModifiedBean(__WL_ctx.getPrimaryKey());
__WL_modifiedBeanIsRegistered = true;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -