@Deprecated
public interface OXCommonExtensionInterface
extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
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
|
java.lang.String getExtensionError()
void setExtensionError(java.lang.String errortext)
java.lang.String toString()
toString in class java.lang.Objectboolean equals(java.lang.Object obj)
equals in class java.lang.Object