org.jtheque.core.managers.update.repository
Class ModuleDescription

java.lang.Object
  extended by org.jtheque.core.managers.update.repository.ModuleDescription

public final class ModuleDescription
extends java.lang.Object

An online description of a module.

Author:
Baptiste Wicht

Constructor Summary
ModuleDescription()
           
 
Method Summary
 org.jtheque.utils.bean.Version getCoreVersion()
          Return the core version.
 org.jtheque.utils.bean.InternationalString getDescription()
          Return the description of the module.
 java.lang.String getName()
          Return the name of the module.
 java.lang.String getVersionsFileURL()
          Return the versions file URL.
 void setCoreVersion(org.jtheque.utils.bean.Version coreVersion)
          Set the version of the core.
 void setDescription(org.jtheque.utils.bean.InternationalString description)
          Set the description of the module.
 void setName(java.lang.String name)
          Set the name of the module.
 void setVersionsFileURL(java.lang.String versionsFileURL)
          Set the versions file URL.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ModuleDescription

public ModuleDescription()
Method Detail

getName

public java.lang.String getName()
Return the name of the module.

Returns:
The name of the module.

setName

public void setName(java.lang.String name)
Set the name of the module.

Parameters:
name - The name of the module.

getDescription

public org.jtheque.utils.bean.InternationalString getDescription()
Return the description of the module.

Returns:
The description of the module.

setDescription

public void setDescription(org.jtheque.utils.bean.InternationalString description)
Set the description of the module.

Parameters:
description - The description of the module.

getVersionsFileURL

public java.lang.String getVersionsFileURL()
Return the versions file URL.

Returns:
The URL of the versions file.

setVersionsFileURL

public void setVersionsFileURL(java.lang.String versionsFileURL)
Set the versions file URL.

Parameters:
versionsFileURL - The URL of the versions file.

getCoreVersion

public org.jtheque.utils.bean.Version getCoreVersion()
Return the core version.

Returns:
The version of the core.

setCoreVersion

public void setCoreVersion(org.jtheque.utils.bean.Version coreVersion)
Set the version of the core.

Parameters:
coreVersion - The version of the core.

toString

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


Copyright © 2009 JTheque. All Rights Reserved.