atg.projects.store.assembler.cartridge
Class TargetedItemsContentItem

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<java.lang.String,java.lang.Object>
          extended by com.endeca.infront.assembler.BasicContentItem
              extended by 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 Class Summary
 
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.
 
Method Summary
 java.util.List getItems()
           
 void setItems(java.util.List pItems)
           
 
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
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Class version string

Constructor Detail

TargetedItemsContentItem

public TargetedItemsContentItem(com.endeca.infront.assembler.ContentItem pConfig)
Construct a TargetedItems from the passed in pConfig.

Parameters:
pConfig - - The configuration item.
Method Detail

getItems

public java.util.List getItems()
Returns:
the item.

setItems

public void setItems(java.util.List pItems)
Parameters:
pItems - - The items to set.