no.sesat.search.view.config
Class SearchTab.EnrichmentPlacementHint

java.lang.Object
  extended by no.sesat.search.view.config.SearchTab.EnrichmentPlacementHint
All Implemented Interfaces:
Serializable
Enclosing class:
SearchTab

public static final class SearchTab.EnrichmentPlacementHint
extends Object
implements Serializable

Immutable POJO holdng Enrichment Placement properties for a given placement on a given tab.

See Also:
Serialized Form

Constructor Summary
SearchTab.EnrichmentPlacementHint(String id, int threshold, int max, Map<String,String> properties)
           
 
Method Summary
 String getId()
           
 int getMax()
           
 String getProperty(String key)
           
 int getThreshold()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchTab.EnrichmentPlacementHint

public SearchTab.EnrichmentPlacementHint(String id,
                                         int threshold,
                                         int max,
                                         Map<String,String> properties)
Method Detail

getId

public String getId()

getThreshold

public int getThreshold()

getMax

public int getMax()

getProperty

public String getProperty(String key)


Copyright © 2005-2009 Schibsted ASA. All Rights Reserved.