AbstractLocation
class AbstractLocation extends AbstractFunction
Traits
Methods
Initializes the class with the given parameters.
Get location ID
Set location ID
Get location name
Set location name
Get parent location ID
Set parent location ID
Get manager employee ID
Set manager employee ID
Get location contact name
Set location contact name
Get ship to contact name
Set ship to contact name
Get start date
Get end date
Get location title
Set location title
Get 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 64
string
getLocationId()
Get location ID
at line line 74
setLocationId(string $locationId)
Set location ID
at line line 84
string
getLocationName()
Get location name
at line line 94
setLocationName(string $locationName)
Set location name
at line line 104
string
getParentLocationId()
Get parent location ID
at line line 114
setParentLocationId(string $parentLocationId)
Set parent location ID
at line line 124
string
getManagerEmployeeId()
Get manager employee ID
at line line 134
setManagerEmployeeId(string $managerEmployeeId)
Set manager employee ID
at line line 144
string
getLocationContactName()
Get location contact name
at line line 154
setLocationContactName(string $locationContactName)
Set location contact name
at line line 164
string
getShipToContactName()
Get ship to contact name
at line line 174
setShipToContactName(string $shipToContactName)
Set ship to contact name
at line line 184
DateType
getStartDate()
Get start date
at line line 194
setStartDate(DateType $startDate)
Set start date
at line line 204
DateType
getEndDate()
Get end date
at line line 214
setEndDate(DateType $endDate)
Set end date
at line line 224
string
getLocationTitle()
Get location title
at line line 234
setLocationTitle(string $locationTitle)
Set location title
at line line 244
boolean
isActive()
Get active
at line line 254
setActive(boolean $active)
Set active