public class VeraZipAccess
extends java.lang.Object
A class that provides simplified access for getting the correct order item off of an order.
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CLASS_VERSION  | 
| Constructor and Description | 
|---|
VeraZipAccess()  | 
| Modifier and Type | Method and Description | 
|---|---|
static ZipResultItem | 
getZipResultItemForAddrName(VeraZipable zOrder,
                           java.lang.String pName)
getZipResultItemForAddrName gets the chosen ZipResultItem for
 the address associated with pName (probably
 VeraZipable.SHIP_TO_ADDRESS_NAME or VeraZipable.BILL_TO_ADDRESS_NAME). 
 | 
public static ZipResultItem getZipResultItemForAddrName(VeraZipable zOrder, java.lang.String pName)