MovementCredit
extends MovementCredit
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
- getActivityInvoice() : ActivityInvoice|null
- Get the value of activityInvoice
- getActivityInvoiceId() : int|null
- getAwaitingDelete() : bool|null
- getBuyerVatCountry() : Country|null
- getBuyerVatCountryId() : int|null
- getBuyerVatId() : string|null
- getChangeTime() : DateTime
- getChannel() : Channel
- Get the value of channel
- getChannelId() : int
- getClient() : Client|null
- Get $client
- getClientId() : int
- getCurrency() : Currency|null
- getCurrencyId() : int|null
- getDiscount() : float|null
- getEventDate() : DateTime
- getEventTime() : DateTime
- getExportOutsideEu() : bool|null
- Get the value of exportOutsideEu
- getFromBillCountry() : Country|null
- getFromBillCountryId() : int|null
- getFromCountry() : Country|null
- getFromCountryId() : int|null
- getFromVatidValidationStatusId() : int|null
- getId() : int|null
- getInvoiceNumberId() : int|null
- getInvoiceNumberString() : mixed
- getIsCreditNote() : bool|null
- getLinkedMovementCredit() : MovementCredit|null
- getLinkedMovementCreditId() : int|null
- getModule() : Module
- Get the value of module
- getMovementPerspectiveId() : int
- Get $movementPerspectiveId
- getMovementTypeId() : int
- Get the value of movementTypeId
- getPosition() : int|null
- getPreventScenario() : bool|null
- getPrice() : float|null
- getProductId() : int|null
- getQuantity() : int|null
- getSalesChannel() : string|null
- getSellerVatCountry() : Country|null
- getSellerVatCountryId() : int|null
- getSellerVatId() : string|null
- getShipPrice() : float|null
- getSourceId() : int|null
- getSourceType() : SourceType
- Get $sourceType
- getSourceTypeId() : int
- getStatusCode() : int|null
- getStatusCorrection() : MovementStatusCorrection|null
- getToBillCountry() : Country|null
- getToBillCountryId() : int|null
- getToCountry() : Country|null
- getToCountryId() : int|null
- getToVatidValidationStatusId() : int|null
- getTransId() : string
- Get the value of transId
- getUser() : Client|null
- getUserId() : int|null
- getUserModule() : UserModule
- getValueEur() : float|null
- getVatCountry() : Country|null
- getVatCountryId() : int|null
- getVatRate() : float|null
- isDigitalService() : bool
- isInvoice() : bool|null
- jsonSerialize() : mixed
- Specify data which should be serialized to JSON
- setActivityId() : void
- setActivityInvoice() : self
- Set the value of activityInvoice
- setAwaitingDelete() : void
- setBuyerVatCountry() : void
- setBuyerVatId() : void
- setChangeTime() : void
- setChannel() : self
- Set the value of channel
- setClient() : self
- Set $client
- setCurrency() : void
- setDigitalService() : void
- setDiscount() : void
- setEventDate() : void
- setEventTime() : void
- setExportOutsideEu() : self
- Set the value of exportOutsideEu
- setFromBillCountry() : void
- setFromCountry() : void
- setFromVatidValidationStatusId() : void
- setId() : void
- setInvoiceNumberId() : void
- setInvoiceNumberString() : void
- setIsCreditNote() : void
- setIsInvoice() : void
- setLinkedMovementCredit() : void
- setLinkedMovementCreditId() : void
- setModule() : self
- Set the value of module
- setMovementPerspectiveId() : self
- Set $movementPerspectiveId
- setMovementTypeId() : self
- Set the value of movementTypeId
- setPosition() : void
- setPreventScenario() : void
- setPrice() : void
- setProductId() : void
- setQuantity() : void
- setSalesChannel() : void
- setSellerVatCountry() : void
- setSellerVatId() : void
- setShipPrice() : void
- setSourceId() : void
- setSourceType() : self
- Set $sourceType
- setStatusCode() : void
- setStatusCorrection() : void
- setToBillCountry() : void
- setToCountry() : void
- setToVatidValidationStatusId() : void
- setTransId() : self
- Set the value of transId
- setUser() : MovementCredit
- setUserModule() : void
- setValueEur() : void
- setVatCountry() : void
- setVatRate() : void
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()
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()
public
getAwaitingDelete() : bool|null
Return values
bool|nullgetBuyerVatCountry()
public
getBuyerVatCountry() : Country|null
Return values
Country|nullgetBuyerVatCountryId()
public
getBuyerVatCountryId() : int|null
Return values
int|nullgetBuyerVatId()
public
getBuyerVatId() : string|null
Return values
string|nullgetChangeTime()
public
getChangeTime() : DateTime
Return values
DateTimegetChannel()
Get the value of channel
public
getChannel() : Channel
Return values
ChannelgetChannelId()
public
getChannelId() : int
Return values
intgetClient()
Get $client
public
getClient() : Client|null
Return values
Client|nullgetClientId()
public
getClientId() : int
Return values
intgetCurrency()
public
getCurrency() : Currency|null
Return values
Currency|nullgetCurrencyId()
public
getCurrencyId() : int|null
Return values
int|nullgetDiscount()
public
getDiscount() : float|null
Return values
float|nullgetEventDate()
public
getEventDate() : DateTime
Return values
DateTimegetEventTime()
public
getEventTime() : DateTime
Return values
DateTimegetExportOutsideEu()
Get the value of exportOutsideEu
public
getExportOutsideEu() : bool|null
Return values
bool|nullgetFromBillCountry()
public
getFromBillCountry() : Country|null
Return values
Country|nullgetFromBillCountryId()
public
getFromBillCountryId() : int|null
Return values
int|nullgetFromCountry()
public
getFromCountry() : Country|null
Return values
Country|nullgetFromCountryId()
public
getFromCountryId() : int|null
Return values
int|nullgetFromVatidValidationStatusId()
public
getFromVatidValidationStatusId() : int|null
Return values
int|nullgetId()
public
getId() : int|null
Return values
int|nullgetInvoiceNumberId()
public
getInvoiceNumberId() : int|null
Return values
int|nullgetInvoiceNumberString()
public
getInvoiceNumberString() : mixed
getIsCreditNote()
public
getIsCreditNote() : bool|null
Return values
bool|nullgetLinkedMovementCredit()
public
getLinkedMovementCredit() : MovementCredit|null
Return values
MovementCredit|nullgetLinkedMovementCreditId()
public
getLinkedMovementCreditId() : int|null
Return values
int|nullgetModule()
Get the value of module
public
getModule() : Module
Return values
ModulegetMovementPerspectiveId()
Get $movementPerspectiveId
public
getMovementPerspectiveId() : int
Return values
intgetMovementTypeId()
Get the value of movementTypeId
public
getMovementTypeId() : int
Return values
intgetPosition()
public
getPosition() : int|null
Return values
int|nullgetPreventScenario()
public
getPreventScenario() : bool|null
Return values
bool|nullgetPrice()
public
getPrice() : float|null
Return values
float|nullgetProductId()
public
getProductId() : int|null
Return values
int|nullgetQuantity()
public
getQuantity() : int|null
Return values
int|nullgetSalesChannel()
public
getSalesChannel() : string|null
Return values
string|nullgetSellerVatCountry()
public
getSellerVatCountry() : Country|null
Return values
Country|nullgetSellerVatCountryId()
public
getSellerVatCountryId() : int|null
Return values
int|nullgetSellerVatId()
public
getSellerVatId() : string|null
Return values
string|nullgetShipPrice()
public
getShipPrice() : float|null
Return values
float|nullgetSourceId()
public
getSourceId() : int|null
Return values
int|nullgetSourceType()
Get $sourceType
public
getSourceType() : SourceType
Return values
SourceTypegetSourceTypeId()
public
getSourceTypeId() : int
Return values
intgetStatusCode()
public
getStatusCode() : int|null
Return values
int|nullgetStatusCorrection()
public
getStatusCorrection() : MovementStatusCorrection|null
Return values
MovementStatusCorrection|nullgetToBillCountry()
public
getToBillCountry() : Country|null
Return values
Country|nullgetToBillCountryId()
public
getToBillCountryId() : int|null
Return values
int|nullgetToCountry()
public
getToCountry() : Country|null
Return values
Country|nullgetToCountryId()
public
getToCountryId() : int|null
Return values
int|nullgetToVatidValidationStatusId()
public
getToVatidValidationStatusId() : int|null
Return values
int|nullgetTransId()
Get the value of transId
public
getTransId() : string
Return values
stringgetUser()
public
getUser() : Client|null
Return values
Client|nullgetUserId()
public
getUserId() : int|null
Return values
int|nullgetUserModule()
public
getUserModule() : UserModule
Return values
UserModulegetValueEur()
public
getValueEur() : float|null
Return values
float|nullgetVatCountry()
public
getVatCountry() : Country|null
Return values
Country|nullgetVatCountryId()
public
getVatCountryId() : int|null
Return values
int|nullgetVatRate()
public
getVatRate() : float|null
Return values
float|nullisDigitalService()
public
isDigitalService() : bool
Return values
boolisInvoice()
public
isInvoice() : bool|null
Return values
bool|nulljsonSerialize()
Specify data which should be serialized to JSON
public
jsonSerialize() : mixed
Return values
mixed —data which can be serialized by json_encode, which is a value of any type other than a resource.
setActivityId()
public
setActivityId(int|null $activityId) : void
Parameters
- $activityId : int|null
setActivityInvoice()
Set the value of activityInvoice
public
setActivityInvoice(mixed $activityInvoice) : self
Parameters
- $activityInvoice : mixed
Return values
selfsetAwaitingDelete()
public
setAwaitingDelete(bool|null $awaitingDelete) : void
Parameters
- $awaitingDelete : bool|null
setBuyerVatCountry()
public
setBuyerVatCountry(Country|null $buyerVatCountry) : void
Parameters
- $buyerVatCountry : Country|null
setBuyerVatId()
public
setBuyerVatId(string|null $buyerVatId) : void
Parameters
- $buyerVatId : string|null
setChangeTime()
public
setChangeTime(DateTime $changeTime) : void
Parameters
- $changeTime : DateTime
setChannel()
Set the value of channel
public
setChannel(Channel $channel) : self
Parameters
- $channel : Channel
Return values
selfsetClient()
Set $client
public
setClient(mixed $client) : self
Parameters
- $client : mixed
-
$client
Return values
selfsetCurrency()
public
setCurrency(Currency|null $currency) : void
Parameters
- $currency : Currency|null
setDigitalService()
public
setDigitalService(bool $digitalService) : void
Parameters
- $digitalService : bool
setDiscount()
public
setDiscount(float|null $discount) : void
Parameters
- $discount : float|null
setEventDate()
public
setEventDate(DateTime $eventDate) : void
Parameters
- $eventDate : DateTime
setEventTime()
public
setEventTime(DateTime $eventTime) : void
Parameters
- $eventTime : DateTime
setExportOutsideEu()
Set the value of exportOutsideEu
public
setExportOutsideEu(mixed $exportOutsideEu) : self
Parameters
- $exportOutsideEu : mixed
Return values
selfsetFromBillCountry()
public
setFromBillCountry(Country|null $fromBillCountry) : void
Parameters
- $fromBillCountry : Country|null
setFromCountry()
public
setFromCountry(Country|null $fromCountry) : void
Parameters
- $fromCountry : Country|null
setFromVatidValidationStatusId()
public
setFromVatidValidationStatusId(int|null $fromVatidValidationStatusId) : void
Parameters
- $fromVatidValidationStatusId : int|null
setId()
public
setId(int|null $id) : void
Parameters
- $id : int|null
setInvoiceNumberId()
public
setInvoiceNumberId(int|null $invoiceNumberId) : void
Parameters
- $invoiceNumberId : int|null
setInvoiceNumberString()
public
setInvoiceNumberString(mixed $invoiceNumberString) : void
Parameters
- $invoiceNumberString : mixed
setIsCreditNote()
public
setIsCreditNote(bool|null $creditNote) : void
Parameters
- $creditNote : bool|null
setIsInvoice()
public
setIsInvoice(bool|null $isInvoice) : void
Parameters
- $isInvoice : bool|null
setLinkedMovementCredit()
public
setLinkedMovementCredit(MovementCredit|null $linkedMovementCredit) : void
Parameters
- $linkedMovementCredit : MovementCredit|null
setLinkedMovementCreditId()
public
setLinkedMovementCreditId(int|null $linkedMovementCreditId) : void
Parameters
- $linkedMovementCreditId : int|null
setModule()
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()
public
setPosition(int|null $position) : void
Parameters
- $position : int|null
setPreventScenario()
public
setPreventScenario(int|null $preventScenario) : void
Parameters
- $preventScenario : int|null
setPrice()
public
setPrice(float|null $price) : void
Parameters
- $price : float|null
setProductId()
public
setProductId(int|null $productId) : void
Parameters
- $productId : int|null
setQuantity()
public
setQuantity(int|null $quantity) : void
Parameters
- $quantity : int|null
setSalesChannel()
public
setSalesChannel(string|null $salesChannel) : void
Parameters
- $salesChannel : string|null
setSellerVatCountry()
public
setSellerVatCountry(Country|null $sellerVatCountry) : void
Parameters
- $sellerVatCountry : Country|null
setSellerVatId()
public
setSellerVatId(string|null $sellerVatId) : void
Parameters
- $sellerVatId : string|null
setShipPrice()
public
setShipPrice(float|null $shipPrice) : void
Parameters
- $shipPrice : float|null
setSourceId()
public
setSourceId(int $sourceId) : void
Parameters
- $sourceId : int
setSourceType()
Set $sourceType
public
setSourceType(SourceType $sourceType) : self
Parameters
- $sourceType : SourceType
-
$sourceType
Return values
selfsetStatusCode()
public
setStatusCode(int|null $statusCode) : void
Parameters
- $statusCode : int|null
setStatusCorrection()
public
setStatusCorrection(MovementStatusCorrection|null $statusCorrection) : void
Parameters
- $statusCorrection : MovementStatusCorrection|null
setToBillCountry()
public
setToBillCountry(Country|null $toBillCountry) : void
Parameters
- $toBillCountry : Country|null
setToCountry()
public
setToCountry(Country|null $toCountry) : void
Parameters
- $toCountry : Country|null
setToVatidValidationStatusId()
public
setToVatidValidationStatusId(int|null $toVatidValidationStatusId) : void
Parameters
- $toVatidValidationStatusId : int|null
setTransId()
Set the value of transId
public
setTransId(string $transId) : self
Parameters
- $transId : string
Return values
selfsetUser()
public
setUser(Client|null $client) : MovementCredit
Parameters
- $client : Client|null
Return values
MovementCreditsetUserModule()
public
setUserModule(UserModule $userModule) : void
Parameters
- $userModule : UserModule
setValueEur()
public
setValueEur(float|null $valueEur) : void
Parameters
- $valueEur : float|null
setVatCountry()
public
setVatCountry(Country|null $vatCountry) : void
Parameters
- $vatCountry : Country|null
setVatRate()
public
setVatRate(float|null $vatRate) : void
Parameters
- $vatRate : float|null