public class MaskFormatterLiteral extends Object implements MaskFormatter
Constructor and Description |
---|
MaskFormatterLiteral() |
Modifier and Type | Method and Description |
---|---|
String |
getLiteral()
Gets the literalString attribute.
|
String |
maskValue(Object value)
Takes in the real data value and returns a masked string.
|
void |
setLiteral(String literal)
Specify the string that will be shown instead of the actual value when masked.
|
public MaskFormatterLiteral()
public String maskValue(Object value)
MaskFormatter
maskValue
in interface MaskFormatter
value
- - data valuepublic String getLiteral()
public void setLiteral(String literal)
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.