AbstractApAccountLabel
class AbstractApAccountLabel extends AbstractFunction
Methods
__construct(string $controlId = null)
Initializes the class with the given parameters.
from AbstractFunction
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)
Get active
Details
in AbstractFunction at line line 35
getControlId()
Get control ID
in AbstractFunction at line line 46
setControlId($controlId = null)
Set control ID
in AbstractFunction at line line 67
__construct(string $controlId = null)
Initializes the class with the given parameters.
in AbstractFunction at line line 72
abstract
writeXml(XMLWriter $xml)
Write the XML
at line line 45
string
getAccountLabel()
Get account label
at line line 55
setAccountLabel(string $accountLabel)
Set account label
at line line 65
string
getDescription()
Get description
at line line 75
setDescription(string $description)
Set description
at line line 85
string
getGlAccountNo()
Get GL account number
at line line 95
setGlAccountNo(string $glAccountNo)
Set GL account number
at line line 105
string
getOffsetGlAccountNo()
Get offset GL account number
at line line 115
setOffsetGlAccountNo(string $offsetGlAccountNo)
Set offset GL account number
at line line 125
boolean
isActive()
Get active
at line line 135
setActive(boolean $active)
Get active