Sage Intacct SDK for PHP
|
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) | |
getAmount | ( | ) |
Get amount
getClassId | ( | ) |
Get class ID
getContractId | ( | ) |
Get contract ID
getCustomerId | ( | ) |
Get customer ID
getDepartmentId | ( | ) |
Get department ID
getEmployeeId | ( | ) |
Get employee ID
getItemId | ( | ) |
Get item ID
getLocationId | ( | ) |
Get location ID
getProjectId | ( | ) |
Get project ID
getVendorId | ( | ) |
Get vendor ID
getWarehouseId | ( | ) |
Get warehouse ID
setAmount | ( | $amount | ) |
Set amount
float | $amount |
setClassId | ( | $classId | ) |
Set class ID
string | $classId |
setContractId | ( | $contractId | ) |
Set contract ID
string | $contractId |
setCustomerId | ( | $customerId | ) |
Set customer ID
string | $customerId |
setDepartmentId | ( | $departmentId | ) |
Set department ID
string | $departmentId |
setEmployeeId | ( | $employeeId | ) |
Set employee ID
string | $employeeId |
setItemId | ( | $itemId | ) |
Set item ID
string | $itemId |
setLocationId | ( | $locationId | ) |
Set location ID
string | $locationId |
setProjectId | ( | $projectId | ) |
Set project ID
string | $projectId |
setVendorId | ( | $vendorId | ) |
Set vendor ID
string | $vendorId |
setWarehouseId | ( | $warehouseId | ) |
Set warehouse ID
string | $warehouseId |
|
abstract |
Reimplemented in AllocationLine, and CustomAllocationSplit.