AllocationCreate
class AllocationCreate extends AbstractAllocation
Create a new allocation record
Constants
| ALLOCATE_BY_PERCENTAGE |
|
| ALLOCATE_BY_ABSOLUTE |
|
Methods
__construct(string $controlId = null)
Initializes the class with the given parameters.
from AbstractFunction
Details
in AbstractFunction at line line 35
getControlId()
Get control ID
in AbstractFunction at line line 46
setControlId($controlId = null)
Set control ID
in AbstractFunction at line line 67
__construct(string $controlId = null)
Initializes the class with the given parameters.
at line line 35
writeXml(XMLWriter $xml)
Write the function block XML
in AbstractAllocation at line line 57
string
getAllocationId()
Get allocation ID
in AbstractAllocation at line line 67
setAllocationId(string $allocationId)
Set allocation ID
in AbstractAllocation at line line 77
string
getDescription()
Get description
in AbstractAllocation at line line 87
setDescription(string $description)
Set description
in AbstractAllocation at line line 97
string
getDocumentNo()
Get document number
in AbstractAllocation at line line 107
setDocumentNo(string $documentNo)
Set document number
in AbstractAllocation at line line 117
string
getAllocateBy()
Get allocate by
in AbstractAllocation at line line 128
setAllocateBy(string $allocateBy)
Set allocate by
in AbstractAllocation at line line 138
string
getAttachmentsId()
Get attachments ID
in AbstractAllocation at line line 148
setAttachmentsId(string $attachmentsId)
Set attachments ID
in AbstractAllocation at line line 158
boolean
isActive()
Get active
in AbstractAllocation at line line 168
setActive(boolean $active)
Set active
in AbstractAllocation at line line 178
AbstractAllocationLine[]
getLines()
Get allocation lines
in AbstractAllocation at line line 188
setLines(array $lines)
Set allocation lines