Documentation

TaxLetterStatusNotification
in package
implements JsonSerializable

Tags
ORM\Entity

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

ORM\Table

(name="tax_letter_status_notification")

Class TaxLetterStatusNotification

Table of Contents

Interfaces

JsonSerializable

Properties

$id  : int|null
$notificationDate  : DateTime
$taxLetter  : TaxLetter

Methods

getId()  : int|null
getNotificationDate()  : DateTime
getTaxLetter()  : TaxLetter
Get the value of taxLetter
jsonSerialize()  : mixed
setId()  : void
setNotificationDate()  : void
setTaxLetter()  : self
Set the value of taxLetter

Properties

$taxLetter

private TaxLetter $taxLetter
Tags
ORM\ManyToOne

(targetEntity="TaxLetter", inversedBy="notifications", fetch="EAGER")

ORM\JoinColumn

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

Methods

setNotificationDate()

public setNotificationDate(DateTime $notificationDate) : void
Parameters
$notificationDate : DateTime

        
On this page

Search results