CommercialBankOperation

Table name="COMMERCIAL_BANK_OPERATION"
Entity Entity

 Methods

Get account

getAccount() : \CommercialBankAccount

Get id

getId() : integer

Returns

integer

Get importDate

getImportDate() : \datetime

Returns

\datetime

Get label

getLabel() : string

Returns

string

Get operationAmount

getOperationAmount() : \decimal

Returns

\decimal

Get operationDate

getOperationDate() : \date

Returns

\date

Get operationRef

getOperationRef() : string

Returns

string

Get operationType

getOperationType() : string

Returns

string

Set account

setAccount(\CommercialBankAccount $account) : \CommercialBankOperation

Parameters

Returns

Set importDate

setImportDate(\datetime $importDate) : \CommercialBankOperation

Parameters

$importDate

\datetime

Returns

Set label

setLabel(string $label) : \CommercialBankOperation

Parameters

$label

string

Returns

Set operationAmount

setOperationAmount(\decimal $operationAmount) : \CommercialBankOperation

Parameters

$operationAmount

\decimal

Returns

Set operationDate

setOperationDate(\date $operationDate) : \CommercialBankOperation

Parameters

$operationDate

\date

Returns

Set operationRef

setOperationRef(string $operationRef) : \CommercialBankOperation

Parameters

$operationRef

string

Returns

Set operationType

setOperationType(string $operationType) : \CommercialBankOperation

Parameters

$operationType

string

Returns

 Properties

   

$id : integer
Column name="id", type="integer"
Id Id
GeneratedValue strategy="IDENTITY"
 

$importDate : \datetime
Column name="import_date", type="datetime"
 

$label : string
Column name="label", type="string", length=120
 

$operationAmount : \decimal
Column name="operation_amount", type="decimal"
 

$operationDate : \date
Column name="operation_date", type="date"
 

$operationRef : string
Column name="operation_ref", type="string", length=20
 

$operationType : string
Column name="operation_type", type="string"