Documentation

MovementProduct
in package

Class MovementProduct

Tags
ORM\Entity

(repositoryClass="Vatjar\Data\Repository\MovementProductRepository")

ORM\Table

(name="movement_product")

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
ORM\Column

(type="integer", name="activity_id", nullable=true)

$activityInvoice

private ActivityInvoice|null $activityInvoice
Tags
ORM\ManyToOne

(targetEntity="ActivityInvoice")

ORM\JoinColumn

(name="activity_invoice_id", referencedColumnName="id")

$awaitingDelete

private bool|null $awaitingDelete
Tags
ORM\Column

(type="boolean", name="awaiting_delete")

$changeTime

private DateTime $changeTime
Tags
ORM\Column

(type="datetime", name="change_time")

$channel

private Channel $channel
Tags
ORM\ManyToOne

(targetEntity="Channel")

ORM\JoinColumn

(name="channel_id", referencedColumnName="id")

$client

private Client $client
Tags
ORM\ManyToOne

(targetEntity="Client")

ORM\JoinColumn

(name="user_id", referencedColumnName="id")

$currency

private Currency|null $currency
Tags
MaxDepth

(1)

ORM\ManyToOne

(targetEntity="Currency")

ORM\JoinColumn

(name="currency_id", referencedColumnName="id")

$digitalService

private bool $digitalService = false
Tags
ORM\Column

(type="boolean", name="digital_service", options={"default": false})

$eventDate

private DateTime $eventDate
Tags
ORM\Column

(type="date", name="event_date")

$eventTime

private DateTime $eventTime
Tags
ORM\Column

(type="time", name="event_time")

$fromCountry

private Country|null $fromCountry
Tags
MaxDepth

(1)

ORM\ManyToOne

(targetEntity="Country")

ORM\JoinColumn

(name="from_country_id", referencedColumnName="id")

$id

private int|null $id
Tags
ORM\Id

()

ORM\GeneratedValue

()

ORM\Column

(type="bigint")

$invoiceNumberId

private int|null $invoiceNumberId
Tags
ORM\Column

(type="integer", name="invoice_number_id")

$module

private Module $module
Tags
ORM\ManyToOne

(targetEntity="Module")

ORM\JoinColumn

(name="module_id", referencedColumnName="id")

$movementPerspectiveId

private int $movementPerspectiveId
Tags
ORM\Column

(type="integer", name="movement_perspective_id")

$movementTypeId

private int $movementTypeId
Tags
ORM\Column

(type="integer", name="movement_type_id")

$position

private int|null $position
Tags
ORM\Column

(type="integer", name="position")

$price

private float|null $price
Tags
ORM\Column

(type="float", name="price", nullable=true)

$productId

private int|null $productId
Tags
ORM\Column

(type="integer", name="product_id", nullable=true)

$quantity

private int|null $quantity
Tags
ORM\Column

(type="integer", name="quantity")

$sourceId

private int $sourceId
Tags
ORM\Column

(type="integer", name="source_id")

$sourceType

private SourceType $sourceType
Tags
ORM\ManyToOne

(targetEntity="SourceType")

ORM\JoinColumn

(name="source_type", referencedColumnName="type")

$statusCode

private int|null $statusCode
Tags
ORM\Column

(type="integer", name="status_code", nullable=true)

$statusCorrection

private MovementStatusCorrection|null $statusCorrection
Tags
ORM\ManyToOne

(targetEntity="MovementStatusCorrection")

ORM\JoinColumn

(name="status_correction", referencedColumnName="id", nullable=true)

$toCountry

private Country|null $toCountry
Tags
MaxDepth

(1)

ORM\ManyToOne

(targetEntity="Country")

ORM\JoinColumn

(name="to_country_id", referencedColumnName="id")

$transId

private string $transId
Tags
ORM\Column

(type="string", name="transid")

$userModule

private UserModule $userModule
Tags
ORM\ManyToOne

(targetEntity="UserModule", inversedBy="movementCredits")

ORM\JoinColumn

(name="user_module_id", referencedColumnName="id")

$valueEur

private float|null $valueEur
Tags
ORM\Column

(type="float", name="value_eur", nullable=true)

$vatCountry

private Country|null $vatCountry
Tags
MaxDepth

(1)

ORM\ManyToOne

(targetEntity="Country")

ORM\JoinColumn

(name="vat_country_id", referencedColumnName="id")

$vatRate

private float|null $vatRate
Tags
ORM\Column

(type="float", name="vatrate", nullable=true)

Methods

getActivityId()

Get $activityId

public getActivityId() : int|null
Return values
int|null

getActivityInvoiceId()

public getActivityInvoiceId() : int|null
Return values
int|null

getAwaitingDelete()

Get $awaitingDelete

public getAwaitingDelete() : bool|null
Return values
bool|null

