Documentation

DatevSetting
in package
implements JsonSerializable

Tags
ORM\Table

(name="datev_setting")

ORM\Entity

(repositoryClass="Vatjar\Data\Repository\DatevSettingsRepository") Class DatevSetting

Table of Contents

Interfaces

JsonSerializable

Properties

$country  : Country|null
$datevAccountSkr03  : int|null
$datevAccountSkr04  : int|null
$datevBasedAccountSkr03  : int|null
$datevBasedAccountSkr04  : int|null
$id  : int|null
$postingKey  : int|null
$transType  : string
$vatRate  : float|null
$vatType  : string|null

Methods

getCountry()  : Country|null
getDatevAccountSkr03()  : int|null
getDatevAccountSkr04()  : int|null
getDatevBasedAccountSkr03()  : int|null
getDatevBasedAccountSkr04()  : int|null
getId()  : int|null
getPostingKey()  : int|null
getTransType()  : string
getVatRate()  : float|null
getVatType()  : string|null
jsonSerialize()  : mixed
setCountry()  : void
setDatevAccountSkr03()  : void
setDatevAccountSkr04()  : void
setDatevBasedAccountSkr03()  : void
setDatevBasedAccountSkr04()  : void
setId()  : void
setPostingKey()  : void
setTransType()  : void
setVatRate()  : void
setVatType()  : void

Properties

$country

private Country|null $country
Tags
ORM\ManyToOne

(targetEntity="Country")

ORM\JoinColumn

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

$datevAccountSkr03

private int|null $datevAccountSkr03
Tags
ORM\Column

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

$datevAccountSkr04

private int|null $datevAccountSkr04
Tags
ORM\Column

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

$datevBasedAccountSkr03

private int|null $datevBasedAccountSkr03
Tags
ORM\Column

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

$datevBasedAccountSkr04

private int|null $datevBasedAccountSkr04
Tags
ORM\Column

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

$id

private int|null $id
Tags
ORM\Id

()

ORM\Column

(type="integer")

$postingKey

private int|null $postingKey
Tags
ORM\Column

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

$transType

private string $transType
Tags
ORM\Column

(name="trans_type", type="string", nullable=true)

$vatRate

private float|null $vatRate
Tags
ORM\Column

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

$vatType

private string|null $vatType
Tags
ORM\Column

(name="vat_type", type="text")

Methods

getDatevAccountSkr03()

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

getDatevAccountSkr04()

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

getDatevBasedAccountSkr03()

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

getDatevBasedAccountSkr04()

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

getId()

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

getPostingKey()

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

getTransType()

public getTransType() : string
Return values
string

getVatRate()

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

getVatType()

public getVatType() : string|null
Return values
string|null

setDatevAccountSkr03()

public setDatevAccountSkr03(int|null $datevAccountSkr03) : void
Parameters
$datevAccountSkr03 : int|null

setDatevAccountSkr04()

public setDatevAccountSkr04(int|null $datevAccountSkr04) : void
Parameters
$datevAccountSkr04 : int|null

setDatevBasedAccountSkr03()

public setDatevBasedAccountSkr03(int|null $datevBasedAccountSkr03) : void
Parameters
$datevBasedAccountSkr03 : int|null

setDatevBasedAccountSkr04()

public setDatevBasedAccountSkr04(int|null $datevBasedAccountSkr04) : void
Parameters
$datevBasedAccountSkr04 : int|null

setId()

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

setPostingKey()

public setPostingKey(int|null $postingKey) : void
Parameters
$postingKey : int|null

setTransType()

public setTransType(string $transType) : void
Parameters
$transType : string

setVatRate()

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

setVatType()

public setVatType(string|null $vatType) : void
Parameters
$vatType : string|null

        
On this page

Search results