public abstract class DefaultInputComponent extends java.lang.Object implements InputComponent
| Constructor and Description |
|---|
DefaultInputComponent(int batchId) |
| Modifier and Type | Method and Description |
|---|---|
int |
batchId() |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitisFile, keypublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int batchId()
public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object