org.kuali.rice.krad.datadictionary.mask
Interface MaskFormatter

All Superinterfaces:
Serializable
All Known Implementing Classes:
MaskFormatterLiteral, MaskFormatterSubString

public interface MaskFormatter
extends Serializable

Defines interface for a class that mask data values

Author:
Kuali Rice Team (rice.collab@kuali.org)

Method Summary
 String maskValue(Object value)
          Takes in the real data value and returns a masked string.
 

Method Detail

maskValue

String maskValue(Object value)
Takes in the real data value and returns a masked string.

Parameters:
value - - data value
Returns:
String - masked value


Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.