Public Member Functions | |
ProvinceContext (String provinces, long productId, long storeId, String logistic) | |
boolean | match (String data) |
Public Member Functions inherited from org.turro.financials.cart.delivery.AbstractDeliveryContext | |
AbstractDeliveryContext (Long productId, Long storeId, String logistic) | |
IContact | getLogistic () |
Contract | getStore () |
Product | getDeliveryProduct () |
Additional Inherited Members | |
Protected Attributes inherited from org.turro.financials.cart.delivery.AbstractDeliveryContext | |
final Long | productId |
final IContact | logistic |
Definition at line 29 of file ProvinceContext.java.
org.turro.financials.cart.delivery.ProvinceContext.ProvinceContext | ( | String | provinces, |
long | productId, | ||
long | storeId, | ||
String | logistic | ||
) |
Definition at line 33 of file ProvinceContext.java.
boolean org.turro.financials.cart.delivery.ProvinceContext.match | ( | String | data | ) |
Implements org.turro.financials.cart.delivery.DeliveryContext.
Definition at line 39 of file ProvinceContext.java.