public abstract class TriggerImpl
extends java.lang.Object
| Constructor and Description |
|---|
TriggerImpl() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
equals(java.lang.Object object)
Tests whether this object is equal to another object.
|
abstract int |
hashCode()
Computes the hash code for this object.
|
public abstract boolean equals(java.lang.Object object)
equals in class java.lang.Objectobject - The object with which to compare; may be null.true if the objects are equal; false
otherwise.public abstract int hashCode()
hashCode in class java.lang.Object