Interface WithdrawalInterface
| category |
System |
|---|---|
| package |
Withdrawal |
| subpackage |
Entities |
delete() : $this|\WithdrawalInterface
getCreatedByAdmin() : boolean
boolean
getDateCreated() : \DateTime
\DateTime
getWithdrawalContent() : string
string
getWithdrawalDate() : \DateTime
\DateTime
getWithdrawalId() : integer
integerWithdrawal id.
getWithdrawalOrder() : \WithdrawalOrderInterface
setCreatedByAdmin(\BoolType $createdByAdmin) : $this|\WithdrawalInterface
\BoolType
$this|\WithdrawalInterfaceSame instance for chained method calls.
setDateCreated(\DateTime $dateCreated) : $this|\WithdrawalInterface
\DateTimeCreated date to be set.
$this|\WithdrawalInterfaceSame instance for chained method calls.
setWithdrawalContent(\StringType $withdrawalContent) : $this|\WithdrawalInterface
setWithdrawalDate(\DateTime $withdrawalDate) : $this|\WithdrawalInterface
\DateTimeDate to be set.
$this|\WithdrawalInterfaceSame instance for chained method calls.
setWithdrawalId(\IdType $withdrawalId) : $this|\WithdrawalInterface
setWithdrawalOrder(\WithdrawalOrderInterface $withdrawalOrder) : $this|\WithdrawalInterface
\WithdrawalOrderInterface
$this|\WithdrawalInterfaceSame instance for chained method calls.
store() : $this|\WithdrawalInterface