com.sap.sl.sdk.authoring.security
Interface TableMapping


public interface TableMapping

A representation of the model object 'Table Mapping'.

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:


Method Summary
 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.
 

Method Detail

getOriginalTable

java.lang.String getOriginalTable()
Returns the value of the 'Original Table' attribute.

This is the name of the table that originates from the data foundation.

Returns:
the value of the 'Original Table' attribute.
See Also:
, setOriginalTable(String)

setOriginalTable

void setOriginalTable(java.lang.String value)
Sets the value of the 'Original Table' attribute.

This is the name of the table that originates from the data foundation.

Parameters:
value - the new value of the 'Original Table' attribute.
See Also:
, getOriginalTable()

getReplacementTable

java.lang.String getReplacementTable()
Returns the value of the 'Replacement Table' attribute.

This is the name of the table that replaces the original table.

Returns:
the value of the 'Replacement Table' attribute.
See Also:
setReplacementTable(String)

setReplacementTable

void setReplacementTable(java.lang.String value)
Sets the value of the 'Replacement Table' attribute.

This is the name of the table that replaces the original table.

Parameters:
value - the new value of the 'Replacement Table' attribute.
See Also:
getReplacementTable()


© Copyright 2016 SAP SE or an SAP affiliate company. All rights reserved.