public class BatchEntry
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected EntityEntry |
entityEntry
the entity data
|
protected java.lang.String |
tableName
the table name
|
| Constructor and Description |
|---|
BatchEntry(java.lang.String tableName,
EntityEntry entityEntry)
Creates a new instance of
BatchEntry. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
EntityEntry |
getEntityEntry()
Gets the entity data.
|
java.lang.String |
getTableName()
Gets the table name.
|
int |
hashCode() |
void |
setEntityEntry(EntityEntry entityEntry)
Sets new the entity data.
|
void |
setTableName(java.lang.String tableName)
Sets new the table name.
|
java.lang.String |
toString() |
protected java.lang.String tableName
protected EntityEntry entityEntry
public BatchEntry(java.lang.String tableName,
EntityEntry entityEntry)
BatchEntry.tableName - The table name.entityEntry - The entity entry.public void setTableName(java.lang.String tableName)
tableName - New value of the table name.public void setEntityEntry(EntityEntry entityEntry)
entityEntry - New value of the entity data.public EntityEntry getEntityEntry()
public java.lang.String getTableName()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2020 Feedzai. All Rights Reserved.