class AbstractGlEntry

Traits

Constants

CUSTOM_ALLOCATION_ID

Methods

array
getCustomFields()

Get custom fields

setCustomFields(array $customFields)

Set custom fields

string
getDocumentNumber()

No description

setDocumentNumber(string $documentNumber)

No description

string
getAllocationId()

No description

setAllocationId(string $allocationId)

No description

string
getMemo()

No description

setMemo(string $memo)

No description

string
getDepartmentId()

No description

setDepartmentId(string $departmentId)

No description

string
getLocationId()

No description

setLocationId(string $locationId)

No description

string
getProjectId()

No description

setProjectId(string $projectId)

No description

string
getCustomerId()

No description

setCustomerId(string $customerId)

No description

string
getVendorId()

No description

setVendorId(string $vendorId)

No description

string
getEmployeeId()

No description

setEmployeeId(string $employeeId)

No description

string
getItemId()

No description

setItemId(string $itemId)

No description

string
getClassId()

No description

setClassId(string $classId)

No description

string
getContractId()

No description

setContractId(string $contractId)

No description

string
getWarehouseId()

No description

setWarehouseId(string $warehouseId)

No description

setCustomAllocationSplits(CustomAllocationSplit[] $customAllocationSplits)

No description

writeXml(XMLWriter $xml)

No description

Details

in CustomFieldsTrait at line line 33
array getCustomFields()

Get custom fields

Return Value

array

in CustomFieldsTrait at line line 43
setCustomFields(array $customFields)

Set custom fields

Parameters

array $customFields

at line line 76
string getDocumentNumber()

Return Value

string

at line line 84
setDocumentNumber(string $documentNumber)

Parameters

string $documentNumber

at line line 92
string getAllocationId()

Return Value

string

at line line 100
setAllocationId(string $allocationId)

Parameters

string $allocationId

at line line 108
string getMemo()

Return Value

string

at line line 116
setMemo(string $memo)

Parameters

string $memo

at line line 124
string getDepartmentId()

Return Value

string

at line line 132
setDepartmentId(string $departmentId)

Parameters

string $departmentId

at line line 140
string getLocationId()

Return Value

string

at line line 148
setLocationId(string $locationId)

Parameters

string $locationId

at line line 156
string getProjectId()

Return Value

string

at line line 164
setProjectId(string $projectId)

Parameters

string $projectId

at line line 172
string getCustomerId()

Return Value

string

at line line 180
setCustomerId(string $customerId)

Parameters

string $customerId

at line line 188
string getVendorId()

Return Value

string

at line line 196
setVendorId(string $vendorId)

Parameters

string $vendorId

at line line 204
string getEmployeeId()

Return Value

string

at line line 212
setEmployeeId(string $employeeId)

Parameters

string $employeeId

at line line 220
string getItemId()

Return Value

string

at line line 228
setItemId(string $itemId)

Parameters

string $itemId

at line line 236
string getClassId()

Return Value

string

at line line 244
setClassId(string $classId)

Parameters

string $classId

at line line 252
string getContractId()

Return Value

string

at line line 260
setContractId(string $contractId)

Parameters

string $contractId

at line line 268
string getWarehouseId()

Return Value

string

at line line 276
setWarehouseId(string $warehouseId)

Parameters

string $warehouseId

at line line 284
CustomAllocationSplit[] getCustomAllocationSplits()

Return Value

CustomAllocationSplit[]

at line line 292
setCustomAllocationSplits(CustomAllocationSplit[] $customAllocationSplits)

Parameters

CustomAllocationSplit[] $customAllocationSplits

at line line 297
abstract writeXml(XMLWriter $xml)

Parameters

XMLWriter $xml