class ArAdjustmentSummaryCreate extends AbstractArAdjustmentSummary

Create a new accounts receivable adjustment summary record

Methods

getControlId()

Get control ID

setControlId($controlId = null)

Set control ID

__construct(string $controlId = null)

Initializes the class with the given parameters.

writeXml(XMLWriter $xml)

Write the function block XML

int|string
getRecordNo()

Get record number

setRecordNo(int|string $recordNo)

Set record number

string
getTitle()

Get title

setTitle(string $title)

Set title

setGlPostingDate(DateType $glPostingDate)

Set GL posting date

Details

in AbstractFunction at line line 35
getControlId()

Get control ID

in AbstractFunction at line line 46
setControlId($controlId = null)

Set control ID

Parameters

$controlId

Exceptions

InvalidArgumentException

in AbstractFunction at line line 67
__construct(string $controlId = null)

Initializes the class with the given parameters.

Parameters

string $controlId Control ID, default=random UUID

at line line 35
writeXml(XMLWriter $xml)

Write the function block XML

Parameters

XMLWriter $xml

in AbstractArAdjustmentSummary at line line 42
int|string getRecordNo()

Get record number

Return Value

int|string

in AbstractArAdjustmentSummary at line line 52
setRecordNo(int|string $recordNo)

Set record number

Parameters

int|string $recordNo

in AbstractArAdjustmentSummary at line line 62
string getTitle()

Get title

Return Value

string

in AbstractArAdjustmentSummary at line line 72
setTitle(string $title)

Set title

Parameters

string $title

in AbstractArAdjustmentSummary at line line 82
DateType getGlPostingDate()

Get GL posting date

Return Value

DateType

in AbstractArAdjustmentSummary at line line 92
setGlPostingDate(DateType $glPostingDate)

Set GL posting date

Parameters

DateType $glPostingDate