org.jtheque.core.managers.update.versions
Class InstallVersion

java.lang.Object
  extended by org.jtheque.core.managers.update.versions.OnlineVersion
      extended by org.jtheque.core.managers.update.versions.InstallVersion
All Implemented Interfaces:
java.lang.Comparable<OnlineVersion>

public final class InstallVersion
extends OnlineVersion

An installation version.

Author:
Baptiste Wicht

Constructor Summary
InstallVersion()
           
 
Method Summary
 java.lang.String getJarFile()
          Return the jar file name.
 java.lang.String getTitle()
          Return the title of the version.
 void setJarFile(java.lang.String jarFile)
          Set the jar file name.
 void setTitle(java.lang.String title)
          Set the title of the version.
 java.lang.String toString()
           
 
Methods inherited from class org.jtheque.core.managers.update.versions.OnlineVersion
compareTo, equals, getActions, getCoreVersion, getPatchs, getStringVersion, getVersion, hashCode, setActions, setCoreVersion, setPatchs, setVersion
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InstallVersion

public InstallVersion()
Method Detail

getJarFile

public java.lang.String getJarFile()
Return the jar file name.

Returns:
The name of the jar file.

setJarFile

public void setJarFile(java.lang.String jarFile)
Set the jar file name.

Parameters:
jarFile - The name of the jar file of the module.

getTitle

public java.lang.String getTitle()
Return the title of the version.

Returns:
The title of the version.

setTitle

public void setTitle(java.lang.String title)
Set the title of the version.

Parameters:
title - The title of version.

toString

public java.lang.String toString()
Overrides:
toString in class OnlineVersion


Copyright © 2009 JTheque. All Rights Reserved.