public final class HmfhImportResultForTable extends Object
Constructor and Description |
---|
HmfhImportResultForTable(String tableName,
String dimensionName) |
Modifier and Type | Method and Description |
---|---|
String |
getDimensionName()
Returns the name of the current dimension.
|
String |
getExtensionTableName()
Returns the name of the extension table.
|
int |
getNumRecordsCreated()
Returns the number of newly created records.
|
int |
getNumRecordsModified()
Returns the numer of modified records.
|
String |
getTableName()
Returns the name of the current table.
|
void |
increaseNumRecordsCreated()
Increments the number of newly created records.
|
void |
increaseNumRecordsModified()
Increments the number of modified records.
|
void |
setExtensionTableName(String extensionTableName)
Specifies the name of the extension table.
|
void |
setTableName(String tableName)
Specifies the name of the current table.
|
public String getDimensionName()
public String getTableName()
public String getExtensionTableName()
public int getNumRecordsCreated()
public int getNumRecordsModified()
public void setTableName(String tableName)
public void setExtensionTableName(String extensionTableName)
public void increaseNumRecordsCreated()
public void increaseNumRecordsModified()