public class CompanyCompanyBankAccount extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
CompanyCompanyBankAccount.Builder |
| 构造器和说明 |
|---|
CompanyCompanyBankAccount() |
CompanyCompanyBankAccount(CompanyCompanyBankAccount.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAccount() |
String |
getAccountAttriDesc() |
String |
getAccountName() |
String |
getClearingAccountCode() |
String |
getCompanyBankAccountUid() |
String |
getCompanyUid() |
String |
getCurrencyCode() |
String |
getGlAccountCode() |
I18nStruct[] |
getI18nAccountAttriDesc() |
String |
getIban() |
String |
getLocalRoutingCode() |
String |
getSwift() |
static CompanyCompanyBankAccount.Builder |
newBuilder() |
void |
setAccount(String account) |
void |
setAccountAttriDesc(String accountAttriDesc) |
void |
setAccountName(String accountName) |
void |
setClearingAccountCode(String clearingAccountCode) |
void |
setCompanyBankAccountUid(String companyBankAccountUid) |
void |
setCompanyUid(String companyUid) |
void |
setCurrencyCode(String currencyCode) |
void |
setGlAccountCode(String glAccountCode) |
void |
setI18nAccountAttriDesc(I18nStruct[] i18nAccountAttriDesc) |
void |
setIban(String iban) |
void |
setLocalRoutingCode(String localRoutingCode) |
void |
setSwift(String swift) |
public CompanyCompanyBankAccount()
public CompanyCompanyBankAccount(CompanyCompanyBankAccount.Builder builder)
public String getCompanyBankAccountUid()
public void setCompanyBankAccountUid(String companyBankAccountUid)
public String getCompanyUid()
public void setCompanyUid(String companyUid)
public String getAccount()
public void setAccount(String account)
public String getIban()
public void setIban(String iban)
public String getAccountName()
public void setAccountName(String accountName)
public String getCurrencyCode()
public void setCurrencyCode(String currencyCode)
public String getLocalRoutingCode()
public void setLocalRoutingCode(String localRoutingCode)
public String getGlAccountCode()
public void setGlAccountCode(String glAccountCode)
public String getClearingAccountCode()
public void setClearingAccountCode(String clearingAccountCode)
public String getSwift()
public void setSwift(String swift)
public String getAccountAttriDesc()
public void setAccountAttriDesc(String accountAttriDesc)
public I18nStruct[] getI18nAccountAttriDesc()
public void setI18nAccountAttriDesc(I18nStruct[] i18nAccountAttriDesc)
public static CompanyCompanyBankAccount.Builder newBuilder()
Copyright © 2025. All rights reserved.