| |
|
| java.lang.Object org.kuali.core.datadictionary.mask.Mask
Mask | public class Mask implements Serializable(Code) | | Contains a mask configuration and method to mask a data value.
|
serialVersionUID | final public static long serialVersionUID(Code) | | |
getMaskFormatter | public MaskFormatter getMaskFormatter()(Code) | | Gets the maskFormatter attribute.
Returns the maskFormatter. |
getMaskFormatterClass | public Class getMaskFormatterClass()(Code) | | Gets the maskFormatterClass attribute.
Returns the maskFormatterClass. |
maskValue | public String maskValue(Object value)(Code) | | Masks a data value with the configured maskFormatter;
Parameters: value - |
setMaskFormatter | public void setMaskFormatter(MaskFormatter maskFormatter)(Code) | | Sets the maskFormatter attribute value.
Parameters: maskFormatter - The maskFormatter to set. |
setMaskFormatterClass | public void setMaskFormatterClass(Class maskFormatterClass)(Code) | | Sets the maskFormatterClass attribute value.
Parameters: maskFormatterClass - The maskFormatterClass to set. |
|
|
|