public class EDPSensitiveDataMaskHelperDataBean extends SmartDataBeanImpl implements EDPSensitiveDataMaskHelperInputDataBean, EDPSensitiveDataMaskHelperSmartDataBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
The IBM Copyright notice field.
|
emptyString
Constructor and Description |
---|
EDPSensitiveDataMaskHelperDataBean() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMaskChar()
This method gets the char used to mark the string.
|
java.lang.String |
getMaskedString()
This method gets the masked string.
|
int |
getPlainLength()
THis method gets the length of the plain text after masking the string.
|
TypedProperty |
getRequestProperties()
Gets the request property set within this bean.
|
ViewCommandContext |
getViewCommandContext()
This method gets the view command context set within this bean.
|
void |
populate()
This method retrieves data from the database.
|
void |
setMaskChar(java.lang.String maskChar)
This method sets the char used to mark the string.
|
void |
setPlainLength(int plainLength)
This method sets the length of the plain text after masking the string.
|
void |
setPlainString(java.lang.String plainString)
This method sets the plain string which will be masked.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
This method sets the request property within this bean.
|
void |
setViewCommandContext(ViewCommandContext aViewCommandContext)
This method sets the view command context within this bean.
|
fulfills, getCommandContext, getHttpRequest, getHttpResponse, getResources, setCommandContext, setHttpRequest, setHttpResponse
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCommandContext, setCommandContext
public static final java.lang.String COPYRIGHT
public TypedProperty getRequestProperties()
getRequestProperties
in interface InputDataBean
getRequestProperties
in class InputDataBeanImpl
public void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties
in interface InputDataBean
setRequestProperties
in class InputDataBeanImpl
aRequestProperty
- A TypedProperty that specifies the parameters passed as part of the URL if any.public ViewCommandContext getViewCommandContext()
getViewCommandContext
in class SmartDataBeanImpl
public void setViewCommandContext(ViewCommandContext aViewCommandContext)
setViewCommandContext
in class SmartDataBeanImpl
aViewCommandContext
- A ViewCommandContext that specifies the view command context.public void setPlainString(java.lang.String plainString)
setPlainString
in interface EDPSensitiveDataMaskHelperInputDataBean
plainString
- A String that specifies the plain string.public void setMaskChar(java.lang.String maskChar)
setMaskChar
in interface EDPSensitiveDataMaskHelperInputDataBean
maskChar
- A String that specifies the char used to mask the string.public java.lang.String getMaskChar()
public void setPlainLength(int plainLength)
setPlainLength
in interface EDPSensitiveDataMaskHelperInputDataBean
plainLength
- An int that specifies the length of the plain text
after masking the string.public int getPlainLength()
public java.lang.String getMaskedString()
getMaskedString
in interface EDPSensitiveDataMaskHelperSmartDataBean
public void populate() throws java.lang.Exception
populate
in interface SmartDataBean
populate
in class SmartDataBeanImpl
java.lang.Exception