Sage Intacct SDK for PHP
AbstractAllocationLine Class Reference
Inheritance diagram for AbstractAllocationLine:
AllocationLine CustomAllocationSplit

Public Member Functions

 getAmount ()
 
 setAmount ($amount)
 
 getDepartmentId ()
 
 setDepartmentId ($departmentId)
 
 getLocationId ()
 
 setLocationId ($locationId)
 
 getProjectId ()
 
 setProjectId ($projectId)
 
 getCustomerId ()
 
 setCustomerId ($customerId)
 
 getVendorId ()
 
 setVendorId ($vendorId)
 
 getEmployeeId ()
 
 setEmployeeId ($employeeId)
 
 getItemId ()
 
 setItemId ($itemId)
 
 getClassId ()
 
 setClassId ($classId)
 
 getContractId ()
 
 setContractId ($contractId)
 
 getWarehouseId ()
 
 setWarehouseId ($warehouseId)
 
 writeXml (XMLWriter &$xml)
 

Member Function Documentation

◆ getAmount()

getAmount ( )

Get amount

Returns
float

◆ getClassId()

getClassId ( )

Get class ID

Returns
string

◆ getContractId()

getContractId ( )

Get contract ID

Returns
string

◆ getCustomerId()

getCustomerId ( )

Get customer ID

Returns
string

◆ getDepartmentId()

getDepartmentId ( )

Get department ID

Returns
string

◆ getEmployeeId()

getEmployeeId ( )

Get employee ID

Returns
string

◆ getItemId()

getItemId ( )

Get item ID

Returns
string

◆ getLocationId()

getLocationId ( )

Get location ID

Returns
string

◆ getProjectId()

getProjectId ( )

Get project ID

Returns
string

◆ getVendorId()

getVendorId ( )

Get vendor ID

Returns
string

◆ getWarehouseId()

getWarehouseId ( )

Get warehouse ID

Returns
string

◆ setAmount()

setAmount (   $amount)

Set amount

Parameters
float$amount

◆ setClassId()

setClassId (   $classId)

Set class ID

Parameters
string$classId

◆ setContractId()

setContractId (   $contractId)

Set contract ID

Parameters
string$contractId

◆ setCustomerId()

setCustomerId (   $customerId)

Set customer ID

Parameters
string$customerId

◆ setDepartmentId()

setDepartmentId (   $departmentId)

Set department ID

Parameters
string$departmentId

◆ setEmployeeId()

setEmployeeId (   $employeeId)

Set employee ID

Parameters
string$employeeId

◆ setItemId()

setItemId (   $itemId)

Set item ID

Parameters
string$itemId

◆ setLocationId()

setLocationId (   $locationId)

Set location ID

Parameters
string$locationId

◆ setProjectId()

setProjectId (   $projectId)

Set project ID

Parameters
string$projectId

◆ setVendorId()

setVendorId (   $vendorId)

Set vendor ID

Parameters
string$vendorId

◆ setWarehouseId()

setWarehouseId (   $warehouseId)

Set warehouse ID

Parameters
string$warehouseId

◆ writeXml()

writeXml ( XMLWriter $xml)
abstract

Reimplemented in AllocationLine, and CustomAllocationSplit.