com.openexchange.admin.rmi.extensions
Interface OXCommonExtensionInterface

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

Deprecated.

@Deprecated
public interface OXCommonExtensionInterface
extends java.io.Serializable

Author:
d7

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

Method Detail

getExtensionError

java.lang.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(java.lang.String errortext)
Deprecated. 
If an error has occured you set the error text of the extension here


toString

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

Overrides:
toString in class java.lang.Object
Returns:

equals

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