org.gcube.search.datafusion.datatypes
Class PositionalRecordWrapper

java.lang.Object
  extended by org.gcube.search.datafusion.datatypes.PositionalRecordWrapper
All Implemented Interfaces:
Serializable

public class PositionalRecordWrapper
extends Object
implements Serializable

Author:
Alex Antoniadis
See Also:
Serialized Form

Constructor Summary
PositionalRecordWrapper(long position, gr.uoa.di.madgik.grs.record.GenericRecord rec)
           
 
Method Summary
 Long getPosition()
           
 gr.uoa.di.madgik.grs.record.GenericRecord getRec()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PositionalRecordWrapper

public PositionalRecordWrapper(long position,
                               gr.uoa.di.madgik.grs.record.GenericRecord rec)
Method Detail

getPosition

public Long getPosition()

getRec

public gr.uoa.di.madgik.grs.record.GenericRecord getRec()


Copyright © 2013. All Rights Reserved.