ActivityInvoice
extends ActivityInvoice
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
- getClient() : Client
- Get the value of client
- getClientId() : int
- getCurrency() : Currency|null
- Get the value of currency
- getEventDate() : DateTime
- Get the value of eventDate
- getFromCountry() : Country|null
- Get the value of fromCountry
- getHasMissingProduct() : bool
- Get the value of hasMissingProduct
- getHasStatusCodeNull() : bool
- Get the value of hasStatusCodeNull
- getId() : int
- Get the value of id
- getIsCreditNote() : bool
- Get the value of isCreditNote
- getIsInvoice() : bool
- Get the value of isInvoice
- getMaxStatusCode() : int|null
- Get the value of maxStatusCode
- getMinStatusCode() : int|null
- Get the value of minStatusCode
- getModule() : Module
- Get the value of module
- getMovementClass() : MovementClass
- Get the value of movementClass
- getMovementClassId() : int
- Get the value of movementClassId
- getMovementPerspective() : MovementPerspective
- Get the value of movementPerspective
- getMovementType() : MovementType
- Get the value of movementType
- getMovementTypeId() : int
- Get the value of movementTypeId
- getSourceType() : SourceType
- Get $sourceType
- getSourceTypeId() : int
- Get $sourceTypeId
- getToCountry() : Country|null
- Get the value of toCountry
- getTransId() : string
- Get $transid
- getValue() : float|null
- Get the value of value
- getValueEur() : float|null
- Get the value of valueEur
- getVatCountry() : Country|null
- Get the value of vatCountry
- setClient() : self
- Set the value of client
- setCurrency() : self
- Set the value of currency
- setEventDate() : self
- Set the value of eventDate
- setFromCountry() : self
- Set the value of fromCountry
- setHasMissingProduct() : self
- Set the value of hasMissingProduct
- setHasStatusCodeNull() : self
- Set the value of hasStatusCodeNull
- setIsCreditNote() : self
- Set the value of isCreditNote
- setIsInvoice() : self
- Set the value of isInvoice
- setMaxStatusCode() : self
- Set the value of maxStatusCode
- setMinStatusCode() : self
- Set the value of minStatusCode
- setModule() : self
- Set the value of module
- setMovementClass() : self
- Set the value of movementClass
- setMovementPerspective() : self
- Set the value of movementPerspective
- setMovementType() : self
- Set the value of movementType
- setSourceType() : self
- Set $sourceType
- setToCountry() : self
- Set the value of toCountry
- setTransId() : self
- Set $transid
- setValue() : self
- Set the value of value
- setValueEur() : self
- Set the value of valueEur
- setVatCountry() : self
- Set the value of vatCountry
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
getClient()
Get the value of client
public
getClient() : Client
Return values
ClientgetClientId()
public
getClientId() : int
Return values
intgetCurrency()
Get the value of currency
public
getCurrency() : Currency|null
Return values
Currency|nullgetEventDate()
Get the value of eventDate
public
getEventDate() : DateTime
Return values
DateTimegetFromCountry()
Get the value of fromCountry
public
getFromCountry() : Country|null
Return values
Country|nullgetHasMissingProduct()
Get the value of hasMissingProduct
public
getHasMissingProduct() : bool
Return values
boolgetHasStatusCodeNull()
Get the value of hasStatusCodeNull
public
getHasStatusCodeNull() : bool
Return values
boolgetId()
Get the value of id
public
getId() : int
Return values
intgetIsCreditNote()
Get the value of isCreditNote
public
getIsCreditNote() : bool
Return values
boolgetIsInvoice()
Get the value of isInvoice
public
getIsInvoice() : bool
Return values
boolgetMaxStatusCode()
Get the value of maxStatusCode
public
getMaxStatusCode() : int|null
Return values
int|nullgetMinStatusCode()
Get the value of minStatusCode
public
getMinStatusCode() : int|null
Return values
int|nullgetModule()
Get the value of module
public
getModule() : Module
Return values
ModulegetMovementClass()
Get the value of movementClass
public
getMovementClass() : MovementClass
Return values
MovementClassgetMovementClassId()
Get the value of movementClassId
public
getMovementClassId() : int
Return values
intgetMovementPerspective()
Get the value of movementPerspective
public
getMovementPerspective() : MovementPerspective
Return values
MovementPerspectivegetMovementType()
Get the value of movementType
public
getMovementType() : MovementType
Return values
MovementTypegetMovementTypeId()
Get the value of movementTypeId
public
getMovementTypeId() : int
Return values
intgetSourceType()
Get $sourceType
public
getSourceType() : SourceType
Return values
SourceTypegetSourceTypeId()
Get $sourceTypeId
public
getSourceTypeId() : int
Return values
intgetToCountry()
Get the value of toCountry
public
getToCountry() : Country|null
Return values
Country|nullgetTransId()
Get $transid
public
getTransId() : string
Return values
stringgetValue()
Get the value of value
public
getValue() : float|null
Return values
float|nullgetValueEur()
Get the value of valueEur
public
getValueEur() : float|null
Return values
float|nullgetVatCountry()
Get the value of vatCountry
public
getVatCountry() : Country|null
Return values
Country|nullsetClient()
Set the value of client
public
setClient(Client $client) : self
Parameters
- $client : Client
Return values
selfsetCurrency()
Set the value of currency
public
setCurrency(mixed $currency) : self
Parameters
- $currency : mixed
Return values
selfsetEventDate()
Set the value of eventDate
public
setEventDate(DateTime $eventDate) : self
Parameters
- $eventDate : DateTime
Return values
selfsetFromCountry()
Set the value of fromCountry
public
setFromCountry(mixed $fromCountry) : self
Parameters
- $fromCountry : mixed
Return values
selfsetHasMissingProduct()
Set the value of hasMissingProduct
public
setHasMissingProduct(bool $hasMissingProduct) : self
Parameters
- $hasMissingProduct : bool
Return values
selfsetHasStatusCodeNull()
Set the value of hasStatusCodeNull
public
setHasStatusCodeNull(bool $hasStatusCodeNull) : self
Parameters
- $hasStatusCodeNull : bool
Return values
selfsetIsCreditNote()
Set the value of isCreditNote
public
setIsCreditNote(bool $isCreditNote) : self
Parameters
- $isCreditNote : bool
Return values
selfsetIsInvoice()
Set the value of isInvoice
public
setIsInvoice(bool $isInvoice) : self
Parameters
- $isInvoice : bool
Return values
selfsetMaxStatusCode()
Set the value of maxStatusCode
public
setMaxStatusCode(mixed $maxStatusCode) : self
Parameters
- $maxStatusCode : mixed
Return values
selfsetMinStatusCode()
Set the value of minStatusCode
public
setMinStatusCode(mixed $minStatusCode) : self
Parameters
- $minStatusCode : mixed
Return values
selfsetModule()
Set the value of module
public
setModule(Module $module) : self
Parameters
- $module : Module
Return values
selfsetMovementClass()
Set the value of movementClass
public
setMovementClass(MovementClass $movementClass) : self
Parameters
- $movementClass : MovementClass
Return values
selfsetMovementPerspective()
Set the value of movementPerspective
public
setMovementPerspective(mixed $movementPerspective) : self
Parameters
- $movementPerspective : mixed
Return values
selfsetMovementType()
Set the value of movementType
public
setMovementType(MovementType $movementType) : self
Parameters
- $movementType : MovementType
Return values
selfsetSourceType()
Set $sourceType
public
setSourceType(SourceType $sourceType) : self
Parameters
- $sourceType : SourceType
-
$sourceType
Return values
selfsetToCountry()
Set the value of toCountry
public
setToCountry(mixed $toCountry) : self
Parameters
- $toCountry : mixed
Return values
selfsetTransId()
Set $transid
public
setTransId(string $transId) : self
Parameters
- $transId : string
-
$transid
Return values
selfsetValue()
Set the value of value
public
setValue(mixed $value) : self
Parameters
- $value : mixed
Return values
selfsetValueEur()
Set the value of valueEur
public
setValueEur(mixed $valueEur) : self
Parameters
- $valueEur : mixed
Return values
selfsetVatCountry()
Set the value of vatCountry
public
setVatCountry(mixed $vatCountry) : self
Parameters
- $vatCountry : mixed