public class MapElementMRUList
extends atg.commerce.csr.catalog.MRUList<java.util.Map>
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CLASS_VERSION |
Constructor and Description |
---|
MapElementMRUList() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object pElement1,
java.lang.Object pElement2)
Overriding base class's method, this method compares the values
associated with each map's keys as a test for equality.
|
java.lang.String[] |
getEqualityTestKeys()
The names of the map list element keys to compare to test for
element equality.
|
void |
setEqualityTestKeys(java.lang.String[] pKeys)
The names of the map list element keys to compare to test for
element equality.
|
public static final java.lang.String CLASS_VERSION
public void setEqualityTestKeys(java.lang.String[] pKeys)
pKeys
- the map element keyspublic java.lang.String[] getEqualityTestKeys()
public boolean equals(java.lang.Object pElement1, java.lang.Object pElement2)
equals
in class atg.commerce.csr.catalog.MRUList<java.util.Map>