Sage Intacct SDK for PHP
AbstractGlEntry Class Reference
Inheritance diagram for AbstractGlEntry:
AbstractJournalEntryLine AbstractStatisticalJournalEntryLine JournalEntryLineCreate StatisticalJournalEntryLineCreate

Public Member Functions

 getDocumentNumber ()
 
 setDocumentNumber ($documentNumber)
 
 getAllocationId ()
 
 setAllocationId ($allocationId)
 
 getMemo ()
 
 setMemo ($memo)
 
 getDepartmentId ()
 
 setDepartmentId ($departmentId)
 
 getLocationId ()
 
 setLocationId ($locationId)
 
 getProjectId ()
 
 setProjectId ($projectId)
 
 getTaskId ()
 
 setTaskId ($taskId)
 
 getCustomerId ()
 
 setCustomerId ($customerId)
 
 getVendorId ()
 
 setVendorId ($vendorId)
 
 getEmployeeId ()
 
 setEmployeeId ($employeeId)
 
 getItemId ()
 
 setItemId ($itemId)
 
 getClassId ()
 
 setClassId ($classId)
 
 getContractId ()
 
 setContractId ($contractId)
 
 getWarehouseId ()
 
 setWarehouseId ($warehouseId)
 
 getCustomAllocationSplits ()
 
 setCustomAllocationSplits ($customAllocationSplits)
 
 writeXml (XMLWriter &$xml)
 

Data Fields

const CUSTOM_ALLOCATION_ID = 'Custom'
 

Protected Attributes

 $documentNumber
 
 $allocationId
 
 $memo
 
 $departmentId
 
 $locationId
 
 $projectId
 
 $taskId
 
 $customerId
 
 $vendorId
 
 $employeeId
 
 $itemId
 
 $classId
 
 $contractId
 
 $warehouseId
 
 $customAllocationSplits = []
 

Member Function Documentation

◆ getAllocationId()

getAllocationId ( )
Returns
string

◆ getClassId()

getClassId ( )
Returns
string

◆ getContractId()

getContractId ( )
Returns
string

◆ getCustomAllocationSplits()

getCustomAllocationSplits ( )

◆ getCustomerId()

getCustomerId ( )
Returns
string

◆ getDepartmentId()

getDepartmentId ( )
Returns
string

◆ getDocumentNumber()

getDocumentNumber ( )
Returns
string

◆ getEmployeeId()

getEmployeeId ( )
Returns
string

◆ getItemId()

getItemId ( )
Returns
string

◆ getLocationId()

getLocationId ( )
Returns
string

◆ getMemo()

getMemo ( )
Returns
string

◆ getProjectId()

getProjectId ( )
Returns
string

◆ getTaskId()

getTaskId ( )
Returns
string

◆ getVendorId()

getVendorId ( )
Returns
string

◆ getWarehouseId()

getWarehouseId ( )
Returns
string

◆ setAllocationId()

setAllocationId (   $allocationId)
Parameters
string$allocationId

◆ setClassId()

setClassId (   $classId)
Parameters
string$classId

◆ setContractId()

setContractId (   $contractId)
Parameters
string$contractId

◆ setCustomAllocationSplits()

setCustomAllocationSplits (   $customAllocationSplits)
Parameters
CustomAllocationSplit[]$customAllocationSplits

◆ setCustomerId()

setCustomerId (   $customerId)
Parameters
string$customerId

◆ setDepartmentId()

setDepartmentId (   $departmentId)
Parameters
string$departmentId

◆ setDocumentNumber()

setDocumentNumber (   $documentNumber)
Parameters
string$documentNumber

◆ setEmployeeId()

setEmployeeId (   $employeeId)
Parameters
string$employeeId

◆ setItemId()

setItemId (   $itemId)
Parameters
string$itemId

◆ setLocationId()

setLocationId (   $locationId)
Parameters
string$locationId

◆ setMemo()

setMemo (   $memo)
Parameters
string$memo

◆ setProjectId()

setProjectId (   $projectId)
Parameters
string$projectId

◆ setTaskId()

setTaskId (   $taskId)
Parameters
string$taskId

◆ setVendorId()

setVendorId (   $vendorId)
Parameters
string$vendorId

◆ setWarehouseId()

setWarehouseId (   $warehouseId)
Parameters
string$warehouseId

◆ writeXml()

writeXml ( XMLWriter $xml)
abstract

Field Documentation

◆ $allocationId

$allocationId
protected

◆ $classId

$classId
protected

◆ $contractId

$contractId
protected

◆ $customAllocationSplits

$customAllocationSplits = []
protected

◆ $customerId

$customerId
protected

◆ $departmentId

$departmentId
protected

◆ $documentNumber

$documentNumber
protected

◆ $employeeId

$employeeId
protected

◆ $itemId

$itemId
protected

◆ $locationId

$locationId
protected

◆ $memo

$memo
protected

◆ $projectId

$projectId
protected

◆ $taskId

$taskId
protected

◆ $vendorId

$vendorId
protected

◆ $warehouseId

$warehouseId
protected

◆ CUSTOM_ALLOCATION_ID

const CUSTOM_ALLOCATION_ID = 'Custom'