com.endeca.mobile.tags.model
Class RecordSpec

java.lang.Object
  extended by com.endeca.mobile.tags.model.RecordSpec

public class RecordSpec
extends java.lang.Object


Constructor Summary
RecordSpec()
           
 
Method Summary
 java.lang.String getAggrKey()
           
 java.lang.String getKey()
           
 java.lang.String getLabel()
           
 void setAggrKey(java.lang.String aggrKey)
           
 void setKey(java.lang.String key)
           
 void setLabel(java.lang.String label)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecordSpec

public RecordSpec()
Method Detail

getKey

public java.lang.String getKey()
Returns:
the key

setKey

public void setKey(java.lang.String key)
Parameters:
key - the key to set

getAggrKey

public java.lang.String getAggrKey()
Returns:
the aggrKey

setAggrKey

public void setAggrKey(java.lang.String aggrKey)
Parameters:
aggrKey - the aggrKey to set

getLabel

public java.lang.String getLabel()
Returns:
the label

setLabel

public void setLabel(java.lang.String label)
Parameters:
label - the label to set