public class BatchEntry extends Object
| Modifier and Type | Field and Description |
|---|---|
protected EntityEntry |
entityEntry
the entity data
|
protected String |
tableName
the table name
|
| Constructor and Description |
|---|
BatchEntry(String tableName,
EntityEntry entityEntry)
Creates a new instance of
BatchEntry. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
EntityEntry |
getEntityEntry()
Gets the entity data.
|
String |
getTableName()
Gets the table name.
|
int |
hashCode() |
void |
setEntityEntry(EntityEntry entityEntry)
Sets new the entity data.
|
void |
setTableName(String tableName)
Sets new the table name.
|
String |
toString() |
protected String tableName
protected EntityEntry entityEntry
public BatchEntry(String tableName, EntityEntry entityEntry)
BatchEntry.tableName - The table name.entityEntry - The entity entry.public void setTableName(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 String getTableName()
Copyright © 2014 Feedzai. All Rights Reserved.