com.endeca.navigation
Class MERec

java.lang.Object
  extended by com.endeca.navigation.ERec
      extended by com.endeca.navigation.MERec
All Implemented Interfaces:
com.endeca.navigation.PropertyContainer

public class MERec
extends com.endeca.navigation.ERec


Constructor Summary
MERec()
           
MERec(com.endeca.navigation.ERec pERec)
           
 
Method Summary
 void setDimValues(MAssocDimLocationsList pDimValues)
           
 void setId(long pId)
          Deprecated. This method may not be supported in future versions of the MDEX Engine API - use #setSpec() instead. Sets the ID for this record.
 void setProperties(MPropertyMap pProperties)
           
 void setSpec(java.lang.String pSpec)
           
 
Methods inherited from class com.endeca.navigation.ERec
getDimValues, getId, getProperties, getSpec
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MERec

public MERec()

MERec

public MERec(com.endeca.navigation.ERec pERec)
Method Detail

setSpec

public void setSpec(java.lang.String pSpec)

setProperties

public void setProperties(MPropertyMap pProperties)

setDimValues

public void setDimValues(MAssocDimLocationsList pDimValues)

setId

public void setId(long pId)
Deprecated. This method may not be supported in future versions of the MDEX Engine API - use #setSpec() instead. Sets the ID for this record.