com.endeca.navigation
Class MProperty

java.lang.Object
  extended by com.endeca.navigation.Property
      extended by com.endeca.navigation.MProperty
All Implemented Interfaces:
java.lang.Comparable, java.util.Map.Entry

public class MProperty
extends com.endeca.navigation.Property


Constructor Summary
MProperty()
           
MProperty(com.endeca.navigation.Property pProperty)
           
MProperty(java.lang.String key, java.lang.Object value)
           
MProperty(java.lang.String key, java.lang.String value)
           
 
Method Summary
 java.lang.Object getValue()
           
 void setKey(java.lang.String k)
           
 java.lang.Object setValue(java.lang.Object value)
           
 void setValue(java.lang.String v)
           
 
Methods inherited from class com.endeca.navigation.Property
compareTo, equals, getKey, hashCode
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MProperty

public MProperty()

MProperty

public MProperty(com.endeca.navigation.Property pProperty)

MProperty

public MProperty(java.lang.String key,
                 java.lang.String value)

MProperty

public MProperty(java.lang.String key,
                 java.lang.Object value)
Method Detail

setKey

public void setKey(java.lang.String k)
Overrides:
setKey in class com.endeca.navigation.Property

setValue

public void setValue(java.lang.String v)
Overrides:
setValue in class com.endeca.navigation.Property

setValue

public java.lang.Object setValue(java.lang.Object value)
Specified by:
setValue in interface java.util.Map.Entry
Overrides:
setValue in class com.endeca.navigation.Property

getValue

public java.lang.Object getValue()
Specified by:
getValue in interface java.util.Map.Entry
Overrides:
getValue in class com.endeca.navigation.Property