Class jinaRindex

java.lang.Object
  |
  +--jinaRindex

public class jinaRindex
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
  jinaRindex()
           
protected jinaRindex(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
protected static long getCPtr(jinaRindex obj)
           
 SWIGTYPE_p_p_void getIndex()
           
 int getJinaTsId()
           
 jinaImregion getRegion()
           
 int getType()
           
 void setIndex(SWIGTYPE_p_p_void index)
           
 void setJinaTsId(int ts_id)
           
 void setRegion(jinaImregion region)
           
 void setType(int type)
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

jinaRindex

protected jinaRindex(long cPtr,
                     boolean cMemoryOwn)

jinaRindex

public jinaRindex()
Method Detail

finalize

protected void finalize()
Overrides:
finalize in class java.lang.Object

delete

public void delete()

getCPtr

protected static long getCPtr(jinaRindex obj)

setJinaTsId

public void setJinaTsId(int ts_id)

getJinaTsId

public int getJinaTsId()

setType

public void setType(int type)

getType

public int getType()

setRegion

public void setRegion(jinaImregion region)

getRegion

public jinaImregion getRegion()

setIndex

public void setIndex(SWIGTYPE_p_p_void index)

getIndex

public SWIGTYPE_p_p_void getIndex()