com.endeca.portal.metadata.datasource
Class MDEXStateVersion

java.lang.Object
  extended by com.endeca.portal.metadata.AbstractMetadata
      extended by com.endeca.portal.metadata.MetadataObject
          extended by com.endeca.portal.metadata.datasource.MDEXStateVersion
All Implemented Interfaces:
Metadata

public class MDEXStateVersion
extends MetadataObject

This class represents a metadata object that represents the stored version of the MDEXState's.


Constructor Summary
MDEXStateVersion(long value)
           
MDEXStateVersion(com.endeca.portal.liferay.ext.metadata.model.MetadataRecord record)
           
 
Method Summary
 java.lang.String getType()
          Gets the implementation-specific type.
 
Methods inherited from class com.endeca.portal.metadata.MetadataObject
addProperties, addProperty, equals, getProperties, getProperties, getSourceRecord, init, removeAllProperties, removeProperties, removeProperties, removeProperty, setSourceRecord
 
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, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MDEXStateVersion

public MDEXStateVersion(com.endeca.portal.liferay.ext.metadata.model.MetadataRecord record)

MDEXStateVersion

public MDEXStateVersion(long value)
Method Detail

getType

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

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