org.jtheque.core.managers.patch
Class OnlinePatch

java.lang.Object
  extended by org.jtheque.core.managers.patch.OnlinePatch

public final class OnlinePatch
extends java.lang.Object

An online patch.

Author:
Baptiste Wicht

Constructor Summary
OnlinePatch()
           
 
Method Summary
 java.lang.String getClassName()
          Return the classname.
 void setClassName(java.lang.String className)
          Set the name of the class of the patch.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OnlinePatch

public OnlinePatch()
Method Detail

getClassName

public java.lang.String getClassName()
Return the classname.

Returns:
The classname.

setClassName

public void setClassName(java.lang.String className)
Set the name of the class of the patch.

Parameters:
className - The name of the class.


Copyright © 2009 JTheque. All Rights Reserved.