getChangeTime()

Get $changeTime

public getChangeTime() : DateTime
Return values
DateTime

getCurrencyId()

public getCurrencyId() : int|null
Return values
int|null

getEventDate()

Get $eventDate

public getEventDate() : DateTime
Return values
DateTime

getEventTime()

Get $eventTime

public getEventTime() : DateTime
Return values
DateTime

getFromCountryId()

public getFromCountryId() : int|null
Return values
int|null

getInvoiceNumberId()

Get the value of invoiceNumberId

public getInvoiceNumberId() : int|null
Return values
int|null

getMovementPerspectiveId()

Get $movementPerspectiveId

public getMovementPerspectiveId() : int
Return values
int

getMovementTypeId()

Get the value of movementTypeId

public getMovementTypeId() : int
Return values
int

getPosition()

Get $position

public getPosition() : int|null
Return values
int|null

getPrice()

Get $price

public getPrice() : float|null
Return values
float|null

getProductId()

Get $productId

public getProductId() : int|null
Return values
int|null

getQuantity()

Get $quantity

public getQuantity() : int|null
Return values
int|null

getSourceId()

Get the value of sourceId

public getSourceId() : int
Return values
int

getStatusCode()

Get $statusCode

public getStatusCode() : int|null
Return values
int|null

getToCountryId()

public getToCountryId() : int|null
Return values
int|null

getTransId()

Get the value of transId

public getTransId() : string
Return values
string

getValueEur()

Get the value of valueEur

public getValueEur() : float|null
Return values
float|null

getVatCountryId()

public getVatCountryId() : int|null
Return values
int|null

getVatRate()

Get $vatRate

public getVatRate() : float|null
Return values
float|null

isDigitalService()

public isDigitalService() : bool
Return values
bool

setActivityId()

Set $activityId

public setActivityId(int|null $activityId) : self
Parameters
$activityId : int|null

$activityId

Return values
self

setAwaitingDelete()

Set $awaitingDelete

public setAwaitingDelete(bool|null $awaitingDelete) : self
Parameters
$awaitingDelete : bool|null

$awaitingDelete

Return values
self

setChangeTime()

Set $changeTime

public setChangeTime(DateTime $changeTime) : self
Parameters
$changeTime : DateTime

$changeTime

Return values
self

setClient()

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
self

setDigitalService()

public setDigitalService(bool $digitalService) : void
Parameters
$digitalService : bool

setEventDate()

Set $eventDate

public setEventDate(DateTime $eventDate) : self
Parameters
$eventDate : DateTime

$eventDate

Return values
self

setEventTime()

Set $eventTime

public setEventTime(DateTime $eventTime) : self
Parameters
$eventTime : DateTime

$eventTime

Return values
self

setFromCountry()

Set $fromCountry

public setFromCountry(Country|null $fromCountry) : self
Parameters
$fromCountry : Country|null

$fromCountry

Return values
self

setId()

Set $id

public setId(int|null $id) : self
Parameters
$id : int|null

$id

Return values
self

setInvoiceNumberId()

Set the value of invoiceNumberId

public setInvoiceNumberId(int|null $invoiceNumberId) : self
Parameters
$invoiceNumberId : int|null
Return values
self

setMovementPerspectiveId()

Set $movementPerspectiveId

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

$movementPerspectiveId

Return values
self

setMovementTypeId()

Set the value of movementTypeId

public setMovementTypeId(int $movementTypeId) : self
Parameters
$movementTypeId : int
Return values
self

setPosition()

Set $position

public setPosition(int|null $position) : self
Parameters
$position : int|null

$position

Return values
self

setPrice()

Set $price

public setPrice(float|null $price) : self
Parameters
$price : float|null

$price

Return values
self

setProductId()

Set $productId

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

$productId

Return values
self

setQuantity()

Set $quantity

public setQuantity(int|null $quantity) : self
Parameters
$quantity : int|null

$quantity

Return values
self

setSourceId()

Set the value of sourceId

public setSourceId(int $sourceId) : self
Parameters
$sourceId : int
Return values
self

setStatusCode()

Set $statusCode

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

$statusCode

Return values
self

setToCountry()

Set $toCountry

public setToCountry(Country|null $toCountry) : self
Parameters
$toCountry : Country|null

$toCountry

Return values
self

setTransId()

Set the value of transId

public setTransId(string $transId) : self
Parameters
$transId : string
Return values
self

setValueEur()

Set the value of valueEur

public setValueEur(float|null $valueEur) : self
Parameters
$valueEur : float|null
Return values
self

setVatCountry()

Set $vatCountry

public setVatCountry(Country|null $vatCountry) : self
Parameters
$vatCountry : Country|null

$vatCountry

Return values
self

setVatRate()

Set $vatRate

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

$vatRate

Return values
self

        
On this page

Search results