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.StringgetErrorMessage()Return the error message to the caller.java.lang.StringgetSourceDatasetId()Returns the dataset id of the remapping source attributejava.lang.StringgetSourceId()Returns the id of the remapping source attribute.java.lang.StringgetSourceName()Returns the name of the remapping source attribute.java.lang.StringgetTargetDatasetId()Returns the dataset id of the remapping target attribute.java.lang.StringgetTargetId()Returns the id of the remapping target attribute.java.lang.StringgetTargetName()Returns the name of the remapping target attribute.voidsetRemappingSource(java.lang.String id, java.lang.String name, java.lang.String datasetId)Sets the remapping source attribute.voidsetRemappingTarget(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:AttributeRemappingErrorSets the remapping source attribute.- Specified by:
 setRemappingSourcein interfaceAttributeRemappingError
 
- 
setRemappingTarget
public void setRemappingTarget(java.lang.String id, java.lang.String name, java.lang.String datasetId)Description copied from interface:AttributeRemappingErrorSets the remapping target attribute.- Specified by:
 setRemappingTargetin interfaceAttributeRemappingError
 
- 
getSourceId
public java.lang.String getSourceId()
Description copied from interface:AttributeRemappingErrorReturns the id of the remapping source attribute.- Specified by:
 getSourceIdin interfaceAttributeRemappingError
 
- 
getSourceName
public java.lang.String getSourceName()
Description copied from interface:AttributeRemappingErrorReturns the name of the remapping source attribute.- Specified by:
 getSourceNamein interfaceAttributeRemappingError
 
- 
getSourceDatasetId
public java.lang.String getSourceDatasetId()
Description copied from interface:AttributeRemappingErrorReturns the dataset id of the remapping source attribute- Specified by:
 getSourceDatasetIdin interfaceAttributeRemappingError
 
- 
getTargetId
public java.lang.String getTargetId()
Description copied from interface:AttributeRemappingErrorReturns the id of the remapping target attribute.- Specified by:
 getTargetIdin interfaceAttributeRemappingError
 
- 
getTargetName
public java.lang.String getTargetName()
Description copied from interface:AttributeRemappingErrorReturns the name of the remapping target attribute.- Specified by:
 getTargetNamein interfaceAttributeRemappingError
 
- 
getTargetDatasetId
public java.lang.String getTargetDatasetId()
Description copied from interface:AttributeRemappingErrorReturns the dataset id of the remapping target attribute.- Specified by:
 getTargetDatasetIdin interfaceAttributeRemappingError
 
- 
getErrorMessage
public java.lang.String getErrorMessage()
Description copied from interface:WebBeanErrorReturn the error message to the caller.- Specified by:
 getErrorMessagein interfaceWebBeanError- Overrides:
 getErrorMessagein classWebAppBeanErrorImpl- Returns:
 - the error message set by the last operation on the bean.
 - See Also:
 WebBeanError.getErrorMessage()
 
 - 
 
 -