Package com.microstrategy.web.app.beans
Class AttributeRemappingErrorImpl
- java.lang.Object
-
- com.microstrategy.web.app.beans.WebAppBeanErrorImpl
-
- com.microstrategy.web.app.beans.AttributeRemappingErrorImpl
-
- All Implemented Interfaces:
AttributeRemappingError
,WebBeanError
public class AttributeRemappingErrorImpl extends WebAppBeanErrorImpl implements AttributeRemappingError
-
-
Constructor Summary
Constructors Constructor Description AttributeRemappingErrorImpl(AppComponent component, int errCode, java.lang.String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getErrorMessage()
Return the error message to the caller.java.lang.String
getSourceDatasetId()
Returns the dataset id of the remapping source attributejava.lang.String
getSourceId()
Returns the id of the remapping source attribute.java.lang.String
getSourceName()
Returns the name of the remapping source attribute.java.lang.String
getTargetDatasetId()
Returns the dataset id of the remapping target attribute.java.lang.String
getTargetId()
Returns the id of the remapping target attribute.java.lang.String
getTargetName()
Returns the name of the remapping target attribute.void
setRemappingSource(java.lang.String id, java.lang.String name, java.lang.String datasetId)
Sets the remapping source attribute.void
setRemappingTarget(java.lang.String id, java.lang.String name, java.lang.String datasetId)
Sets the remapping target attribute.-
Methods inherited from class com.microstrategy.web.app.beans.WebAppBeanErrorImpl
getCause, getErrorCode
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.microstrategy.web.beans.WebBeanError
getCause, getErrorCode
-
-
-
-
Constructor Detail
-
AttributeRemappingErrorImpl
public AttributeRemappingErrorImpl(AppComponent component, int errCode, java.lang.String message)
-
-
Method Detail
-
setRemappingSource
public void setRemappingSource(java.lang.String id, java.lang.String name, java.lang.String datasetId)
Description copied from interface:AttributeRemappingError
Sets the remapping source attribute.- Specified by:
setRemappingSource
in interfaceAttributeRemappingError
-
setRemappingTarget
public void setRemappingTarget(java.lang.String id, java.lang.String name, java.lang.String datasetId)
Description copied from interface:AttributeRemappingError
Sets the remapping target attribute.- Specified by:
setRemappingTarget
in interfaceAttributeRemappingError
-
getSourceId
public java.lang.String getSourceId()
Description copied from interface:AttributeRemappingError
Returns the id of the remapping source attribute.- Specified by:
getSourceId
in interfaceAttributeRemappingError
-
getSourceName
public java.lang.String getSourceName()
Description copied from interface:AttributeRemappingError
Returns the name of the remapping source attribute.- Specified by:
getSourceName
in interfaceAttributeRemappingError
-
getSourceDatasetId
public java.lang.String getSourceDatasetId()
Description copied from interface:AttributeRemappingError
Returns the dataset id of the remapping source attribute- Specified by:
getSourceDatasetId
in interfaceAttributeRemappingError
-
getTargetId
public java.lang.String getTargetId()
Description copied from interface:AttributeRemappingError
Returns the id of the remapping target attribute.- Specified by:
getTargetId
in interfaceAttributeRemappingError
-
getTargetName
public java.lang.String getTargetName()
Description copied from interface:AttributeRemappingError
Returns the name of the remapping target attribute.- Specified by:
getTargetName
in interfaceAttributeRemappingError
-
getTargetDatasetId
public java.lang.String getTargetDatasetId()
Description copied from interface:AttributeRemappingError
Returns the dataset id of the remapping target attribute.- Specified by:
getTargetDatasetId
in interfaceAttributeRemappingError
-
getErrorMessage
public java.lang.String getErrorMessage()
Description copied from interface:WebBeanError
Return the error message to the caller.- Specified by:
getErrorMessage
in interfaceWebBeanError
- Overrides:
getErrorMessage
in classWebAppBeanErrorImpl
- Returns:
- the error message set by the last operation on the bean.
- See Also:
WebBeanError.getErrorMessage()
-
-