TaxRule
class TaxRule extends AbstractEntity
TaxRule
Constants
| DEFAULT_TAX_RULE_ID | 
                     
  | 
            
Methods
                    bool
                
                
                    isDefaultTaxRule()
        
                                            
                
            is default
                    integer
                
                
                    getRank()
        
                                            
                
            Get rank
                    integer
                
                
                    getId()
        
                                            
                
            Get id
                    setTaxRate(string $taxRate)
        
                                            
                
            Set tax_rate
                    string
                
                
                    getTaxRate()
        
                                            
                
            Get tax_rate
                    setTaxAdjust(string $taxAdjust)
        
                                            
                
            Set tax_adjust
                    string
                
                
                    getTaxAdjust()
        
                                            
                
            Get tax_adjust
                    getApplyDate()
        
                                            
                
            Get apply_date
                    integer
                
                
                    getDelFlg()
        
                                            
                
            Get del_flg
                    getCreateDate()
        
                                            
                
            Get create_date
                    getUpdateDate()
        
                                            
                
            Get update_date
                    getCreator()
        
                                            
                
            Get Creator
                    getCountry()
        
                                            
                
            Get Country
                    getProduct()
        
                                            
                
            Get Product
                    getProductClass()
        
                                            
                
            Get ProductClass
                    getCalcRule()
        
                                            
                
            Get CalcRule
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 47
                            bool
    isDefaultTaxRule()
        
    
    is default
        at         line 58
                            TaxRule
    setRank(integer $rank)
        
    
    Set rank
        at         line 70
                            integer
    getRank()
        
    
    Get rank
        at         line 146
                            integer
    getId()
        
    
    Get id
        at         line 157
                            TaxRule
    setTaxRate(string $taxRate)
        
    
    Set tax_rate
        at         line 169
                            string
    getTaxRate()
        
    
    Get tax_rate
        at         line 180
                            TaxRule
    setTaxAdjust(string $taxAdjust)
        
    
    Set tax_adjust
        at         line 192
                            string
    getTaxAdjust()
        
    
    Get tax_adjust
        at         line 215
                            DateTime
    getApplyDate()
        
    
    Get apply_date
        at         line 226
                            TaxRule
    setDelFlg(integer $delFlg)
        
    
    Set del_flg
        at         line 238
                            integer
    getDelFlg()
        
    
    Get del_flg
        at         line 261
                            DateTime
    getCreateDate()
        
    
    Get create_date
        at         line 284
                            DateTime
    getUpdateDate()
        
    
    Get update_date
        at         line 307
                            Member
    getCreator()
        
    
    Get Creator
        at         line 330
                            Country
    getCountry()
        
    
    Get Country
        at         line 353
                            Pref
    getPref()
        
    
    Get Pref
        at         line 376
                            Product
    getProduct()
        
    
    Get Product
        at         line 387
                            TaxRule
    setProductClass(ProductClass $productClass = null)
        
    
    Set ProductClass
        at         line 399
                            ProductClass
    getProductClass()
        
    
    Get ProductClass
        at         line 422
                            Taxrule
    getCalcRule()
        
    
    Get CalcRule