SendHistory
class SendHistory extends AbstractEntity
SendHistory
Methods
integer
getId()
Get id
setMailMethod(integer $mailMethod)
Set mail_method
integer
getMailMethod()
Get mail_method
setSubject(string $subject)
Set subject
string
getSubject()
Get subject
setBody(string $body)
Set body
string
getBody()
Get body
setSendCount(integer $sendCount)
Set send_count
integer
getSendCount()
Get send_count
setCompleteCount(integer $completeCount)
Set complete_count
integer
getCompleteCount()
Get complete_count
getStartDate()
Get start_date
getEndDate()
Get end_date
setSearchData(string $searchData)
Set search_data
string
getSearchData()
Get search_data
setDelFlg(integer $delFlg)
Set del_flg
integer
getDelFlg()
Get del_flg
getCreateDate()
Get create_date
getUpdateDate()
Get update_date
getCreator()
Get Creator
Details
in AbstractEntity at line 10
offsetExists($offset)
in AbstractEntity at line 17
offsetSet($offset, $value)
in AbstractEntity at line 21
offsetGet($offset)
in AbstractEntity at line 32
offsetUnset($offset)
at line 83
integer
getId()
Get id
at line 94
SendHistory
setMailMethod(integer $mailMethod)
Set mail_method
at line 106
integer
getMailMethod()
Get mail_method
at line 117
SendHistory
setSubject(string $subject)
Set subject
at line 129
string
getSubject()
Get subject
at line 140
SendHistory
setBody(string $body)
Set body
at line 152
string
getBody()
Get body
at line 163
SendHistory
setSendCount(integer $sendCount)
Set send_count
at line 175
integer
getSendCount()
Get send_count
at line 186
SendHistory
setCompleteCount(integer $completeCount)
Set complete_count
at line 198
integer
getCompleteCount()
Get complete_count
at line 209
SendHistory
setStartDate(DateTime $startDate)
Set start_date
at line 221
DateTime
getStartDate()
Get start_date
at line 232
SendHistory
setEndDate(DateTime $endDate)
Set end_date
at line 244
DateTime
getEndDate()
Get end_date
at line 255
SendHistory
setSearchData(string $searchData)
Set search_data
at line 267
string
getSearchData()
Get search_data
at line 278
SendHistory
setDelFlg(integer $delFlg)
Set del_flg
at line 290
integer
getDelFlg()
Get del_flg
at line 301
SendHistory
setCreateDate(DateTime $createDate)
Set create_date
at line 313
DateTime
getCreateDate()
Get create_date
at line 324
SendHistory
setUpdateDate(DateTime $updateDate)
Set update_date
at line 336
DateTime
getUpdateDate()
Get update_date
at line 347
SendHistory
setCreator(Member $creator = null)
Set Creator
at line 359
Member
getCreator()
Get Creator