org.jtheque.core.managers.file.able
Class BasicDataSource

java.lang.Object
  extended by org.jtheque.core.managers.file.able.BasicDataSource

public class BasicDataSource
extends java.lang.Object

A simple datasource for JT files.

Author:
Baptiste Wicht

Constructor Summary
BasicDataSource()
           
 
Method Summary
 int getFileVersion()
          Return the version of the file.
 org.jtheque.utils.bean.Version getVersion()
          Return the version of JTheque.
 void setFileVersion(int fileVersion)
          Set the fileversion.
 void setVersion(org.jtheque.utils.bean.Version version)
          Set the JTheque Version.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicDataSource

public BasicDataSource()
Method Detail

getFileVersion

public final int getFileVersion()
Return the version of the file.

Returns:
The version of the file.

setFileVersion

public final void setFileVersion(int fileVersion)
Set the fileversion.

Parameters:
fileVersion - The version of the file.

getVersion

public final org.jtheque.utils.bean.Version getVersion()
Return the version of JTheque.

Returns:
The version of JTheque.

setVersion

public final void setVersion(org.jtheque.utils.bean.Version version)
Set the JTheque Version.

Parameters:
version - The version of JTheque.


Copyright © 2009 JTheque. All Rights Reserved.