Documentation

MovementProductEntity
in package
implements JsonSerializable

Table of Contents

Interfaces

JsonSerializable

Properties

$activityId  : mixed
$activityInvoiceId  : mixed
$awaitingDelete  : mixed
$changeTime  : mixed
$createTime  : mixed
$currencyId  : mixed
$eventDate  : mixed
$eventTime  : mixed
$fromCountryId  : mixed
$id  : mixed
$invoiceNumberId  : mixed
$movementPerspectiveId  : mixed
$movementTypeId  : mixed
$net  : mixed
$netEur  : mixed
$netUnit  : mixed
$netUnitEur  : mixed
$price  : mixed
$productId  : mixed
$productName  : mixed
$quantity  : mixed
$sourceId  : mixed
$sourceType  : mixed
$statusCode  : mixed
$toCountryId  : mixed
$transId  : mixed
$updateTime  : mixed
$userId  : mixed
$valueEur  : mixed
$vatCountryId  : mixed
$vatRate  : mixed

Methods

fromModel()  : self
getActivityId()  : int|null
getActivityInvoiceId()  : int|null
getAwaitingDelete()  : int
getChangeTime()  : int
getChangeTimeFormatted()  : string
getCreateTime()  : int
getCreateTimeFormatted()  : string
getCurrencyId()  : int|null
getEventDate()  : int
getEventDateFormatted()  : string
getEventTime()  : int
getEventTimeFormatted()  : string
getFromCountryId()  : int|null
getId()  : int
getInvoiceNumberId()  : int|null
getMovementPerspectiveId()  : int
getMovementTypeId()  : int
getNet()  : mixed
Get the value of net
getNetEur()  : mixed
Get the value of netEur
getNetUnit()  : mixed
Get the value of netUnit
getNetUnitEur()  : mixed
Get the value of netUnitEur
getPrice()  : float|null
getProductId()  : int|null
getProductName()  : mixed
Get the value of productName
getQuantity()  : int
getSourceId()  : int
getSourceType()  : int
getStatusCode()  : int|null
getToCountryId()  : int|null
getTransId()  : string
getUpdateTime()  : int
getUpdateTimeFormatted()  : string
getUserId()  : int
getValueEur()  : float|null
getVatCountryId()  : int|null
getVatRate()  : float|null
jsonSerialize()  : mixed
setactivityId()  : void
setActivityInvoiceId()  : void
setAwaitingDelete()  : void
setChangeTime()  : void
setCreateTime()  : void
setCurrencyId()  : void
setEventDate()  : void
setEventTime()  : void
setFromCountryId()  : void
setId()  : void
setInvoiceNumberId()  : void
setMovementPerspectiveId()  : void
setMovementTypeId()  : void
setNet()  : self
Set the value of net
setNetEur()  : self
Set the value of netEur
setNetUnit()  : self
Set the value of netUnit
setNetUnitEur()  : self
Set the value of netUnitEur
setPrice()  : void
setProductId()  : void
setProductName()  : self
Set the value of productName
setQuantity()  : void
setSourceId()  : void
setSourceType()  : void
setStatusCode()  : void
setToCountryId()  : void
setTransId()  : void
setUpdateTime()  : void
setUserId()  : void
setValueEur()  : void
setVatCountryId()  : void
setVatRate()  : void

Properties

Methods

setactivityId()

public setactivityId(int|null $activityId) : void
Parameters
$activityId : int|null

setActivityInvoiceId()

public setActivityInvoiceId(int|null $activityInvoiceId) : void
Parameters
$activityInvoiceId : int|null

setAwaitingDelete()

public setAwaitingDelete(int $awaitingDelete) : void
Parameters
$awaitingDelete : int

setCurrencyId()

public setCurrencyId(int|null $currencyId) : void
Parameters
$currencyId : int|null

setFromCountryId()

public setFromCountryId(int|null $fromCountryId) : void
Parameters
$fromCountryId : int|null

setInvoiceNumberId()

public setInvoiceNumberId(int|null $invoiceNumberId) : void
Parameters
$invoiceNumberId : int|null

setMovementPerspectiveId()

public setMovementPerspectiveId(int $movementPerspectiveId) : void
Parameters
$movementPerspectiveId : int

setMovementTypeId()

public setMovementTypeId(int $movementTypeId) : void
Parameters
$movementTypeId : int

setNet()

Set the value of net

public setNet(mixed $net) : self
Parameters
$net : mixed
Return values
self

setNetEur()

Set the value of netEur

public setNetEur(mixed $netEur) : self
Parameters
$netEur : mixed
Return values
self

setNetUnit()

Set the value of netUnit

public setNetUnit(mixed $netUnit) : self
Parameters
$netUnit : mixed
Return values
self

setNetUnitEur()

Set the value of netUnitEur

public setNetUnitEur(mixed $netUnitEur) : self
Parameters
$netUnitEur : mixed
Return values
self

setProductId()

public setProductId(int|null $productId) : void
Parameters
$productId : int|null

setProductName()

Set the value of productName

public setProductName(mixed $productName) : self
Parameters
$productName : mixed
Return values
self

setStatusCode()

public setStatusCode(int|null $statusCode) : void
Parameters
$statusCode : int|null

setToCountryId()

public setToCountryId(int|null $toCountryId) : void
Parameters
$toCountryId : int|null

setValueEur()

public setValueEur(float|null $valueEur) : void
Parameters
$valueEur : float|null

setVatCountryId()

public setVatCountryId(int|null $vatCountryId) : void
Parameters
$vatCountryId : int|null

setVatRate()

public setVatRate(float|null $vatRate) : void
Parameters
$vatRate : float|null

        
On this page

Search results