TaxRule
class TaxRule extends AbstractEntity
TaxRule
Constants
DEFAULT_TAX_RULE_ID |
|
Methods
引数の連想配列を元にプロパティを設定します.
コピー元のオブジェクトのフィールド名を指定して、同名のフィールドに値をコピー
is default
Get rank
Get id
Set tax_rate
Get tax_rate
Set tax_adjust
Get tax_adjust
Get apply_date
Get del_flg
Get create_date
Get update_date
Get Creator
Get Country
Get Product
Get ProductClass
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)
in AbstractEntity at line 66
setPropertiesFromArray(array $arrProps, array $excludeAttribute = array(), ReflectionClass $parentClass = null)
引数の連想配列を元にプロパティを設定します.
DBから取り出した連想配列を, プロパティへ設定する際に使用します.
in AbstractEntity at line 99
array
toArray(array $excludeAttribute = array(), ReflectionClass $parentClass = null)
プロパティの値を連想配列で返します.
DBを更新する場合などで, 連想配列の値を取得したい場合に使用します.
in AbstractEntity at line 139
object
copyProperties(object $srcObject, array $excludeAttribute = array())
コピー元のオブジェクトのフィールド名を指定して、同名のフィールドに値をコピー
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
at line 444
integer
compareTo(TaxRule $Target)
自分自身と Target を比較し, ソートのための数値を返す.
以下の順で比較し、
同一であれば 0 自分の方が大きければ正の整数 小さければ負の整数を返す.
- apply_date
- rank
このメソッドは usort() 関数などで使用する.