Documentation

ActivityInvoice
in package

Class ActivityInvoice

Tags
ORM\Entity

()

ORM\Table

(name="activity_invoice")

Table of Contents

Properties

$client  : Client
$currency  : Currency|null
$eventDate  : DateTime
$fromCountry  : Country|null
$hasMissingProduct  : bool
$hasStatusCodeNull  : bool
$id  : int
$isCreditNote  : bool
$isInvoice  : bool
$maxStatusCode  : int|null
$minStatusCode  : int|null
$module  : Module
$movementClass  : MovementClass
$movementPerspective  : MovementPerspective|null
$movementType  : MovementType
$sourceType  : SourceType
$toCountry  : Country|null
$transId  : string
$value  : float|null
$valueEur  : float|null
$vatCountry  : Country|null

Methods

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

$client

private Client $client
Tags
ORM\ManyToOne

(targetEntity="Client")

ORM\JoinColumn

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

$currency

private Currency|null $currency
Tags
ORM\ManyToOne

(targetEntity="Currency")

ORM\JoinColumn

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

$eventDate

private DateTime $eventDate
Tags
ORM\Column

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

$fromCountry

private Country|null $fromCountry
Tags
ORM\ManyToOne

(targetEntity="Country")

ORM\JoinColumn

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

$hasMissingProduct

private bool $hasMissingProduct
Tags
ORM\Column

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

$hasStatusCodeNull

private bool $hasStatusCodeNull
Tags
ORM\Column

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

$id

private int $id
Tags
ORM\Id

()

ORM\GeneratedValue

()

ORM\Column

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

$isCreditNote

private bool $isCreditNote
Tags
ORM\Column

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

$isInvoice

private bool $isInvoice
Tags
ORM\Column

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

$maxStatusCode

private int|null $maxStatusCode
Tags
ORM\Column

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

$minStatusCode

private int|null $minStatusCode
Tags
ORM\Column

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

$module

private Module $module
Tags
ORM\ManyToOne

(targetEntity="Module")

ORM\JoinColumn

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

$movementClass

private MovementClass $movementClass
Tags
ORM\ManyToOne

(targetEntity="MovementClass")

ORM\JoinColumn

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

$movementPerspective

private MovementPerspective|null $movementPerspective
Tags
ORM\ManyToOne

(targetEntity="MovementPerspective")

ORM\JoinColumn

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

$movementType

private MovementType $movementType
Tags
ORM\ManyToOne

(targetEntity="MovementType")

ORM\JoinColumn

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

$sourceType

private SourceType $sourceType
Tags
ORM\ManyToOne

(targetEntity="SourceType")

ORM\JoinColumn

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

$toCountry

private Country|null $toCountry
Tags
ORM\ManyToOne

(targetEntity="Country")

ORM\JoinColumn

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

$transId

private string $transId
Tags
ORM\Column

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

$value

private float|null $value
Tags
ORM\Column

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

$valueEur

private float|null $valueEur
Tags
ORM\Column

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

$vatCountry

private Country|null $vatCountry
Tags
ORM\ManyToOne

(targetEntity="Country")

ORM\JoinColumn

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

Methods

getEventDate()

Get the value of eventDate

public getEventDate() : DateTime
Return values
DateTime

getHasMissingProduct()

Get the value of hasMissingProduct

public getHasMissingProduct() : bool
Return values
bool

getHasStatusCodeNull()

Get the value of hasStatusCodeNull

public getHasStatusCodeNull() : bool
Return values
bool

getIsCreditNote()

Get the value of isCreditNote

public getIsCreditNote() : bool
Return values
bool

getIsInvoice()

Get the value of isInvoice

public getIsInvoice() : bool
Return values
bool

getMaxStatusCode()

Get the value of maxStatusCode

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

getMinStatusCode()

Get the value of minStatusCode

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

getMovementClassId()

Get the value of movementClassId

public getMovementClassId() : int
Return values
int

getMovementTypeId()

Get the value of movementTypeId

public getMovementTypeId() : int
Return values
int

getSourceTypeId()

Get $sourceTypeId

public getSourceTypeId() : int
Return values
int

getTransId()

Get $transid

public getTransId() : string
Return values
string

getValue()

Get the value of value

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

getValueEur()

Get the value of valueEur

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

setCurrency()

Set the value of currency

public setCurrency(Currency|null $currency) : self
Parameters
$currency : Currency|null
Return values
self

setEventDate()

Set the value of eventDate

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

setFromCountry()

Set the value of fromCountry

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

setHasMissingProduct()

Set the value of hasMissingProduct

public setHasMissingProduct(bool $hasMissingProduct) : self
Parameters
$hasMissingProduct : bool
Return values
self

setHasStatusCodeNull()

Set the value of hasStatusCodeNull

public setHasStatusCodeNull(bool $hasStatusCodeNull) : self
Parameters
$hasStatusCodeNull : bool
Return values
self

setIsCreditNote()

Set the value of isCreditNote

public setIsCreditNote(bool $isCreditNote) : self
Parameters
$isCreditNote : bool
Return values
self

setIsInvoice()

Set the value of isInvoice

public setIsInvoice(bool $isInvoice) : self
Parameters
$isInvoice : bool
Return values
self

setMaxStatusCode()

Set the value of maxStatusCode

public setMaxStatusCode(int|null $maxStatusCode) : self
Parameters
$maxStatusCode : int|null
Return values
self

setMinStatusCode()

Set the value of minStatusCode

public setMinStatusCode(int|null $minStatusCode) : self
Parameters
$minStatusCode : int|null
Return values
self

setToCountry()

Set the value of toCountry

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

setTransId()

Set $transid

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

$transid

Return values
self

setValue()

Set the value of value

public setValue(float|null $value) : self
Parameters
$value : float|null
Return values
self

setValueEur()

Set the value of valueEur

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

setVatCountry()

Set the value of vatCountry

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

        
On this page

Search results