class InventoryTransactionLineCreate extends AbstractInventoryTransactionLine

Create a new inventory control transaction line record

Traits

Methods

array
getCustomFields()

Get custom fields

setCustomFields(array $customFields)

Set custom fields

string
getItemId()

No description

setItemId(string $itemId)

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

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

string getItemId()

Return Value

string

setItemId(string $itemId)

Parameters

string $itemId

string getItemDescription()

Return Value

string

setItemDescription(string $itemDescription)

Parameters

string $itemDescription

string getWarehouseId()

Return Value

string

setWarehouseId(string $warehouseId)

Parameters

string $warehouseId

string getQuantity()

Return Value

string

setQuantity(string $quantity)

Parameters

string $quantity

string getUnit()

Return Value

string

setUnit(string $unit)

Parameters

string $unit

float|string getCost()

Return Value

float|string

setCost(float|string $cost)

Parameters

float|string $cost

setItemDetails(AbstractTransactionItemDetail[] $itemDetails)

Parameters

AbstractTransactionItemDetail[] $itemDetails

string getDepartmentId()

Return Value

string

setDepartmentId(string $departmentId)

Parameters

string $departmentId

string getLocationId()

Return Value

string

setLocationId(string $locationId)

Parameters

string $locationId

string getProjectId()

Return Value

string

setProjectId(string $projectId)

Parameters

string $projectId

string getCustomerId()

Return Value

string

setCustomerId(string $customerId)

Parameters

string $customerId

string getVendorId()

Return Value

string

setVendorId(string $vendorId)

Parameters

string $vendorId

string getEmployeeId()

Return Value

string

setEmployeeId(string $employeeId)

Parameters

string $employeeId

string getClassId()

Return Value

string

setClassId(string $classId)

Parameters

string $classId

string getContractId()

Return Value

string

setContractId(string $contractId)

Parameters

string $contractId

at line line 31
writeXml(XMLWriter $xml)

Parameters

XMLWriter $xml