com.endeca.portal.metadata.simple
Class SimpleMetadataProperty

java.lang.Object
  extended by com.endeca.portal.metadata.AbstractMetadata
      extended by com.endeca.portal.metadata.MetadataProperty
          extended by com.endeca.portal.metadata.simple.SimpleMetadataProperty
All Implemented Interfaces:
Metadata

public class SimpleMetadataProperty
extends MetadataProperty


Field Summary
static java.lang.String SIMPLE_PROPERTY
           
 
Constructor Summary
SimpleMetadataProperty(java.lang.String key, java.lang.String value)
          Constructor that creates a new Metadata object property
 
Method Summary
 java.lang.String getType()
          Gets the implementation-specific type.
 
Methods inherited from class com.endeca.portal.metadata.MetadataProperty
equals, getPropertyComparator, getPropertyId, getSourceRecord, init, setPropertyId, setSourceRecord, toString
 
Methods inherited from class com.endeca.portal.metadata.AbstractMetadata
getDescription, getFeature, getKey, getLastUpdated, getLocale, getObjectId, getRel, getSource, getValue, setDescription, setFeature, setKey, setLastUpdated, setLocale, setObjectId, setRel, setSource, setValue
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SIMPLE_PROPERTY

public static final java.lang.String SIMPLE_PROPERTY
See Also:
Constant Field Values
Constructor Detail

SimpleMetadataProperty

public SimpleMetadataProperty(java.lang.String key,
                              java.lang.String value)
Constructor that creates a new Metadata object property

Parameters:
key -
value -
Method Detail

getType

public java.lang.String getType()
Description copied from class: MetadataProperty
Gets the implementation-specific type.

Specified by:
getType in interface Metadata
Specified by:
getType in class MetadataProperty
Returns:
the type of metadata this object represents
See Also:
MetadataObject.getType()