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

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

public class VectorFileEntryInfo
extends Object

Element holding info on the vector elements

Author:
UoA

Constructor Summary
VectorFileEntryInfo(VectorFileEntry entry, int position)
          Creates a new instance
 
Method Summary
 VectorFileEntry getEntry()
          Property getter
 long getPosition()
          Property getter
 void setEntry(VectorFileEntry entry)
          Property setter
 void setPosition(long position)
          Property setter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VectorFileEntryInfo

public VectorFileEntryInfo(VectorFileEntry entry,
                           int position)
Creates a new instance

Parameters:
entry - The entry
position - The position
Method Detail

getEntry

public VectorFileEntry getEntry()
Property getter

Returns:
The property

setEntry

public void setEntry(VectorFileEntry entry)
Property setter

Parameters:
entry - The property value

getPosition

public long getPosition()
Property getter

Returns:
The property

setPosition

public void setPosition(long position)
Property setter

Parameters:
position - The property value


Copyright © 2012. All Rights Reserved.