class OrderDetail extends AbstractEntity

OrderDetail

Methods

offsetExists($offset)

No description

offsetSet($offset, $value)

No description

offsetGet($offset)

No description

offsetUnset($offset)

No description

isPriceChange()

No description

isEnable()

No description

bool
isEffective(BaseInfo $BaseInfo)

No description

bool
isDownloadable()

No description

setPriceIncTax(string $price_inc_tax)

Set price IncTax

string
getPriceIncTax()

Get price IncTax

integer
getTotalPrice()

No description

integer
getId()

Get id

setProductName(string $productName)

Set product_name

string
getProductName()

Get product_name

setProductCode(string $productCode)

Set product_code

string
getProductCode()

Get product_code

setClasscategoryName1(string $classcategoryName1)

Set classcategory_name1

string
getClasscategoryName1()

Get classcategory_name1

setClasscategoryName2(string $classcategoryName2)

Set classcategory_name2

string
getClasscategoryName2()

Get classcategory_name2

setPrice(string $price)

Set price

string
getPrice()

Get price

setQuantity(string $quantity)

Set quantity

string
getQuantity()

Get quantity

setPointRate(string $pointRate)

Set point_rate

string
getPointRate()

Get point_rate

setTaxRate(string $taxRate)

Set tax_rate

string
getTaxRate()

Get tax_rate

setTaxRule(integer $taxRule)

Set tax_rule

integer
getTaxRule()

Get tax_rule

setOrder(Order $order)

Set Order

getOrder()

Get Order

setProduct(Product $product)

Set Product

getProduct()

Get Product

setProductClass(ProductClass $productClass)

Set ProductClass

getProductClass()

Get ProductClass

Details

in AbstractEntity at line 32
offsetExists($offset)

Parameters

$offset

in AbstractEntity at line 39
offsetSet($offset, $value)

Parameters

$offset
$value

in AbstractEntity at line 43
offsetGet($offset)

Parameters

$offset

in AbstractEntity at line 54
offsetUnset($offset)

Parameters

$offset

at line 34
isPriceChange()

at line 45
isEnable()

at line 58
bool isEffective(BaseInfo $BaseInfo)

Parameters

BaseInfo $BaseInfo

Return Value

bool

at line 77
bool isDownloadable()

Return Value

bool

at line 97
ProductClass setPriceIncTax(string $price_inc_tax)

Set price IncTax

Parameters

string $price_inc_tax

Return Value

ProductClass

at line 109
string getPriceIncTax()

Get price IncTax

Return Value

string

at line 117
integer getTotalPrice()

Return Value

integer

at line 192
integer getId()

Get id

Return Value

integer

at line 203
OrderDetail setProductName(string $productName)

Set product_name

Parameters

string $productName

Return Value

OrderDetail

at line 215
string getProductName()

Get product_name

Return Value

string

at line 226
OrderDetail setProductCode(string $productCode)

Set product_code

Parameters

string $productCode

Return Value

OrderDetail

at line 238
string getProductCode()

Get product_code

Return Value

string

at line 249
OrderDetail setClasscategoryName1(string $classcategoryName1)

Set classcategory_name1

Parameters

string $classcategoryName1

Return Value

OrderDetail

at line 261
string getClasscategoryName1()

Get classcategory_name1

Return Value

string

at line 272
OrderDetail setClasscategoryName2(string $classcategoryName2)

Set classcategory_name2

Parameters

string $classcategoryName2

Return Value

OrderDetail

at line 284
string getClasscategoryName2()

Get classcategory_name2

Return Value

string

at line 295
OrderDetail setPrice(string $price)

Set price

Parameters

string $price

Return Value

OrderDetail

at line 307
string getPrice()

Get price

Return Value

string

at line 318
OrderDetail setQuantity(string $quantity)

Set quantity

Parameters

string $quantity

Return Value

OrderDetail

at line 330
string getQuantity()

Get quantity

Return Value

string

at line 341
OrderDetail setPointRate(string $pointRate)

Set point_rate

Parameters

string $pointRate

Return Value

OrderDetail

at line 353
string getPointRate()

Get point_rate

Return Value

string

at line 364
OrderDetail setTaxRate(string $taxRate)

Set tax_rate

Parameters

string $taxRate

Return Value

OrderDetail

at line 376
string getTaxRate()

Get tax_rate

Return Value

string

at line 387
OrderDetail setTaxRule(integer $taxRule)

Set tax_rule

Parameters

integer $taxRule

Return Value

OrderDetail

at line 399
integer getTaxRule()

Get tax_rule

Return Value

integer

at line 410
OrderDetail setOrder(Order $order)

Set Order

Parameters

Order $order

Return Value

OrderDetail

at line 422
Order getOrder()

Get Order

Return Value

Order

at line 433
OrderDetail setProduct(Product $product)

Set Product

Parameters

Product $product

Return Value

OrderDetail

at line 445
Product getProduct()

Get Product

Return Value

Product

at line 456
OrderDetail setProductClass(ProductClass $productClass)

Set ProductClass

Parameters

ProductClass $productClass

Return Value

OrderDetail

at line 468
ProductClass getProductClass()

Get ProductClass

Return Value

ProductClass