OrderLine
extends SemanticObject
implements
IOrderLine
Table of Contents
Interfaces
- IOrderLine
Properties
-
$connector
: IConnector
Methods
-
__construct()
: mixed
-
getDescription()
: string
-
getOffer()
: IOffer
-
getOrder()
: IOrder
-
getPrice()
: IPrice
-
getQuantity()
: float
-
setDescription()
: void
-
setOffer()
: void
-
setOrder()
: void
-
setPrice()
: void
-
setQuantity()
: void
__construct()
public
__construct(IConnector $connector[, string $semanticId = null ][, Resource $resource = null ][, string $semanticType = null ][, Semanticable $other = null ][, float $quantity = null ][, IPrice $price = null ][, IOffer $offer = null ][, IOrder $order = null ][, bool $doNotStore = false ]) : mixed
Parameters
-
$connector
: IConnector
-
-
$semanticId
: string
= null
-
-
$resource
: Resource
= null
-
-
$semanticType
: string
= null
-
-
$other
: Semanticable
= null
-
-
$quantity
: float
= null
-
-
$price
: IPrice
= null
-
-
$offer
: IOffer
= null
-
-
$order
: IOrder
= null
-
-
$doNotStore
: bool
= false
-
getDescription()
public
getDescription() : string
getOffer()
public
getOffer() : IOffer
getOrder()
public
getOrder() : IOrder
getPrice()
public
getPrice() : IPrice
getQuantity()
public
getQuantity() : float
setDescription()
public
setDescription(string $description) : void
Parameters
-
$description
: string
-
setOffer()
public
setOffer(IOffer $offer) : void
Parameters
-
$offer
: IOffer
-
setOrder()
public
setOrder(IOrder $order) : void
Parameters
-
$order
: IOrder
-
setPrice()
public
setPrice(IPrice $price) : void
Parameters
-
$price
: IPrice
-
setQuantity()
public
setQuantity(float $quantity) : void
Parameters
-
$quantity
: float
-