atg.repository.search
Class MetaProperty.MetaPropertyValue
java.lang.Object
   atg.repository.search.MetaProperty.MetaPropertyValue
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_VERSIONClass version string
 | 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
CLASS_VERSION
public static final java.lang.String CLASS_VERSION
- Class version string
 
- See Also:
- Constant Field Values
 
MetaProperty.MetaPropertyValue
public MetaProperty.MetaPropertyValue(java.lang.String pIndexedString,
                                      java.lang.String pDisplayKey)
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)
-