com.openexchange.admin.rmi.extensions
Interface OXCommonExtensionInterface

All Superinterfaces:
Serializable
All Known Subinterfaces:
OXGroupExtensionInterface, OXResourceExtensionInterface, OXUserExtensionInterface
All Known Implementing Classes:
OXCommonExtension

Deprecated.

public interface OXCommonExtensionInterface
extends Serializable

Author:
d7

Method Summary
 boolean equals(Object obj)
          Deprecated.  
 String getExtensionError()
          Deprecated. If an error has occured you get the error text of the extension here
 void setExtensionError(String errortext)
          Deprecated. If an error has occured you set the error text of the extension here
 String toString()
          Deprecated. Used to return a string representation of the underlying object
 

Method Detail

getExtensionError

String getExtensionError()
Deprecated. 
If an error has occured you get the error text of the extension here

Returns:
a string containing the error text

setExtensionError

void setExtensionError(String errortext)
Deprecated. 
If an error has occured you set the error text of the extension here


toString

String toString()
Deprecated. 
Used to return a string representation of the underlying object

Overrides:
toString in class Object
Returns:

equals

boolean equals(Object obj)
Deprecated. 
Overrides:
equals in class Object