atg.projects.store.assembler.cartridge
Class TargetedItemsContentItem
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<java.lang.String,java.lang.Object>
com.endeca.infront.assembler.BasicContentItem
atg.projects.store.assembler.cartridge.TargetedItemsContentItem
- All Implemented Interfaces:
- com.endeca.infront.assembler.ContentItem, java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.String,java.lang.Object>
public class TargetedItemsContentItem
- extends com.endeca.infront.assembler.BasicContentItem
This class contains targeted items.
- Version:
- $Id: //hosting-blueprint/B2CBlueprint/version/10.2.1/Endeca/Assembler/src/atg/projects/store/assembler/cartridge/TargetedItemsContentItem.java#2 $$Change: 788983 $
- Author:
- Yekaterina Kostenevich
- See Also:
- Serialized Form
Nested classes/interfaces inherited from class java.util.AbstractMap |
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V> |
Nested classes/interfaces inherited from interface java.util.Map |
java.util.Map.Entry<K,V> |
Field Summary |
static java.lang.String |
CLASS_VERSION
Class version string |
Constructor Summary |
TargetedItemsContentItem(com.endeca.infront.assembler.ContentItem pConfig)
Construct a TargetedItems from the passed in pConfig. |
Methods inherited from class com.endeca.infront.assembler.BasicContentItem |
getBooleanProperty, getIntProperty, getLongProperty, getType, getTypedProperty, setType |
Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
Methods inherited from class java.util.AbstractMap |
equals, hashCode, toString |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Map |
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
CLASS_VERSION
public static java.lang.String CLASS_VERSION
- Class version string
TargetedItemsContentItem
public TargetedItemsContentItem(com.endeca.infront.assembler.ContentItem pConfig)
- Construct a TargetedItems from the passed in pConfig.
- Parameters:
pConfig
- - The configuration item.
getItems
public java.util.List getItems()
- Returns:
- the item.
setItems
public void setItems(java.util.List pItems)
- Parameters:
pItems
- - The items to set.