atg.repository.search
Class MetaProperty.MetaPropertyValue

java.lang.Object
  extended by atg.repository.search.MetaProperty.MetaPropertyValue
Enclosing class:
MetaProperty

public class MetaProperty.MetaPropertyValue
extends java.lang.Object

Inner class to represent a valid indexed value for this meta property in the search index. Call getDisplayValue() to get a UI display name for the value.


Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Constructor Summary
MetaProperty.MetaPropertyValue(java.lang.String pIndexedString, java.lang.String pDisplayKey)
           
 
Method Summary
 java.lang.String getDisplayKey()
           
 java.lang.String getDisplayValue(java.util.Locale pLocale)
           
 java.lang.String getIndexedString()
           
 void setDisplayKey(java.lang.String pDisplayKey)
           
 void setIndexedString(java.lang.String pIndexedString)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static final java.lang.String CLASS_VERSION
Class version string

See Also:
Constant Field Values
Constructor Detail

MetaProperty.MetaPropertyValue

public MetaProperty.MetaPropertyValue(java.lang.String pIndexedString,
                                      java.lang.String pDisplayKey)
Method Detail

getIndexedString

public java.lang.String getIndexedString()

setIndexedString

public void setIndexedString(java.lang.String pIndexedString)

getDisplayKey

public java.lang.String getDisplayKey()

setDisplayKey

public void setDisplayKey(java.lang.String pDisplayKey)

getDisplayValue

public java.lang.String getDisplayValue(java.util.Locale pLocale)