Cumulus4j API
(1.2.0)

org.cumulus4j.store.datastoreversion.command
Class RecreateIndex.DataEntryWithClassName

java.lang.Object
  extended by org.cumulus4j.store.datastoreversion.command.RecreateIndex.DataEntryWithClassName
Enclosing class:
RecreateIndex

protected static final class RecreateIndex.DataEntryWithClassName
extends Object


Constructor Summary
RecreateIndex.DataEntryWithClassName(DataEntry dataEntry, String className)
           
 
Method Summary
 String getClassName()
          Get the fully qualified class name of the persistence-capable object represented by dataEntry.
 DataEntry getDataEntry()
          Get the DataEntry.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecreateIndex.DataEntryWithClassName

public RecreateIndex.DataEntryWithClassName(DataEntry dataEntry,
                                            String className)
Method Detail

getDataEntry

public DataEntry getDataEntry()
Get the DataEntry.

Returns:
the DataEntry. Never null.

getClassName

public String getClassName()
Get the fully qualified class name of the persistence-capable object represented by dataEntry.

Returns:
the fully qualified class name. Never null.

Cumulus4j API
(1.2.0)

Copyright © 2013 NightLabs Consulting GmbH. All Rights Reserved.