com.openexchange.admin.rmi.extensions
Class OXCommonExtension

java.lang.Object
  extended by com.openexchange.admin.rmi.extensions.OXCommonExtension
All Implemented Interfaces:
OXCommonExtensionInterface, Serializable

public abstract class OXCommonExtension
extends Object
implements OXCommonExtensionInterface

Extend all extensions from this class

Author:
d7
See Also:
Serialized Form

Constructor Summary
OXCommonExtension()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getExtensionError()
          This method is used to get the errors which appear while processing an extension.
 void setExtensionError(String errortext)
          This method is used to set the errors which appear while processing an extension.
 String toString()
          Used to return a string representation of the underlying object
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OXCommonExtension

public OXCommonExtension()
Method Detail

getExtensionError

public String getExtensionError()
This method is used to get the errors which appear while processing an extension. This is especially used for getData methods

Specified by:
getExtensionError in interface OXCommonExtensionInterface
Returns:
a string containing the error text

setExtensionError

public void setExtensionError(String errortext)
This method is used to set the errors which appear while processing an extension. This is especially used for getData methods

Specified by:
setExtensionError in interface OXCommonExtensionInterface

toString

public String toString()
Description copied from interface: OXCommonExtensionInterface
Used to return a string representation of the underlying object

Specified by:
toString in interface OXCommonExtensionInterface
Overrides:
toString in class Object

equals

public boolean equals(Object obj)
Specified by:
equals in interface OXCommonExtensionInterface
Overrides:
equals in class Object