

Public Member Functions | |
| AbstractDeliveryContext (Long productId, Long storeId, String logistic) | |
| IContact | getLogistic () |
| Contract | getStore () |
| Product | getDeliveryProduct () |
Public Member Functions inherited from org.turro.financials.cart.delivery.DeliveryContext | |
| boolean | match (String data) |
Protected Attributes | |
| final Long | productId |
| final IContact | logistic |
Definition at line 31 of file AbstractDeliveryContext.java.
| org.turro.financials.cart.delivery.AbstractDeliveryContext.AbstractDeliveryContext | ( | Long | productId, |
| Long | storeId, | ||
| String | logistic | ||
| ) |
Definition at line 36 of file AbstractDeliveryContext.java.

| Product org.turro.financials.cart.delivery.AbstractDeliveryContext.getDeliveryProduct | ( | ) |
Implements org.turro.financials.cart.delivery.DeliveryContext.
Definition at line 56 of file AbstractDeliveryContext.java.
| IContact org.turro.financials.cart.delivery.AbstractDeliveryContext.getLogistic | ( | ) |
Implements org.turro.financials.cart.delivery.DeliveryContext.
Definition at line 43 of file AbstractDeliveryContext.java.

| Contract org.turro.financials.cart.delivery.AbstractDeliveryContext.getStore | ( | ) |
Implements org.turro.financials.cart.delivery.DeliveryContext.
Definition at line 48 of file AbstractDeliveryContext.java.
|
protected |
Definition at line 34 of file AbstractDeliveryContext.java.
|
protected |
Definition at line 33 of file AbstractDeliveryContext.java.