Release
extends SubDecision
in package
Release from board duties.
This decision references to an installation. The duties of this installation are released by this release.
Attributes
- #[Entity]
Table of Contents
Properties
- $date : DateTime
- Date of the discharge.
- $installation : Installation
- Reference to the installation of a member.
Methods
- getContentEN() : string
- Get the content in English.
- getContentNL() : string
- Get the content in Dutch.
- getDate() : DateTime
- Get the date.
- getDecision() : Decision
- Get the decision.
- getDecisionNumber() : int
- Get the decision number.
- getDecisionPoint() : int
- Get the decision point number.
- getInstallation() : Installation
- Get installation.
- getMeetingNumber() : int
- Get the meeting number.
- getMeetingType() : MeetingTypes
- Get the meeting type.
- getSequence() : int
- Get the sequence number.
- setContentEN() : void
- Set the content in English.
- setContentNL() : void
- Set the content in Dutch.
- setDate() : void
- Set the date.
- setDecision() : void
- Set the decision.
- setInstallation() : void
- Set the installation.
- setSequence() : void
- Set the sequence number.
- toGdprArray() : SubDecisionGdprArrayType
Properties
$date
Date of the discharge.
private
DateTime
$date
Attributes
- #[Column]
- $type: 'date'
$installation
Reference to the installation of a member.
private
Installation
$installation
Attributes
- #[JoinColumn]
- $name: 'r_meeting_type'
- $referencedColumnName: 'meeting_type'
- #[JoinColumn]
- $name: 'r_meeting_number'
- $referencedColumnName: 'meeting_number'
- #[JoinColumn]
- $name: 'r_decision_point'
- $referencedColumnName: 'decision_point'
- #[JoinColumn]
- $name: 'r_decision_number'
- $referencedColumnName: 'decision_number'
- #[JoinColumn]
- $name: 'r_sequence'
- $referencedColumnName: 'sequence'
- #[OneToOne]
- $targetEntity: \Decision\Model\SubDecision\Board\Installation::class
- $inversedBy: 'release'
Methods
getContentEN()
Get the content in English.
public
getContentEN() : string
Return values
stringgetContentNL()
Get the content in Dutch.
public
getContentNL() : string
Return values
stringgetDate()
Get the date.
public
getDate() : DateTime
Return values
DateTimegetDecision()
Get the decision.
public
getDecision() : Decision
Return values
DecisiongetDecisionNumber()
Get the decision number.
public
getDecisionNumber() : int
Return values
intgetDecisionPoint()
Get the decision point number.
public
getDecisionPoint() : int
Return values
intgetInstallation()
Get installation.
public
getInstallation() : Installation
Return values
InstallationgetMeetingNumber()
Get the meeting number.
public
getMeetingNumber() : int
Return values
intgetMeetingType()
Get the meeting type.
public
getMeetingType() : MeetingTypes
Return values
MeetingTypesgetSequence()
Get the sequence number.
public
getSequence() : int
Return values
intsetContentEN()
Set the content in English.
public
setContentEN(string $content) : void
Parameters
- $content : string
setContentNL()
Set the content in Dutch.
public
setContentNL(string $content) : void
Parameters
- $content : string
setDate()
Set the date.
public
setDate(DateTime $date) : void
Parameters
- $date : DateTime
setDecision()
Set the decision.
public
setDecision(Decision $decision) : void
Parameters
- $decision : Decision
setInstallation()
Set the installation.
public
setInstallation(Installation $installation) : void
Parameters
- $installation : Installation
setSequence()
Set the sequence number.
public
setSequence(int $sequence) : void
Parameters
- $sequence : int
toGdprArray()
public
toGdprArray() : SubDecisionGdprArrayType