com.ibm.commerce.edp.beans
Interface EDPSensitiveDataMaskHelperSmartDataBean
-
- All Superinterfaces:
- DataBean, InputDataBean, java.io.Serializable, SmartDataBean
- All Known Implementing Classes:
- EDPSensitiveDataMaskHelperDataBean
public interface EDPSensitiveDataMaskHelperSmartDataBean extends SmartDataBean
This is the SmartDataBean interface implemented by theEDPSensitiveDataMaskHelperDataBean
. That bean is used to mask the sensitive data when displaying it in the store front.- See Also:
EDPSensitiveDataMaskHelperDataBean
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.String
COPYRIGHT
The IBM Copyright notice field.-
Fields inherited from interface com.ibm.commerce.beans.DataBean
emptyString
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description java.lang.String
getMaskedString()
This method gets the masked string.-
Methods inherited from interface com.ibm.commerce.beans.SmartDataBean
getCommandContext, populate, setCommandContext
-
Methods inherited from interface com.ibm.commerce.beans.InputDataBean
getRequestProperties, setRequestProperties
-
-
-
-
Field Detail
-
COPYRIGHT
static final java.lang.String COPYRIGHT
The IBM Copyright notice field.- See Also:
- Constant Field Values
-
-