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 10
offsetExists($offset)

Parameters

$offset

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

Parameters

$offset
$value

in AbstractEntity at line 21
offsetGet($offset)

Parameters

$offset

in AbstractEntity at line 32
offsetUnset($offset)

Parameters

$offset

at line 15
isPriceChange()

at line 26
isEnable()

at line 39
bool isEffective(BaseInfo $BaseInfo)

Parameters

BaseInfo $BaseInfo

Return Value

bool

at line 58
bool isDownloadable()

Return Value

bool

at line 78
ProductClass setPriceIncTax(string $price_inc_tax)

Set price IncTax

Parameters

string $price_inc_tax

Return Value

ProductClass

at line 90
string getPriceIncTax()

Get price IncTax

Return Value

string

at line 98
integer getTotalPrice()

Return Value

integer

at line 174
integer getId()

Get id

Return Value

integer

at line 185
OrderDetail setProductName(string $productName)

Set product_name

Parameters

string $productName

Return Value

OrderDetail

at line 197
string getProductName()

Get product_name

Return Value

string

at line 208
OrderDetail setProductCode(string $productCode)

Set product_code

Parameters

string $productCode

Return Value

OrderDetail

at line 220
string getProductCode()

Get product_code

Return Value

string

at line 231
OrderDetail setClasscategoryName1(string $classcategoryName1)

Set classcategory_name1

Parameters

string $classcategoryName1

Return Value

OrderDetail

at line 243
string getClasscategoryName1()

Get classcategory_name1

Return Value

string

at line 254
OrderDetail setClasscategoryName2(string $classcategoryName2)

Set classcategory_name2

Parameters

string $classcategoryName2

Return Value

OrderDetail

at line 266
string getClasscategoryName2()

Get classcategory_name2

Return Value

string

at line 277
OrderDetail setPrice(string $price)

Set price

Parameters

string $price

Return Value

OrderDetail

at line 289
string getPrice()

Get price

Return Value

string

at line 300
OrderDetail setQuantity(string $quantity)

Set quantity

Parameters

string $quantity

Return Value

OrderDetail

at line 312
string getQuantity()

Get quantity

Return Value

string

at line 323
OrderDetail setPointRate(string $pointRate)

Set point_rate

Parameters

string $pointRate

Return Value

OrderDetail

at line 335
string getPointRate()

Get point_rate

Return Value

string

at line 346
OrderDetail setTaxRate(string $taxRate)

Set tax_rate

Parameters

string $taxRate

Return Value

OrderDetail

at line 358
string getTaxRate()

Get tax_rate

Return Value

string

at line 369
OrderDetail setTaxRule(integer $taxRule)

Set tax_rule

Parameters

integer $taxRule

Return Value

OrderDetail

at line 381
integer getTaxRule()

Get tax_rule

Return Value

integer

at line 392
OrderDetail setOrder(Order $order)

Set Order

Parameters

Order $order

Return Value

OrderDetail

at line 404
Order getOrder()

Get Order

Return Value

Order

at line 415
OrderDetail setProduct(Product $product)

Set Product

Parameters

Product $product

Return Value

OrderDetail

at line 427
Product getProduct()

Get Product

Return Value

Product

at line 438
OrderDetail setProductClass(ProductClass $productClass)

Set ProductClass

Parameters

ProductClass $productClass

Return Value

OrderDetail

at line 450
ProductClass getProductClass()

Get ProductClass

Return Value

ProductClass