Cumulus4j API
(1.0.1)

org.cumulus4j.store.model
Class IndexEntryContainerSize

java.lang.Object
  extended by org.cumulus4j.store.model.IndexEntry
      extended by org.cumulus4j.store.model.IndexEntryContainerSize
All Implemented Interfaces:
StoreCallback

public class IndexEntryContainerSize
extends IndexEntry

Persistent index information for the size of fields of type Collection/Map.


Constructor Summary
IndexEntryContainerSize()
           
 
Method Summary
 Long getIndexKey()
          Get the value which is indexed by this instance.
protected  void setIndexKey(Object indexKey)
           
 
Methods inherited from class org.cumulus4j.store.model.IndexEntry
equals, getFieldMeta, getIndexEntryID, getIndexValue, getKeyID, hashCode, jdoPreStore, setFieldMeta, setIndexValue, setKeyID
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexEntryContainerSize

public IndexEntryContainerSize()
Method Detail

getIndexKey

public Long getIndexKey()
Description copied from class: IndexEntry
Get the value which is indexed by this instance. It serves as 2nd part of the unique key together with the property fieldMeta.

Specified by:
getIndexKey in class IndexEntry
Returns:
the key.

setIndexKey

protected void setIndexKey(Object indexKey)
Specified by:
setIndexKey in class IndexEntry

Cumulus4j API
(1.0.1)

Copyright © 2012 NightLabs Consulting GmbH. All Rights Reserved.