org.cumulus4j.store.model
Class IndexEntryByte
java.lang.Object
  
org.cumulus4j.store.model.IndexEntry
      
org.cumulus4j.store.model.IndexEntryByte
- All Implemented Interfaces: 
 - StoreCallback
 
public class IndexEntryByte
- extends IndexEntry
 
 Persistent index information for fields of type byte or Byte.
 
 
 This IndexEntry-subclass is used to index object-references, too. In this case,
 the values in indexKey are dataEntryIDs.
 
- Author:
 
  - Marco หงุ่ยตระกูล-Schulze - marco at nightlabs dot de
 
 
 
 
 
IndexEntryByte
public IndexEntryByte()
getIndexKey
public Byte 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
 
 
Copyright © 2012 NightLabs Consulting GmbH. All Rights Reserved.