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 32
                            
    offsetExists($offset)
        
    
    
        in AbstractEntity at         line 39
                            
    offsetSet($offset, $value)
        
    
    
        in AbstractEntity at         line 43
                            
    offsetGet($offset)
        
    
    
        in AbstractEntity at         line 54
                            
    offsetUnset($offset)
        
    
    
        at         line 102
                            integer
    getId()
        
    
    Get id
        at         line 113
                            SendHistory
    setMailMethod(integer $mailMethod)
        
    
    Set mail_method
        at         line 125
                            integer
    getMailMethod()
        
    
    Get mail_method
        at         line 136
                            SendHistory
    setSubject(string $subject)
        
    
    Set subject
        at         line 148
                            string
    getSubject()
        
    
    Get subject
        at         line 159
                            SendHistory
    setBody(string $body)
        
    
    Set body
        at         line 171
                            string
    getBody()
        
    
    Get body
        at         line 182
                            SendHistory
    setSendCount(integer $sendCount)
        
    
    Set send_count
        at         line 194
                            integer
    getSendCount()
        
    
    Get send_count
        at         line 205
                            SendHistory
    setCompleteCount(integer $completeCount)
        
    
    Set complete_count
        at         line 217
                            integer
    getCompleteCount()
        
    
    Get complete_count
        at         line 228
                            SendHistory
    setStartDate(DateTime $startDate)
        
    
    Set start_date
        at         line 240
                            DateTime
    getStartDate()
        
    
    Get start_date
        at         line 251
                            SendHistory
    setEndDate(DateTime $endDate)
        
    
    Set end_date
        at         line 263
                            DateTime
    getEndDate()
        
    
    Get end_date
        at         line 274
                            SendHistory
    setSearchData(string $searchData)
        
    
    Set search_data
        at         line 286
                            string
    getSearchData()
        
    
    Get search_data
        at         line 297
                            SendHistory
    setDelFlg(integer $delFlg)
        
    
    Set del_flg
        at         line 309
                            integer
    getDelFlg()
        
    
    Get del_flg
        at         line 320
                            SendHistory
    setCreateDate(DateTime $createDate)
        
    
    Set create_date
        at         line 332
                            DateTime
    getCreateDate()
        
    
    Get create_date
        at         line 343
                            SendHistory
    setUpdateDate(DateTime $updateDate)
        
    
    Set update_date
        at         line 355
                            DateTime
    getUpdateDate()
        
    
    Get update_date
        at         line 366
                            SendHistory
    setCreator(Member $creator = null)
        
    
    Set Creator
        at         line 378
                            Member
    getCreator()
        
    
    Get Creator