public interface TableMapping
This object represents the "Tables" setting of data security profiles. See the Information Design Tool User Guide for a definition of this setting.
Use SecurityFactory.createTableMapping(String, String) to instantiate a "Tables" setting for a data security profile.
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getOriginalTable()
Returns the value of the 'Original Table' attribute.
|
java.lang.String |
getReplacementTable()
Returns the value of the 'Replacement Table' attribute.
|
void |
setOriginalTable(java.lang.String value)
Sets the value of the '
Original Table' attribute. |
void |
setReplacementTable(java.lang.String value)
Sets the value of the '
Replacement Table' attribute. |
java.lang.String getOriginalTable()
This is the name of the table that originates from the data foundation.
,
setOriginalTable(String)void setOriginalTable(java.lang.String value)
Original Table' attribute.
This is the name of the table that originates from the data foundation.
value - the new value of the 'Original Table' attribute.,
getOriginalTable()java.lang.String getReplacementTable()
This is the name of the table that replaces the original table.
setReplacementTable(String)void setReplacementTable(java.lang.String value)
Replacement Table' attribute.
This is the name of the table that replaces the original table.
value - the new value of the 'Replacement Table' attribute.getReplacementTable()