

Public Member Functions | |
| ZipcodeContext (String zipcodes, 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 ZipcodeContext.java.
| org.turro.financials.cart.delivery.ZipcodeContext.ZipcodeContext | ( | String | zipcodes, |
| long | productId, | ||
| long | storeId, | ||
| String | logistic | ||
| ) |
Definition at line 33 of file ZipcodeContext.java.
| boolean org.turro.financials.cart.delivery.ZipcodeContext.match | ( | String | data | ) |
Implements org.turro.financials.cart.delivery.DeliveryContext.
Definition at line 39 of file ZipcodeContext.java.