class AbstractInventoryTransactionLine

Traits

Methods

array
getCustomFields()

Get custom fields

setCustomFields(array $customFields)

Set custom fields

string
getItemId()

No description

setItemId(string $itemId)

No description

string
getItemDescription()

No description

setItemDescription(string $itemDescription)

No description

string
getWarehouseId()

No description

setWarehouseId(string $warehouseId)

No description

string
getQuantity()

No description

setQuantity(string $quantity)

No description

string
getUnit()

No description

setUnit(string $unit)

No description

float|string
getCost()

No description

setCost(float|string $cost)

No description

setItemDetails(AbstractTransactionItemDetail[] $itemDetails)

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
getClassId()

No description

setClassId(string $classId)

No description

string
getContractId()

No description

setContractId(string $contractId)

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 getItemId()

Return Value

string

at line line 84
setItemId(string $itemId)

Parameters

string $itemId

at line line 92
string getItemDescription()

Return Value

string

at line line 100
setItemDescription(string $itemDescription)

Parameters

string $itemDescription

at line line 108
string getWarehouseId()

Return Value

string

at line line 116
setWarehouseId(string $warehouseId)

Parameters

string $warehouseId

at line line 124
string getQuantity()

Return Value

string

at line line 132
setQuantity(string $quantity)

Parameters

string $quantity

at line line 140
string getUnit()

Return Value

string

at line line 148
setUnit(string $unit)

Parameters

string $unit

at line line 156
float|string getCost()

Return Value

float|string

at line line 164
setCost(float|string $cost)

Parameters

float|string $cost

at line line 172
AbstractTransactionItemDetail[] getItemDetails()

at line line 180
setItemDetails(AbstractTransactionItemDetail[] $itemDetails)

Parameters

AbstractTransactionItemDetail[] $itemDetails

at line line 188
string getDepartmentId()

Return Value

string

at line line 196
setDepartmentId(string $departmentId)

Parameters

string $departmentId

at line line 204
string getLocationId()

Return Value

string

at line line 212
setLocationId(string $locationId)

Parameters

string $locationId

at line line 220
string getProjectId()

Return Value

string

at line line 228
setProjectId(string $projectId)

Parameters

string $projectId

at line line 236
string getCustomerId()

Return Value

string

at line line 244
setCustomerId(string $customerId)

Parameters

string $customerId

at line line 252
string getVendorId()

Return Value

string

at line line 260
setVendorId(string $vendorId)

Parameters

string $vendorId

at line line 268
string getEmployeeId()

Return Value

string

at line line 276
setEmployeeId(string $employeeId)

Parameters

string $employeeId

at line line 284
string getClassId()

Return Value

string

at line line 292
setClassId(string $classId)

Parameters

string $classId

at line line 300
string getContractId()

Return Value

string

at line line 308
setContractId(string $contractId)

Parameters

string $contractId

at line line 313
abstract writeXml(XMLWriter $xml)

Parameters

XMLWriter $xml