MovementProduct
in package
Class MovementProduct
Tags
Table of Contents
Properties
- $activityId : int|null
- $activityInvoice : ActivityInvoice|null
- $awaitingDelete : bool|null
- $changeTime : DateTime
- $channel : Channel
- $client : Client
- $currency : Currency|null
- $digitalService : bool
- $eventDate : DateTime
- $eventTime : DateTime
- $fromCountry : Country|null
- $id : int|null
- $invoiceNumberId : int|null
- $module : Module
- $movementPerspectiveId : int
- $movementTypeId : int
- $position : int|null
- $price : float|null
- $productId : int|null
- $quantity : int|null
- $sourceId : int
- $sourceType : SourceType
- $statusCode : int|null
- $statusCorrection : MovementStatusCorrection|null
- $toCountry : Country|null
- $transId : string
- $userModule : UserModule
- $valueEur : float|null
- $vatCountry : Country|null
- $vatRate : float|null
Methods
- getActivityId() : int|null
- Get $activityId
- getActivityInvoice() : ActivityInvoice|null
- Get the value of activityInvoice
- getActivityInvoiceId() : int|null
- getAwaitingDelete() : bool|null
- Get $awaitingDelete
- getChangeTime() : DateTime
- Get $changeTime
- getChannel() : Channel
- Get the value of channel
- getChannelId() : int
- getClient() : Client
- getCurrency() : Currency|null
- Get the value of currency
- getCurrencyId() : int|null
- getEventDate() : DateTime
- Get $eventDate
- getEventTime() : DateTime
- Get $eventTime
- getFromCountry() : Country|null
- Get $fromCountry
- getFromCountryId() : int|null
- getId() : int|null
- Get $id
- getInvoiceNumberId() : int|null
- Get the value of invoiceNumberId
- getModule() : Module
- Get the value of module
- getModuleId() : int
- getMovementPerspectiveId() : int
- Get $movementPerspectiveId
- getMovementTypeId() : int
- Get the value of movementTypeId
- getPosition() : int|null
- Get $position
- getPrice() : float|null
- Get $price
- getProductId() : int|null
- Get $productId
- getQuantity() : int|null
- Get $quantity
- getSourceId() : int
- Get the value of sourceId
- getSourceType() : SourceType
- Get $sourceType
- getSourceTypeId() : int
- getStatusCode() : int|null
- Get $statusCode
- getStatusCorrection() : MovementStatusCorrection|null
- getToCountry() : Country|null
- Get $toCountry
- getToCountryId() : int|null
- getTransId() : string
- Get the value of transId
- getUser() : Client
- getUserModule() : UserModule
- getValueEur() : float|null
- Get the value of valueEur
- getVatCountry() : Country|null
- Get $vatCountry
- getVatCountryId() : int|null
- getVatRate() : float|null
- Get $vatRate
- isDigitalService() : bool
- setActivityId() : self
- Set $activityId
- setActivityInvoice() : self
- Set the value of activityInvoice
- setAwaitingDelete() : self
- Set $awaitingDelete
- setChangeTime() : self
- Set $changeTime
- setChannel() : self
- Set the value of channel
- setClient() : mixed
- setCurrency() : self
- Set the value of currency
- setDigitalService() : void
- setEventDate() : self
- Set $eventDate
- setEventTime() : self
- Set $eventTime
- setFromCountry() : self
- Set $fromCountry
- setId() : self
- Set $id
- setInvoiceNumberId() : self
- Set the value of invoiceNumberId
- setModule() : self
- Set the value of module
- setMovementPerspectiveId() : self
- Set $movementPerspectiveId
- setMovementTypeId() : self
- Set the value of movementTypeId
- setPosition() : self
- Set $position
- setPrice() : self
- Set $price
- setProductId() : self
- Set $productId
- setQuantity() : self
- Set $quantity
- setSourceId() : self
- Set the value of sourceId
- setSourceType() : self
- Set $sourceType
- setStatusCode() : self
- Set $statusCode
- setStatusCorrection() : void
- setToCountry() : self
- Set $toCountry
- setTransId() : self
- Set the value of transId
- setUserModule() : void
- setValueEur() : self
- Set the value of valueEur
- setVatCountry() : self
- Set $vatCountry
- setVatRate() : self
- Set $vatRate
Properties
$activityId
private
int|null
$activityId
Tags
$activityInvoice
private
ActivityInvoice|null
$activityInvoice
Tags
$awaitingDelete
private
bool|null
$awaitingDelete
Tags
$changeTime
private
DateTime
$changeTime
Tags
$channel
private
Channel
$channel
Tags
$client
private
Client
$client
Tags
$currency
private
Currency|null
$currency
Tags
$digitalService
private
bool
$digitalService
= false
Tags
$eventDate
private
DateTime
$eventDate
Tags
$eventTime
private
DateTime
$eventTime
Tags
$fromCountry
private
Country|null
$fromCountry
Tags
$id
private
int|null
$id
Tags
$invoiceNumberId
private
int|null
$invoiceNumberId
Tags
$module
private
Module
$module
Tags
$movementPerspectiveId
private
int
$movementPerspectiveId
Tags
$movementTypeId
private
int
$movementTypeId
Tags
$position
private
int|null
$position
Tags
$price
private
float|null
$price
Tags
$productId
private
int|null
$productId
Tags
$quantity
private
int|null
$quantity
Tags
$sourceId
private
int
$sourceId
Tags
$sourceType
private
SourceType
$sourceType
Tags
$statusCode
private
int|null
$statusCode
Tags
$statusCorrection
private
MovementStatusCorrection|null
$statusCorrection
Tags
$toCountry
private
Country|null
$toCountry
Tags
$transId
private
string
$transId
Tags
$userModule
private
UserModule
$userModule
Tags
$valueEur
private
float|null
$valueEur
Tags
$vatCountry
private
Country|null
$vatCountry
Tags
$vatRate
private
float|null
$vatRate
Tags
Methods
getActivityId()
Get $activityId
public
getActivityId() : int|null
Return values
int|nullgetActivityInvoice()
Get the value of activityInvoice
public
getActivityInvoice() : ActivityInvoice|null
Return values
ActivityInvoice|nullgetActivityInvoiceId()
public
getActivityInvoiceId() : int|null
Return values
int|nullgetAwaitingDelete()
Get $awaitingDelete
public
getAwaitingDelete() : bool|null
Return values
bool|nullgetChangeTime()
Get $changeTime
public
getChangeTime() : DateTime
Return values
DateTimegetChannel()
Get the value of channel
public
getChannel() : Channel
Return values
ChannelgetChannelId()
public
getChannelId() : int
Return values
intgetClient()
public
getClient() : Client
Return values
ClientgetCurrency()
Get the value of currency
public
getCurrency() : Currency|null
Return values
Currency|nullgetCurrencyId()
public
getCurrencyId() : int|null
Return values
int|nullgetEventDate()
Get $eventDate
public
getEventDate() : DateTime
Return values
DateTimegetEventTime()
Get $eventTime
public
getEventTime() : DateTime
Return values
DateTimegetFromCountry()
Get $fromCountry
public
getFromCountry() : Country|null
Return values
Country|nullgetFromCountryId()
public
getFromCountryId() : int|null
Return values
int|nullgetId()
Get $id
public
getId() : int|null
Return values
int|nullgetInvoiceNumberId()
Get the value of invoiceNumberId
public
getInvoiceNumberId() : int|null
Return values
int|nullgetModule()
Get the value of module
public
getModule() : Module
Return values
ModulegetModuleId()
public
getModuleId() : int
Return values
intgetMovementPerspectiveId()
Get $movementPerspectiveId
public
getMovementPerspectiveId() : int
Return values
intgetMovementTypeId()
Get the value of movementTypeId
public
getMovementTypeId() : int
Return values
intgetPosition()
Get $position
public
getPosition() : int|null
Return values
int|nullgetPrice()
Get $price
public
getPrice() : float|null
Return values
float|nullgetProductId()
Get $productId
public
getProductId() : int|null
Return values
int|nullgetQuantity()
Get $quantity
public
getQuantity() : int|null
Return values
int|nullgetSourceId()
Get the value of sourceId
public
getSourceId() : int
Return values
intgetSourceType()
Get $sourceType
public
getSourceType() : SourceType
Return values
SourceTypegetSourceTypeId()
public
getSourceTypeId() : int
Return values
intgetStatusCode()
Get $statusCode
public
getStatusCode() : int|null
Return values
int|nullgetStatusCorrection()
public
getStatusCorrection() : MovementStatusCorrection|null
Return values
MovementStatusCorrection|nullgetToCountry()
Get $toCountry
public
getToCountry() : Country|null
Return values
Country|nullgetToCountryId()
public
getToCountryId() : int|null
Return values
int|nullgetTransId()
Get the value of transId
public
getTransId() : string
Return values
stringgetUser()
public
getUser() : Client
Return values
ClientgetUserModule()
public
getUserModule() : UserModule
Return values
UserModulegetValueEur()
Get the value of valueEur
public
getValueEur() : float|null
Return values
float|nullgetVatCountry()
Get $vatCountry
public
getVatCountry() : Country|null
Return values
Country|nullgetVatCountryId()
public
getVatCountryId() : int|null
Return values
int|nullgetVatRate()
Get $vatRate
public
getVatRate() : float|null
Return values
float|nullisDigitalService()
public
isDigitalService() : bool
Return values
boolsetActivityId()
Set $activityId
public
setActivityId(int|null $activityId) : self
Parameters
- $activityId : int|null
-
$activityId
Return values
selfsetActivityInvoice()
Set the value of activityInvoice
public
setActivityInvoice(ActivityInvoice|null $activityInvoice) : self
Parameters
- $activityInvoice : ActivityInvoice|null
Return values
selfsetAwaitingDelete()
Set $awaitingDelete
public
setAwaitingDelete(bool|null $awaitingDelete) : self
Parameters
- $awaitingDelete : bool|null
-
$awaitingDelete
Return values
selfsetChangeTime()
Set $changeTime
public
setChangeTime(DateTime $changeTime) : self
Parameters
- $changeTime : DateTime
-
$changeTime
Return values
selfsetChannel()
Set the value of channel
public
setChannel(Channel $channel) : self
Parameters
- $channel : Channel
Return values
selfsetClient()
public
setClient(mixed $client) : mixed
Parameters
- $client : mixed
setCurrency()
Set the value of currency
public
setCurrency(Currency|null $currency) : self
Parameters
- $currency : Currency|null
Return values
selfsetDigitalService()
public
setDigitalService(bool $digitalService) : void
Parameters
- $digitalService : bool
setEventDate()
Set $eventDate
public
setEventDate(DateTime $eventDate) : self
Parameters
- $eventDate : DateTime
-
$eventDate
Return values
selfsetEventTime()
Set $eventTime
public
setEventTime(DateTime $eventTime) : self
Parameters
- $eventTime : DateTime
-
$eventTime
Return values
selfsetFromCountry()
Set $fromCountry
public
setFromCountry(Country|null $fromCountry) : self
Parameters
- $fromCountry : Country|null
-
$fromCountry
Return values
selfsetId()
Set $id
public
setId(int|null $id) : self
Parameters
- $id : int|null
-
$id
Return values
selfsetInvoiceNumberId()
Set the value of invoiceNumberId
public
setInvoiceNumberId(int|null $invoiceNumberId) : self
Parameters
- $invoiceNumberId : int|null
Return values
selfsetModule()
Set the value of module
public
setModule(Module $module) : self
Parameters
- $module : Module
Return values
selfsetMovementPerspectiveId()
Set $movementPerspectiveId
public
setMovementPerspectiveId(int $movementPerspectiveId) : self
Parameters
- $movementPerspectiveId : int
-
$movementPerspectiveId
Return values
selfsetMovementTypeId()
Set the value of movementTypeId
public
setMovementTypeId(int $movementTypeId) : self
Parameters
- $movementTypeId : int
Return values
selfsetPosition()
Set $position
public
setPosition(int|null $position) : self
Parameters
- $position : int|null
-
$position
Return values
selfsetPrice()
Set $price
public
setPrice(float|null $price) : self
Parameters
- $price : float|null
-
$price
Return values
selfsetProductId()
Set $productId
public
setProductId(int|null $productId) : self
Parameters
- $productId : int|null
-
$productId
Return values
selfsetQuantity()
Set $quantity
public
setQuantity(int|null $quantity) : self
Parameters
- $quantity : int|null
-
$quantity
Return values
selfsetSourceId()
Set the value of sourceId
public
setSourceId(int $sourceId) : self
Parameters
- $sourceId : int
Return values
selfsetSourceType()
Set $sourceType
public
setSourceType(SourceType $sourceType) : self
Parameters
- $sourceType : SourceType
-
$sourceType
Return values
selfsetStatusCode()
Set $statusCode
public
setStatusCode(int|null $statusCode) : self
Parameters
- $statusCode : int|null
-
$statusCode
Return values
selfsetStatusCorrection()
public
setStatusCorrection(MovementStatusCorrection|null $statusCorrection) : void
Parameters
- $statusCorrection : MovementStatusCorrection|null
setToCountry()
Set $toCountry
public
setToCountry(Country|null $toCountry) : self
Parameters
- $toCountry : Country|null
-
$toCountry
Return values
selfsetTransId()
Set the value of transId
public
setTransId(string $transId) : self
Parameters
- $transId : string
Return values
selfsetUserModule()
public
setUserModule(UserModule $userModule) : void
Parameters
- $userModule : UserModule
setValueEur()
Set the value of valueEur
public
setValueEur(float|null $valueEur) : self
Parameters
- $valueEur : float|null
Return values
selfsetVatCountry()
Set $vatCountry
public
setVatCountry(Country|null $vatCountry) : self
Parameters
- $vatCountry : Country|null
-
$vatCountry
Return values
selfsetVatRate()
Set $vatRate
public
setVatRate(float|null $vatRate) : self
Parameters
- $vatRate : float|null
-
$vatRate