AbstractDepartment
class AbstractDepartment extends AbstractFunction
Traits
Methods
__construct(string $controlId = null)
Initializes the class with the given parameters.
from AbstractFunction
string
getDepartmentId()
Get department ID
setDepartmentId(string $departmentId)
Set department ID
string
getDepartmentName()
Get department name
setDepartmentName(string $departmentName)
Set department name
string
getParentDepartmentId()
Get parent department ID
setParentDepartmentId(string $parentDepartmentId)
Set parent department ID
string
getManagerEmployeeId()
Get manager employee ID
setManagerEmployeeId(string $managerEmployeeId)
Set manager employee ID
string
getDepartmentTitle()
Get department title
setDepartmentTitle(string $departmentTitle)
Set department title
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
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
in CustomFieldsTrait at line line 33
array
getCustomFields()
Get custom fields
in CustomFieldsTrait at line line 43
setCustomFields(array $customFields)
Set custom fields
at line line 51
string
getDepartmentId()
Get department ID
at line line 61
setDepartmentId(string $departmentId)
Set department ID
at line line 71
string
getDepartmentName()
Get department name
at line line 81
setDepartmentName(string $departmentName)
Set department name
at line line 91
string
getParentDepartmentId()
Get parent department ID
at line line 101
setParentDepartmentId(string $parentDepartmentId)
Set parent department ID
at line line 111
string
getManagerEmployeeId()
Get manager employee ID
at line line 121
setManagerEmployeeId(string $managerEmployeeId)
Set manager employee ID
at line line 131
string
getDepartmentTitle()
Get department title
at line line 141
setDepartmentTitle(string $departmentTitle)
Set department title
at line line 151
boolean
isActive()
Get active
at line line 161
setActive(boolean $active)
Set active