AbstractWarehouse
class AbstractWarehouse extends AbstractFunction
Traits
Methods
__construct(string $controlId = null)
Initializes the class with the given parameters.
from AbstractFunction
string
getWarehouseId()
No description
setWarehouseId(string $warehouseId)
No description
string
getWarehouseName()
No description
setWarehouseName(string $warehouseName)
No description
string
getLocationId()
No description
setLocationId(string $locationId)
No description
string
getManagerEmployeeId()
No description
setManagerEmployeeId(string $managerEmployeeId)
No description
string
getParentWarehouseId()
No description
setParentWarehouseId(string $parentWarehouseId)
No description
string
getWarehouseContactName()
No description
setWarehouseContactName(string $warehouseContactName)
No description
string
getShipToContactName()
No description
setShipToContactName(string $shipToContactName)
No description
boolean
isUsedInGeneralLedger()
No description
setUsedInGeneralLedger(boolean $usedInGeneralLedger)
No description
boolean
isActive()
No description
setActive(boolean $active)
No description
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