opencard.core.service
Class DefaultCHVDialog
java.lang.Object
|
+--opencard.core.service.DefaultCHVDialog
- public class DefaultCHVDialog
- extends java.lang.Object
- implements CHVDialog
The default dialog used by card services.
- Version:
- $Id: DefaultCHVDialog.java,v 1.1.1.1 1999/10/05 15:34:31 damke Exp $
- See Also:
CHVDialog
|
Method Summary |
java.lang.String |
getCHV(int chvNumber)
Get the CHV with the given number from the user. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
DefaultCHVDialog
public DefaultCHVDialog()
getCHV
public java.lang.String getCHV(int chvNumber)
- Get the CHV with the given number from the user.
- Specified by:
- getCHV in interface CHVDialog
- Returns:
- the CHV
|