org.gcube.indexmanagement.featureindexlibrary.vafile.elements
Class ApproximationFileEntryInfo

java.lang.Object
  extended by org.gcube.indexmanagement.featureindexlibrary.vafile.elements.ApproximationFileEntryInfo

public class ApproximationFileEntryInfo
extends Object

Info on approximation entry

Author:
UoA

Constructor Summary
ApproximationFileEntryInfo(ApproximationFileEntry entry, int position)
          Creates a new instance
 
Method Summary
 ApproximationFileEntry getEntry()
          Getter of property
 long getPosition()
          Getter of property
 void setEntry(ApproximationFileEntry entry)
          Setter of property
 void setPosition(long position)
          Setter of property
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApproximationFileEntryInfo

public ApproximationFileEntryInfo(ApproximationFileEntry entry,
                                  int position)
Creates a new instance

Parameters:
entry - The entry
position - The position in the file
Method Detail

getEntry

public ApproximationFileEntry getEntry()
Getter of property

Returns:
The entry

setEntry

public void setEntry(ApproximationFileEntry entry)
Setter of property

Parameters:
entry - The property value

getPosition

public long getPosition()
Getter of property

Returns:
The entry

setPosition

public void setPosition(long position)
Setter of property

Parameters:
position - The property value


Copyright © 2012. All Rights Reserved.