public abstract class PersonBoundCard extends Card
| Constructor and Description |
|---|
PersonBoundCard(String firstName,
String lastName,
String cardNr)
Creates a new card.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCardNr()
Returns the card number.
|
String |
getFirstName()
Returns the first name.
|
String |
getLastName()
Returns the last name.
|
Copyright © 2018 Hitachi Vantara. All rights reserved.