ItemAccountingTypeSingleEntryType
extends ItemType
in package
Class representing ItemAccountingTypeSingleEntryType.
XSD Type: itemAccountingTypeSingleEntry
Table of Contents
- $accounting : string|null
- $accountingType : string|null
- $agenda : string|null
- $code : string|null
- $id : int|null
- getAccounting() : string
- Gets as accounting.
- getAccountingType() : string
- Gets as accountingType.
- getAgenda() : string
- Gets as agenda.
- getCode() : string
- Gets as code.
- getId() : int
- Gets as id.
- setAccounting() : self
- Sets a new accounting.
- setAccountingType() : self
- Sets a new accountingType.
- setAgenda() : self
- Sets a new agenda.
- setCode() : self
- Sets a new code.
- setId() : self
- Sets a new id.
Properties
$accounting
private
string|null
$accounting
= null
$accountingType
private
string|null
$accountingType
= null
$agenda
private
string|null
$agenda
= null
$code
private
string|null
$code
= null
$id
private
int|null
$id
= null
Methods
getAccounting()
Gets as accounting.
public
getAccounting() : string
Return values
string —getAccountingType()
Gets as accountingType.
public
getAccountingType() : string
Return values
string —getAgenda()
Gets as agenda.
public
getAgenda() : string
Return values
string —getCode()
Gets as code.
public
getCode() : string
Return values
string —getId()
Gets as id.
public
getId() : int
Return values
int —setAccounting()
Sets a new accounting.
public
setAccounting(string $accounting) : self
Parameters
- $accounting : string
Return values
self —setAccountingType()
Sets a new accountingType.
public
setAccountingType(string $accountingType) : self
Parameters
- $accountingType : string
Return values
self —setAgenda()
Sets a new agenda.
public
setAgenda(string $agenda) : self
Parameters
- $agenda : string
Return values
self —setCode()
Sets a new code.
public
setCode(string $code) : self
Parameters
- $code : string
Return values
self —setId()
Sets a new id.
public
setId(int $id) : self
Parameters
- $id : int