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
integer
Withdrawal id.
getWithdrawalOrder() : \WithdrawalOrderInterface
setCreatedByAdmin(\BoolType $createdByAdmin) : $this|\WithdrawalInterface
\BoolType
$this|\WithdrawalInterface
Same instance for chained method calls.
setDateCreated(\DateTime $dateCreated) : $this|\WithdrawalInterface
\DateTime
Created date to be set.
$this|\WithdrawalInterface
Same instance for chained method calls.
setWithdrawalContent(\StringType $withdrawalContent) : $this|\WithdrawalInterface
setWithdrawalDate(\DateTime $withdrawalDate) : $this|\WithdrawalInterface
\DateTime
Date to be set.
$this|\WithdrawalInterface
Same instance for chained method calls.
setWithdrawalId(\IdType $withdrawalId) : $this|\WithdrawalInterface
setWithdrawalOrder(\WithdrawalOrderInterface $withdrawalOrder) : $this|\WithdrawalInterface
\WithdrawalOrderInterface
$this|\WithdrawalInterface
Same instance for chained method calls.
store() : $this|\WithdrawalInterface