Cumulus4j API
(1.2.0)

org.cumulus4j.store.model
Class IndexEntryStringShort

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

public class IndexEntryStringShort
extends IndexEntry

Persistent index information for fields of type String being shorter than 256 characters (e.g. VARCHAR(255)).

Author:
Marco หงุ่ยตระกูล-Schulze - marco at nightlabs dot de

Constructor Summary
IndexEntryStringShort()
           
 
Method Summary
 String 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, getClassMeta, getFieldMeta, getIndexEntryID, getIndexValue, getKeyID, getKeyStoreRefID, getPersistenceManager, hashCode, jdoPreStore, setClassMeta, setFieldMeta, setIndexValue, setKeyID, setKeyStoreRefID
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexEntryStringShort

public IndexEntryStringShort()
Method Detail

getIndexKey

public String 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.2.0)

Copyright © 2013 NightLabs Consulting GmbH. All Rights Reserved.