org.jtheque.core.managers.patch
Class OnlinePatch

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

public final class OnlinePatch
extends Object

An online patch.

Author:
Baptiste Wicht

Constructor Summary
OnlinePatch()
           
 
Method Summary
 String getClassName()
          Return the class name.
 void setClassName(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 String getClassName()
Return the class name.

Returns:
The class name.

setClassName

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

Parameters:
className - The name of the class.


Copyright © 2010 JTheque. All Rights Reserved.