MovementProduct
extends MovementProduct
in package
implements
Proxy
DO NOT EDIT THIS FILE - IT WAS CREATED BY DOCTRINE'S PROXY GENERATOR
Table of Contents
Interfaces
- Proxy
Properties
- $__cloner__ : Closure
- $__initializer__ : Closure
- $__isInitialized__ : bool
- $lazyPropertiesDefaults : array<string, mixed>
- $lazyPropertiesNames : array<string, null>
Methods
- __clone() : mixed
- __construct() : mixed
- __load() : mixed
- Forces initialization of the proxy
- __sleep() : array<string|int, mixed>
- __wakeup() : mixed
- 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
$__cloner__
public
Closure
$__cloner__
the callback responsible of loading properties that need to be copied in the cloned object
Tags
$__initializer__
public
Closure
$__initializer__
the callback responsible for loading properties in the proxy object. This callback is called with three parameters, being respectively the proxy object to be initialized, the method that triggered the initialization process and an array of ordered parameters that were passed to that method.
Tags
$__isInitialized__
public
bool
$__isInitialized__
= false
flag indicating if this object was already initialized
Tags
$lazyPropertiesDefaults
public
static array<string, mixed>
$lazyPropertiesDefaults
= array()
default values of properties to be lazy loaded, with keys being the property names
Tags
$lazyPropertiesNames
public
static array<string, null>
$lazyPropertiesNames
= array()
properties to be lazy loaded, indexed by property name
Methods
__clone()
public
__clone() : mixed
__construct()
public
__construct([Closure|null $initializer = null ][, Closure|null $cloner = null ]) : mixed
Parameters
- $initializer : Closure|null = null
- $cloner : Closure|null = null
__load()
Forces initialization of the proxy
public
__load() : mixed
__sleep()
public
__sleep() : array<string|int, mixed>
Return values
array<string|int, mixed>__wakeup()
public
__wakeup() : mixed
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(mixed $activityId) : self
Parameters
- $activityId : mixed
-
$activityId
Return values
selfsetActivityInvoice()
Set the value of activityInvoice
public
setActivityInvoice(mixed $activityInvoice) : self
Parameters
- $activityInvoice : mixed
Return values
selfsetAwaitingDelete()
Set $awaitingDelete
public
setAwaitingDelete(mixed $awaitingDelete) : self
Parameters
- $awaitingDelete : mixed
-
$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(mixed $currency) : self
Parameters
- $currency : mixed
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(mixed $fromCountry) : self
Parameters
- $fromCountry : mixed
-
$fromCountry
Return values
selfsetId()
Set $id
public
setId(mixed $id) : self
Parameters
- $id : mixed
-
$id
Return values
selfsetInvoiceNumberId()
Set the value of invoiceNumberId
public
setInvoiceNumberId(mixed $invoiceNumberId) : self
Parameters
- $invoiceNumberId : mixed
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(mixed $position) : self
Parameters
- $position : mixed
-
$position
Return values
selfsetPrice()
Set $price
public
setPrice(mixed $price) : self
Parameters
- $price : mixed
-
$price
Return values
selfsetProductId()
Set $productId
public
setProductId(mixed $productId) : self
Parameters
- $productId : mixed
-
$productId
Return values
selfsetQuantity()
Set $quantity
public
setQuantity(mixed $quantity) : self
Parameters
- $quantity : mixed
-
$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(mixed $statusCode) : self
Parameters
- $statusCode : mixed
-
$statusCode
Return values
selfsetStatusCorrection()
public
setStatusCorrection(MovementStatusCorrection|null $statusCorrection) : void
Parameters
- $statusCorrection : MovementStatusCorrection|null
setToCountry()
Set $toCountry
public
setToCountry(mixed $toCountry) : self
Parameters
- $toCountry : mixed
-
$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(mixed $valueEur) : self
Parameters
- $valueEur : mixed
Return values
selfsetVatCountry()
Set $vatCountry
public
setVatCountry(mixed $vatCountry) : self
Parameters
- $vatCountry : mixed
-
$vatCountry
Return values
selfsetVatRate()
Set $vatRate
public
setVatRate(mixed $vatRate) : self
Parameters
- $vatRate : mixed
-
$vatRate