net.qrivy.bioapi
Class BioAPI_VERSION

java.lang.Object
  extended by net.qrivy.bioapi.BioAPI_VERSION

public class BioAPI_VERSION
extends java.lang.Object


Constructor Summary
BioAPI_VERSION()
           
 
Method Summary
 void delete()
           
 long getMajor()
           
 long getMinor()
           
 void setMajor(long Major)
           
 void setMinor(long Minor)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BioAPI_VERSION

public BioAPI_VERSION()
Method Detail

delete

public void delete()

setMajor

public void setMajor(long Major)

getMajor

public long getMajor()

setMinor

public void setMinor(long Minor)

getMinor

public long getMinor()