com.microstrategy.web.app.beans.AttributeRemappingError |
![]() |
This interface exposes the Attribute Remapping Error to the transformer.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract String |
getSourceDatasetId()
Returns the dataset id of the remapping source attribute
| ||||||||||
abstract String |
getSourceId()
Returns the id of the remapping source attribute.
| ||||||||||
abstract String |
getSourceName()
Returns the name of the remapping source attribute.
| ||||||||||
abstract String |
getTargetDatasetId()
Returns the dataset id of the remapping target attribute.
| ||||||||||
abstract String |
getTargetId()
Returns the id of the remapping target attribute.
| ||||||||||
abstract String |
getTargetName()
Returns the name of the remapping target attribute.
| ||||||||||
abstract void |
setRemappingSource(String id, String name, String datasetId)
Sets the remapping source attribute.
| ||||||||||
abstract void |
setRemappingTarget(String id, String name, String datasetId)
Sets the remapping target attribute.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Returns the dataset id of the remapping source attribute
Returns the id of the remapping source attribute.
Returns the name of the remapping source attribute.
Returns the dataset id of the remapping target attribute.
Returns the id of the remapping target attribute.
Returns the name of the remapping target attribute.
Sets the remapping source attribute.
Sets the remapping target attribute.