Class BankAccount
- java.lang.Object
-
- org.openbravo.base.structure.BaseOBObject
-
- org.openbravo.model.common.businesspartner.BankAccount
-
- All Implemented Interfaces:
Serializable
,BaseOBObjectDef
,OBNotSingleton
,OBProvidable
,ActiveEnabled
,ClientEnabled
,DynamicEnabled
,Identifiable
,OrganizationEnabled
,Traceable
public class BankAccount extends BaseOBObject implements Traceable, ClientEnabled, OrganizationEnabled, ActiveEnabled
Entity class for entity BusinessPartnerBankAccount (stored in table C_BP_BankAccount).
Help: The Define Bank Account Tab defines the banking information for this business partner. This data is used for processing payments and remittances.
NOTE: This class should not be instantiated directly. To instantiate this class theOBProvider
should be used.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
ENTITY_NAME
static String
PROPERTY_ACCOUNTNO
Property accountNo stored in column AccountNo in table C_BP_BankAccount
Help: Bank account number in a generic format.static String
PROPERTY_ACCOUNTTYPE
Property accountType stored in column BankAccountType in table C_BP_BankAccount
Help: The Bank Account Type field indicates the type of account (savings, checking etc) this account is defined as.static String
PROPERTY_ACTIVE
Property active stored in column IsActive in table C_BP_BankAccountstatic String
PROPERTY_BANKFORMAT
Property bankFormat stored in column BankFormat in table C_BP_BankAccount
Help: Bank Account Format used for generating the Displayed Account Numberstatic String
PROPERTY_BANKNAME
Property bankName stored in column Bank_Name in table C_BP_BankAccount
Help: Name of the bankstatic String
PROPERTY_BUSINESSPARTNER
Property businessPartner stored in column C_BPartner_ID in table C_BP_BankAccount
Help: A Business Partner is anyone with whom you transact. This can include a customer, vendor, employee or any combination of these.static String
PROPERTY_CCTYPE
Property cCType stored in column CreditCardType in table C_BP_BankAccount
Help: The Credit Card drop down list box is used for selecting the type of Credit Card presented for payment.static String
PROPERTY_CITY
Property city stored in column A_City in table C_BP_BankAccount
Help: The Account City indicates the City of the Credit Card or Account holderstatic String
PROPERTY_CLIENT
Property client stored in column AD_Client_ID in table C_BP_BankAccountstatic String
PROPERTY_COUNTRY
Property country stored in column C_Country_ID in table C_BP_BankAccount
Help: The Country defines a Country. Each Country must be defined before it can be used in any document.static String
PROPERTY_COUNTRYNAME
Property countryName stored in column A_Country in table C_BP_BankAccount
Help: Account Country Namestatic String
PROPERTY_CREATEDBY
Property createdBy stored in column CreatedBy in table C_BP_BankAccountstatic String
PROPERTY_CREATIONDATE
Property creationDate stored in column Created in table C_BP_BankAccountstatic String
PROPERTY_CREDITCARDNO
Property creditCardNo stored in column CreditCardNumber in table C_BP_BankAccount
Help: The Credit Card number indicates the number on the credit card, without blanks or spaces.static String
PROPERTY_DISPLAYEDACCOUNT
Property displayedAccount stored in column Displayedaccount in table C_BP_BankAccountstatic String
PROPERTY_DRIVERSLICENSENO
Property driversLicenseNo stored in column A_Ident_DL in table C_BP_BankAccount
Help: The Driver's License being used as identification.static String
PROPERTY_EMAIL
Property email stored in column A_EMail in table C_BP_BankAccount
Help: The EMail Address indicates the EMail address off the Credit Card or Account holder.static String
PROPERTY_EXPIRYMONTH
Property expiryMonth stored in column CreditCardExpMM in table C_BP_BankAccount
Help: The Expiry Month indicates the expiry month for this credit card.static String
PROPERTY_EXPIRYYEAR
Property expiryYear stored in column CreditCardExpYY in table C_BP_BankAccount
Help: The Expiry Year indicates the expiry year for this credit card.static String
PROPERTY_IBAN
Property iBAN stored in column Iban in table C_BP_BankAccount
Help: Code that identifies uniquely one bank account, no matter the country it belongs to. It consists of a ISO 3166-1 alpha-2 country code, followed by two check digits, and up to thirty alphanumeric characters for the domestic bank account number, called the BBAN (Basic Bank Account Number). It is up to each country's national banking community to decide on the length of the BBAN for accounts in that country, but its length must be fixed for any given country.static String
PROPERTY_ID
Property id stored in column C_BP_BankAccount_ID in table C_BP_BankAccountstatic String
PROPERTY_NAME
Property name stored in column A_Name in table C_BP_BankAccount
Help: The Name of the Credit Card or Account holder.static String
PROPERTY_ORGANIZATION
Property organization stored in column AD_Org_ID in table C_BP_BankAccountstatic String
PROPERTY_POSTALCODE
Property postalCode stored in column A_Zip in table C_BP_BankAccount
Help: The Zip Code of the Credit Card or Account Holder.static String
PROPERTY_ROUTINGNO
Property routingNo stored in column RoutingNo in table C_BP_BankAccount
Help: The Bank Routing Number (ABA Number) identifies a legal Bank. It is used in routing checks and electronic transactions.static String
PROPERTY_SOCIALSECURITYNO
Property socialSecurityNo stored in column A_Ident_SSN in table C_BP_BankAccount
Help: The Social Security number being used as identification.static String
PROPERTY_STATE
Property state stored in column A_State in table C_BP_BankAccount
Help: The State of the Credit Card or Account holderstatic String
PROPERTY_STREET
Property street stored in column A_Street in table C_BP_BankAccount
Help: The Street Address of the Credit Card or Account holder.static String
PROPERTY_SWIFTCODE
Property swiftCode stored in column SwiftCode in table C_BP_BankAccount
Help: The SWIFT Code is an identifier of a Bankstatic String
PROPERTY_UPDATED
Property updated stored in column Updated in table C_BP_BankAccountstatic String
PROPERTY_UPDATEDBY
Property updatedBy stored in column UpdatedBy in table C_BP_BankAccountstatic String
PROPERTY_USERCONTACT
Property userContact stored in column AD_User_ID in table C_BP_BankAccount
Help: The User identifies a unique user in the system. This could be an internal user or a business partner contactstatic String
PROPERTY_ZIPVERIFIED
Property zipVerified stored in column R_AvsZip in table C_BP_BankAccount
Help: The Zip Verified indicates if the zip code has been verified by the Credit Card Company.static String
TABLE_NAME
-
Fields inherited from class org.openbravo.base.structure.BaseOBObject
ID
-
-
Constructor Summary
Constructors Constructor Description BankAccount()
-
Method Summary
-
Methods inherited from class org.openbravo.base.structure.BaseOBObject
checkDerivedReadable, get, get, get, getEntity, getIdentifier, getValue, isAllowRead, isNewOBObject, isOrgClientAccessCheckEnabled, isWriteAccessCheckEnabled, set, setAccessChecks, setAllowRead, setDefaultValue, setId, setNewOBObject, setValue, toString, validate
-
-
-
-
Field Detail
-
TABLE_NAME
public static final String TABLE_NAME
- See Also:
- Constant Field Values
-
ENTITY_NAME
public static final String ENTITY_NAME
- See Also:
- Constant Field Values
-
PROPERTY_ID
public static final String PROPERTY_ID
Property id stored in column C_BP_BankAccount_ID in table C_BP_BankAccount- See Also:
- Constant Field Values
-
PROPERTY_CLIENT
public static final String PROPERTY_CLIENT
Property client stored in column AD_Client_ID in table C_BP_BankAccount- See Also:
ClientEnabled
, Constant Field Values
-
PROPERTY_ORGANIZATION
public static final String PROPERTY_ORGANIZATION
Property organization stored in column AD_Org_ID in table C_BP_BankAccount- See Also:
OrganizationEnabled
, Constant Field Values
-
PROPERTY_CREATIONDATE
public static final String PROPERTY_CREATIONDATE
Property creationDate stored in column Created in table C_BP_BankAccount- See Also:
Traceable
, Constant Field Values
-
PROPERTY_UPDATED
public static final String PROPERTY_UPDATED
Property updated stored in column Updated in table C_BP_BankAccount- See Also:
Traceable
, Constant Field Values
-
PROPERTY_ACTIVE
public static final String PROPERTY_ACTIVE
Property active stored in column IsActive in table C_BP_BankAccount- See Also:
ActiveEnabled
, Constant Field Values
-
PROPERTY_CREATEDBY
public static final String PROPERTY_CREATEDBY
Property createdBy stored in column CreatedBy in table C_BP_BankAccount- See Also:
Traceable
, Constant Field Values
-
PROPERTY_UPDATEDBY
public static final String PROPERTY_UPDATEDBY
Property updatedBy stored in column UpdatedBy in table C_BP_BankAccount- See Also:
Traceable
, Constant Field Values
-
PROPERTY_BUSINESSPARTNER
public static final String PROPERTY_BUSINESSPARTNER
Property businessPartner stored in column C_BPartner_ID in table C_BP_BankAccount
Help: A Business Partner is anyone with whom you transact. This can include a customer, vendor, employee or any combination of these.- See Also:
- Constant Field Values
-
PROPERTY_ACCOUNTTYPE
public static final String PROPERTY_ACCOUNTTYPE
Property accountType stored in column BankAccountType in table C_BP_BankAccount
Help: The Bank Account Type field indicates the type of account (savings, checking etc) this account is defined as.- See Also:
- Constant Field Values
-
PROPERTY_ROUTINGNO
public static final String PROPERTY_ROUTINGNO
Property routingNo stored in column RoutingNo in table C_BP_BankAccount
Help: The Bank Routing Number (ABA Number) identifies a legal Bank. It is used in routing checks and electronic transactions.- See Also:
- Constant Field Values
-
PROPERTY_ACCOUNTNO
public static final String PROPERTY_ACCOUNTNO
Property accountNo stored in column AccountNo in table C_BP_BankAccount
Help: Bank account number in a generic format.- See Also:
- Constant Field Values
-
PROPERTY_CCTYPE
public static final String PROPERTY_CCTYPE
Property cCType stored in column CreditCardType in table C_BP_BankAccount
Help: The Credit Card drop down list box is used for selecting the type of Credit Card presented for payment.- See Also:
- Constant Field Values
-
PROPERTY_CREDITCARDNO
public static final String PROPERTY_CREDITCARDNO
Property creditCardNo stored in column CreditCardNumber in table C_BP_BankAccount
Help: The Credit Card number indicates the number on the credit card, without blanks or spaces.- See Also:
- Constant Field Values
-
PROPERTY_EXPIRYMONTH
public static final String PROPERTY_EXPIRYMONTH
Property expiryMonth stored in column CreditCardExpMM in table C_BP_BankAccount
Help: The Expiry Month indicates the expiry month for this credit card.- See Also:
- Constant Field Values
-
PROPERTY_EXPIRYYEAR
public static final String PROPERTY_EXPIRYYEAR
Property expiryYear stored in column CreditCardExpYY in table C_BP_BankAccount
Help: The Expiry Year indicates the expiry year for this credit card.- See Also:
- Constant Field Values
-
PROPERTY_NAME
public static final String PROPERTY_NAME
Property name stored in column A_Name in table C_BP_BankAccount
Help: The Name of the Credit Card or Account holder.- See Also:
- Constant Field Values
-
PROPERTY_STREET
public static final String PROPERTY_STREET
Property street stored in column A_Street in table C_BP_BankAccount
Help: The Street Address of the Credit Card or Account holder.- See Also:
- Constant Field Values
-
PROPERTY_CITY
public static final String PROPERTY_CITY
Property city stored in column A_City in table C_BP_BankAccount
Help: The Account City indicates the City of the Credit Card or Account holder- See Also:
- Constant Field Values
-
PROPERTY_STATE
public static final String PROPERTY_STATE
Property state stored in column A_State in table C_BP_BankAccount
Help: The State of the Credit Card or Account holder- See Also:
- Constant Field Values
-
PROPERTY_POSTALCODE
public static final String PROPERTY_POSTALCODE
Property postalCode stored in column A_Zip in table C_BP_BankAccount
Help: The Zip Code of the Credit Card or Account Holder.- See Also:
- Constant Field Values
-
PROPERTY_DRIVERSLICENSENO
public static final String PROPERTY_DRIVERSLICENSENO
Property driversLicenseNo stored in column A_Ident_DL in table C_BP_BankAccount
Help: The Driver's License being used as identification.- See Also:
- Constant Field Values
-
PROPERTY_EMAIL
public static final String PROPERTY_EMAIL
Property email stored in column A_EMail in table C_BP_BankAccount
Help: The EMail Address indicates the EMail address off the Credit Card or Account holder.- See Also:
- Constant Field Values
-
PROPERTY_SOCIALSECURITYNO
public static final String PROPERTY_SOCIALSECURITYNO
Property socialSecurityNo stored in column A_Ident_SSN in table C_BP_BankAccount
Help: The Social Security number being used as identification.- See Also:
- Constant Field Values
-
PROPERTY_ZIPVERIFIED
public static final String PROPERTY_ZIPVERIFIED
Property zipVerified stored in column R_AvsZip in table C_BP_BankAccount
Help: The Zip Verified indicates if the zip code has been verified by the Credit Card Company.- See Also:
- Constant Field Values
-
PROPERTY_COUNTRYNAME
public static final String PROPERTY_COUNTRYNAME
Property countryName stored in column A_Country in table C_BP_BankAccount
Help: Account Country Name- See Also:
- Constant Field Values
-
PROPERTY_USERCONTACT
public static final String PROPERTY_USERCONTACT
Property userContact stored in column AD_User_ID in table C_BP_BankAccount
Help: The User identifies a unique user in the system. This could be an internal user or a business partner contact- See Also:
- Constant Field Values
-
PROPERTY_BANKNAME
public static final String PROPERTY_BANKNAME
Property bankName stored in column Bank_Name in table C_BP_BankAccount
Help: Name of the bank- See Also:
- Constant Field Values
-
PROPERTY_IBAN
public static final String PROPERTY_IBAN
Property iBAN stored in column Iban in table C_BP_BankAccount
Help: Code that identifies uniquely one bank account, no matter the country it belongs to. It consists of a ISO 3166-1 alpha-2 country code, followed by two check digits, and up to thirty alphanumeric characters for the domestic bank account number, called the BBAN (Basic Bank Account Number). It is up to each country's national banking community to decide on the length of the BBAN for accounts in that country, but its length must be fixed for any given country.- See Also:
- Constant Field Values
-
PROPERTY_DISPLAYEDACCOUNT
public static final String PROPERTY_DISPLAYEDACCOUNT
Property displayedAccount stored in column Displayedaccount in table C_BP_BankAccount- See Also:
- Constant Field Values
-
PROPERTY_COUNTRY
public static final String PROPERTY_COUNTRY
Property country stored in column C_Country_ID in table C_BP_BankAccount
Help: The Country defines a Country. Each Country must be defined before it can be used in any document.- See Also:
- Constant Field Values
-
PROPERTY_SWIFTCODE
public static final String PROPERTY_SWIFTCODE
Property swiftCode stored in column SwiftCode in table C_BP_BankAccount
Help: The SWIFT Code is an identifier of a Bank- See Also:
- Constant Field Values
-
PROPERTY_BANKFORMAT
public static final String PROPERTY_BANKFORMAT
Property bankFormat stored in column BankFormat in table C_BP_BankAccount
Help: Bank Account Format used for generating the Displayed Account Number- See Also:
- Constant Field Values
-
-
Method Detail
-
getEntityName
public String getEntityName()
- Specified by:
getEntityName
in interfaceIdentifiable
- Specified by:
getEntityName
in classBaseOBObject
-
getId
public String getId()
- Specified by:
getId
in interfaceBaseOBObjectDef
- Specified by:
getId
in interfaceIdentifiable
- Overrides:
getId
in classBaseOBObject
- See Also:
PROPERTY_ID
-
setId
public void setId(String id)
- See Also:
PROPERTY_ID
-
getClient
public Client getClient()
Description copied from interface:ClientEnabled
Client field- Specified by:
getClient
in interfaceClientEnabled
- Returns:
- client
- See Also:
PROPERTY_CLIENT
-
setClient
public void setClient(Client client)
Description copied from interface:ClientEnabled
Client field- Specified by:
setClient
in interfaceClientEnabled
- See Also:
PROPERTY_CLIENT
-
getOrganization
public Organization getOrganization()
Description copied from interface:OrganizationEnabled
Gets organization field- Specified by:
getOrganization
in interfaceOrganizationEnabled
- Returns:
- organization
- See Also:
PROPERTY_ORGANIZATION
-
setOrganization
public void setOrganization(Organization organization)
Description copied from interface:OrganizationEnabled
Sets organization field- Specified by:
setOrganization
in interfaceOrganizationEnabled
- See Also:
PROPERTY_ORGANIZATION
-
getCreationDate
public Date getCreationDate()
Description copied from interface:Traceable
Creation date of audit- Specified by:
getCreationDate
in interfaceTraceable
- Returns:
- Date of creation
- See Also:
PROPERTY_CREATIONDATE
-
setCreationDate
public void setCreationDate(Date creationDate)
Description copied from interface:Traceable
Creation date of audit- Specified by:
setCreationDate
in interfaceTraceable
- See Also:
PROPERTY_CREATIONDATE
-
getUpdated
public Date getUpdated()
Description copied from interface:Traceable
Update date of audit- Specified by:
getUpdated
in interfaceTraceable
- Returns:
- Date of update
- See Also:
PROPERTY_UPDATED
-
setUpdated
public void setUpdated(Date updated)
Description copied from interface:Traceable
Update date of audit- Specified by:
setUpdated
in interfaceTraceable
- See Also:
PROPERTY_UPDATED
-
isActive
public Boolean isActive()
Description copied from interface:ActiveEnabled
Gets active field- Specified by:
isActive
in interfaceActiveEnabled
- Returns:
- active
- See Also:
PROPERTY_ACTIVE
-
setActive
public void setActive(Boolean active)
Description copied from interface:ActiveEnabled
Sets active field- Specified by:
setActive
in interfaceActiveEnabled
- See Also:
PROPERTY_ACTIVE
-
getCreatedBy
public User getCreatedBy()
Description copied from interface:Traceable
Created by audit user- Specified by:
getCreatedBy
in interfaceTraceable
- Returns:
- User
- See Also:
PROPERTY_CREATEDBY
-
setCreatedBy
public void setCreatedBy(User createdBy)
Description copied from interface:Traceable
Created by audit user- Specified by:
setCreatedBy
in interfaceTraceable
- See Also:
PROPERTY_CREATEDBY
-
getUpdatedBy
public User getUpdatedBy()
Description copied from interface:Traceable
Update by audit user- Specified by:
getUpdatedBy
in interfaceTraceable
- Returns:
- User who updated
- See Also:
PROPERTY_UPDATEDBY
-
setUpdatedBy
public void setUpdatedBy(User updatedBy)
Description copied from interface:Traceable
Update by audit user- Specified by:
setUpdatedBy
in interfaceTraceable
- See Also:
PROPERTY_UPDATEDBY
-
getBusinessPartner
public BusinessPartner getBusinessPartner()
- See Also:
PROPERTY_BUSINESSPARTNER
-
setBusinessPartner
public void setBusinessPartner(BusinessPartner businessPartner)
- See Also:
PROPERTY_BUSINESSPARTNER
-
getAccountType
public String getAccountType()
- See Also:
PROPERTY_ACCOUNTTYPE
-
setAccountType
public void setAccountType(String accountType)
- See Also:
PROPERTY_ACCOUNTTYPE
-
getRoutingNo
public String getRoutingNo()
- See Also:
PROPERTY_ROUTINGNO
-
setRoutingNo
public void setRoutingNo(String routingNo)
- See Also:
PROPERTY_ROUTINGNO
-
getAccountNo
public String getAccountNo()
- See Also:
PROPERTY_ACCOUNTNO
-
setAccountNo
public void setAccountNo(String accountNo)
- See Also:
PROPERTY_ACCOUNTNO
-
getCCType
public String getCCType()
- See Also:
PROPERTY_CCTYPE
-
setCCType
public void setCCType(String cCType)
- See Also:
PROPERTY_CCTYPE
-
getCreditCardNo
public String getCreditCardNo()
- See Also:
PROPERTY_CREDITCARDNO
-
setCreditCardNo
public void setCreditCardNo(String creditCardNo)
- See Also:
PROPERTY_CREDITCARDNO
-
getExpiryMonth
public Long getExpiryMonth()
- See Also:
PROPERTY_EXPIRYMONTH
-
setExpiryMonth
public void setExpiryMonth(Long expiryMonth)
- See Also:
PROPERTY_EXPIRYMONTH
-
getExpiryYear
public Long getExpiryYear()
- See Also:
PROPERTY_EXPIRYYEAR
-
setExpiryYear
public void setExpiryYear(Long expiryYear)
- See Also:
PROPERTY_EXPIRYYEAR
-
getName
public String getName()
- See Also:
PROPERTY_NAME
-
setName
public void setName(String name)
- See Also:
PROPERTY_NAME
-
getStreet
public String getStreet()
- See Also:
PROPERTY_STREET
-
setStreet
public void setStreet(String street)
- See Also:
PROPERTY_STREET
-
getCity
public String getCity()
- See Also:
PROPERTY_CITY
-
setCity
public void setCity(String city)
- See Also:
PROPERTY_CITY
-
getState
public String getState()
- See Also:
PROPERTY_STATE
-
setState
public void setState(String state)
- See Also:
PROPERTY_STATE
-
getPostalCode
public String getPostalCode()
- See Also:
PROPERTY_POSTALCODE
-
setPostalCode
public void setPostalCode(String postalCode)
- See Also:
PROPERTY_POSTALCODE
-
getDriversLicenseNo
public String getDriversLicenseNo()
- See Also:
PROPERTY_DRIVERSLICENSENO
-
setDriversLicenseNo
public void setDriversLicenseNo(String driversLicenseNo)
- See Also:
PROPERTY_DRIVERSLICENSENO
-
getEmail
public String getEmail()
- See Also:
PROPERTY_EMAIL
-
setEmail
public void setEmail(String email)
- See Also:
PROPERTY_EMAIL
-
getSocialSecurityNo
public String getSocialSecurityNo()
- See Also:
PROPERTY_SOCIALSECURITYNO
-
setSocialSecurityNo
public void setSocialSecurityNo(String socialSecurityNo)
- See Also:
PROPERTY_SOCIALSECURITYNO
-
getZipVerified
public String getZipVerified()
- See Also:
PROPERTY_ZIPVERIFIED
-
setZipVerified
public void setZipVerified(String zipVerified)
- See Also:
PROPERTY_ZIPVERIFIED
-
getCountryName
public String getCountryName()
- See Also:
PROPERTY_COUNTRYNAME
-
setCountryName
public void setCountryName(String countryName)
- See Also:
PROPERTY_COUNTRYNAME
-
getUserContact
public User getUserContact()
- See Also:
PROPERTY_USERCONTACT
-
setUserContact
public void setUserContact(User userContact)
- See Also:
PROPERTY_USERCONTACT
-
getBankName
public String getBankName()
- See Also:
PROPERTY_BANKNAME
-
setBankName
public void setBankName(String bankName)
- See Also:
PROPERTY_BANKNAME
-
getIBAN
public String getIBAN()
- See Also:
PROPERTY_IBAN
-
setIBAN
public void setIBAN(String iBAN)
- See Also:
PROPERTY_IBAN
-
getDisplayedAccount
public String getDisplayedAccount()
- See Also:
PROPERTY_DISPLAYEDACCOUNT
-
setDisplayedAccount
public void setDisplayedAccount(String displayedAccount)
- See Also:
PROPERTY_DISPLAYEDACCOUNT
-
getCountry
public Country getCountry()
- See Also:
PROPERTY_COUNTRY
-
setCountry
public void setCountry(Country country)
- See Also:
PROPERTY_COUNTRY
-
getSwiftCode
public String getSwiftCode()
- See Also:
PROPERTY_SWIFTCODE
-
setSwiftCode
public void setSwiftCode(String swiftCode)
- See Also:
PROPERTY_SWIFTCODE
-
getBankFormat
public String getBankFormat()
- See Also:
PROPERTY_BANKFORMAT
-
setBankFormat
public void setBankFormat(String bankFormat)
- See Also:
PROPERTY_BANKFORMAT
-
-