class ArAccountLabelDelete extends AbstractArAccountLabel

Delete an existing AR account label 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

string
getAccountLabel()

Get account label

setAccountLabel(string $accountLabel)

Set account label

string
getDescription()

Get description

setDescription(string $description)

Set description

string
getGlAccountNo()

Get GL account number

setGlAccountNo(string $glAccountNo)

Set GL account number

string
getOffsetGlAccountNo()

Get offset GL account number

setOffsetGlAccountNo(string $offsetGlAccountNo)

Set offset GL account number

boolean
isActive()

Get active

setActive(boolean $active)

Set active

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 AbstractArAccountLabel at line line 45
string getAccountLabel()

Get account label

Return Value

string

in AbstractArAccountLabel at line line 55
setAccountLabel(string $accountLabel)

Set account label

Parameters

string $accountLabel

in AbstractArAccountLabel at line line 65
string getDescription()

Get description

Return Value

string

in AbstractArAccountLabel at line line 75
setDescription(string $description)

Set description

Parameters

string $description

in AbstractArAccountLabel at line line 85
string getGlAccountNo()

Get GL account number

Return Value

string

in AbstractArAccountLabel at line line 95
setGlAccountNo(string $glAccountNo)

Set GL account number

Parameters

string $glAccountNo

in AbstractArAccountLabel at line line 105
string getOffsetGlAccountNo()

Get offset GL account number

Return Value

string

in AbstractArAccountLabel at line line 115
setOffsetGlAccountNo(string $offsetGlAccountNo)

Set offset GL account number

Parameters

string $offsetGlAccountNo

in AbstractArAccountLabel at line line 125
boolean isActive()

Get active

Return Value

boolean

in AbstractArAccountLabel at line line 135
setActive(boolean $active)

Set active

Parameters

boolean $active