public class MaskedText extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
clearText |
protected String |
masked |
protected String |
text |
| Constructor and Description |
|---|
MaskedText() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClearText() |
String |
getMasked() |
String |
getText() |
void |
setClearText(String clearText) |
void |
setMasked(String masked) |
void |
setText(String text) |
Copyright © 2014. All Rights Reserved.