public class StoreAddressTools
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
| Constructor and Description |
|---|
StoreAddressTools() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
compare(atg.core.util.Address pAddressA,
atg.core.util.Address pAddressB)
Compares the properties of two addresses equality.
|
protected static boolean |
equal(java.lang.Object pOne,
java.lang.Object pTwo,
boolean pUseEquals)
Return true if both are null or equal, false otherwise.
|
public static final java.lang.String CLASS_VERSION
public static boolean compare(atg.core.util.Address pAddressA,
atg.core.util.Address pAddressB)
pAddressA - An AddresspAddressB - An Addressprotected static boolean equal(java.lang.Object pOne,
java.lang.Object pTwo,
boolean pUseEquals)
pOne - pTwo - pUseEquals -