Sage Intacct SDK for PHP
AbstractWarehouse Class Reference
Inheritance diagram for AbstractWarehouse:
AbstractFunction FunctionInterface WarehouseCreate WarehouseDelete WarehouseUpdate

Public Member Functions

 getWarehouseId ()
 
 setWarehouseId ($warehouseId)
 
 getWarehouseName ()
 
 setWarehouseName ($warehouseName)
 
 getLocationId ()
 
 setLocationId ($locationId)
 
 getManagerEmployeeId ()
 
 setManagerEmployeeId ($managerEmployeeId)
 
 getParentWarehouseId ()
 
 setParentWarehouseId ($parentWarehouseId)
 
 getWarehouseContactName ()
 
 setWarehouseContactName ($warehouseContactName)
 
 getShipToContactName ()
 
 setShipToContactName ($shipToContactName)
 
 isUsedInGeneralLedger ()
 
 setUsedInGeneralLedger ($usedInGeneralLedger)
 
 isActive ()
 
 setActive ($active)
 
- Public Member Functions inherited from AbstractFunction
 getControlId ()
 
 setControlId (string $controlId='')
 
 __construct (string $controlId='')
 
 writeXml (XMLWriter &$xml)
 
 getControlId ()
 
 setControlId (string $controlId)
 
 writeXml (XMLWriter &$xml)
 

Protected Attributes

 $warehouseId
 
 $warehouseName
 
 $locationId
 
 $managerEmployeeId
 
 $parentWarehouseId
 
 $warehouseContactName
 
 $shipToContactName
 
 $usedInGeneralLedger
 
 $active
 
- Protected Attributes inherited from AbstractFunction
 $controlId = ''
 

Member Function Documentation

◆ getLocationId()

getLocationId ( )
Returns
string

◆ getManagerEmployeeId()

getManagerEmployeeId ( )
Returns
string

◆ getParentWarehouseId()

getParentWarehouseId ( )
Returns
string

◆ getShipToContactName()

getShipToContactName ( )
Returns
string

◆ getWarehouseContactName()

getWarehouseContactName ( )
Returns
string

◆ getWarehouseId()

getWarehouseId ( )
Returns
string

◆ getWarehouseName()

getWarehouseName ( )
Returns
string

◆ isActive()

isActive ( )
Returns
bool

◆ isUsedInGeneralLedger()

isUsedInGeneralLedger ( )
Returns
bool

◆ setActive()

setActive (   $active)
Parameters
bool$active

◆ setLocationId()

setLocationId (   $locationId)
Parameters
string$locationId

◆ setManagerEmployeeId()

setManagerEmployeeId (   $managerEmployeeId)
Parameters
string$managerEmployeeId

◆ setParentWarehouseId()

setParentWarehouseId (   $parentWarehouseId)
Parameters
string$parentWarehouseId

◆ setShipToContactName()

setShipToContactName (   $shipToContactName)
Parameters
string$shipToContactName

◆ setUsedInGeneralLedger()

setUsedInGeneralLedger (   $usedInGeneralLedger)
Parameters
bool$usedInGeneralLedger

◆ setWarehouseContactName()

setWarehouseContactName (   $warehouseContactName)
Parameters
string$warehouseContactName

◆ setWarehouseId()

setWarehouseId (   $warehouseId)
Parameters
string$warehouseId

◆ setWarehouseName()

setWarehouseName (   $warehouseName)
Parameters
string$warehouseName

Field Documentation

◆ $active

$active
protected

◆ $locationId

$locationId
protected

◆ $managerEmployeeId

$managerEmployeeId
protected

◆ $parentWarehouseId

$parentWarehouseId
protected

◆ $shipToContactName

$shipToContactName
protected

◆ $usedInGeneralLedger

$usedInGeneralLedger
protected

◆ $warehouseContactName

$warehouseContactName
protected

◆ $warehouseId

$warehouseId
protected

◆ $warehouseName

$warehouseName
protected