Interface WithdrawalInterface
Interface WithdrawalInterface
Methods summary
public
|
#
store( )
Saves withdrawal in database.
Saves withdrawal in database.
Returns
$this|\WithdrawalInterface Same instance for chained method calls.
|
public
|
#
delete( )
Deletes withdrawal from database.
Deletes withdrawal from database.
Returns
$this|\WithdrawalInterface Same instance for chained method calls.
|
public
integer
|
#
getWithdrawalId( )
Returns the withdrawal id.
Returns the withdrawal id.
Returns
integer Withdrawal id.
|
public
|
#
setWithdrawalId( IdType $withdrawalId )
Sets the withdrawal id.
Parameters
- $withdrawalId
- The withdrawal id to be set.
Returns
$this|\WithdrawalInterface Same instance for chained method calls.
|
public
DateTime
|
#
getWithdrawalDate( )
Returns the withdrawal datetime.
Returns the withdrawal datetime.
Returns
DateTime
|
public
|
#
setWithdrawalDate( DateTime $withdrawalDate )
sets the datetime.
Parameters
- $withdrawalDate
- Date to be set.
Returns
$this|\WithdrawalInterface Same instance for chained method calls.
|
public
string
|
|
public
|
#
setWithdrawalContent( StringType $withdrawalContent )
Sets the withdrawal content.
Sets the withdrawal content.
Parameters
- $withdrawalContent
- Withdrawal content to be set.
Returns
$this|\WithdrawalInterface Same instance for chained method calls.
|
public
DateTime
|
#
getDateCreated( )
Returns the withdrawal created datetime.
Returns the withdrawal created datetime.
Returns
DateTime
|
public
|
#
setDateCreated( DateTime $dateCreated )
Sets the withdrawal created datetime.
Sets the withdrawal created datetime.
Parameters
- $dateCreated
- Created date to be set.
Returns
$this|\WithdrawalInterface Same instance for chained method calls.
|
public
boolean
|
#
getCreatedByAdmin( )
Checks if withdrawal by admin created or not.
Checks if withdrawal by admin created or not.
Returns
boolean
|
public
|
#
setCreatedByAdmin( BoolType $createdByAdmin )
Sets whether the withdrawal by admin created or not.
Sets whether the withdrawal by admin created or not.
Parameters
Returns
$this|\WithdrawalInterface Same instance for chained method calls.
|
public
WithdrawalOrderInterface
|
|
public
|
|