Table |
name="COMMERCIAL_BANK_ACCOUNT" |
Entity |
Entity |
Methods
Get accountBalance
getAccountBalance() : \decimal
Get accountName
getAccountName() : string
Get accountRef
getAccountRef() : string
Get bankName
getBankName() : string
Get coreCompanies
getCoreCompanies() : \CoreCompanies
Set accountBalance
setAccountBalance(\decimal $accountBalance) : \CommercialBankAccount
Parameters
$accountBalance
\decimal
Returns
Set accountName
setAccountName(string $accountName) : \CommercialBankAccount
Parameters
$accountName
string
Returns
Set accountRef
setAccountRef(string $accountRef) : \CommercialBankAccount
Parameters
$accountRef
string
Returns
Set coreCompanies
setCoreCompanies(\CoreCompanies $coreCompanies) : \CommercialBankAccount
Parameters
$coreCompanies
\CoreCompanies
Returns
Properties
$accountBalance : \decimal
Column |
name="account_balance", type="decimal" |
$accountName : string
Column |
name="account_name", type="string", length=120 |
$accountRef : string
Column |
name="account_ref", type="string", length=80 |
$bankName : string
Column |
name="bank_name", type="string", length=120 |
$coreCompanies : \CoreCompanies
ManyToOne |
targetEntity="CoreCompanies" |
JoinColumns |
({
@JoinColumn(name="CORE_COMPANIES_id", referencedColumnName="id")
}) |
$id : integer
Column |
name="id", type="integer" |
Id |
Id |
GeneratedValue |
strategy="IDENTITY" |