org.cumulus4j.store.datastoreversion.command
Class RecreateIndex.DataEntryWithClassName
java.lang.Object
   org.cumulus4j.store.datastoreversion.command.RecreateIndex.DataEntryWithClassName
org.cumulus4j.store.datastoreversion.command.RecreateIndex.DataEntryWithClassName
- Enclosing class:
- RecreateIndex
- protected static final class RecreateIndex.DataEntryWithClassName 
- extends Object
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
RecreateIndex.DataEntryWithClassName
public RecreateIndex.DataEntryWithClassName(DataEntry dataEntry,
                                            String className)
getDataEntry
public DataEntry getDataEntry()
- Get the DataEntry.
 
- 
- Returns:
- the DataEntry. Nevernull.
 
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.
 
Copyright © 2013 NightLabs Consulting GmbH. All Rights Reserved.