com.endeca.portal.data.model
Class CompareEventParam

java.lang.Object
  extended by com.endeca.portal.data.model.CompareEventParam

public class CompareEventParam
extends java.lang.Object

Class holding compare event parameters info.


Constructor Summary
CompareEventParam()
           
 
Method Summary
 java.lang.String getEventOrigin()
           
 java.lang.String getEventSourcePage()
           
 java.lang.String getRecordIds()
           
 java.lang.String getRecordType()
           
 java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> getReferenceMap()
           
 java.lang.String getSemanticKey()
           
 boolean isGroupingIsRequired()
           
 void setEventOrigin(java.lang.String eventOrigin)
           
 void setEventSourcePage(java.lang.String eventSourcePage)
           
 void setGroupingIsRequired(boolean groupingIsRequired)
           
 void setRecordIds(java.lang.String recordIds)
           
 void setRecordType(java.lang.String recordType)
           
 void setReferenceMap(java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> referenceMap)
           
 void setSemanticKey(java.lang.String semanticKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompareEventParam

public CompareEventParam()
Method Detail

getSemanticKey

public java.lang.String getSemanticKey()

setSemanticKey

public void setSemanticKey(java.lang.String semanticKey)

getEventOrigin

public java.lang.String getEventOrigin()

setEventOrigin

public void setEventOrigin(java.lang.String eventOrigin)

getRecordIds

public java.lang.String getRecordIds()

setRecordIds

public void setRecordIds(java.lang.String recordIds)

getRecordType

public java.lang.String getRecordType()

setRecordType

public void setRecordType(java.lang.String recordType)

isGroupingIsRequired

public boolean isGroupingIsRequired()

setGroupingIsRequired

public void setGroupingIsRequired(boolean groupingIsRequired)

getEventSourcePage

public java.lang.String getEventSourcePage()

setEventSourcePage

public void setEventSourcePage(java.lang.String eventSourcePage)

getReferenceMap

public java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> getReferenceMap()

setReferenceMap

public void setReferenceMap(java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> referenceMap)