public class UserCard extends PersonBoundCard
| Constructor and Description |
|---|
UserCard(String firstName,
String lastName,
String cardNr,
String login,
String password,
Date expires)
Creates a new user account card.
|
| Modifier and Type | Method and Description |
|---|---|
Date |
getExpires()
Returns the expiry date.
|
String |
getLogin()
Returns the login id.
|
String |
getPassword()
Returns the password.
|
CardType |
getType()
Returns the card type.
|
getCardNr, getFirstName, getLastNamepublic UserCard(String firstName, String lastName, String cardNr, String login, String password, Date expires)
firstName - the first name.lastName - the last name.cardNr - the card number.login - the login id.password - the password.expires - the expiry date.Copyright © 2018 Hitachi Vantara. All rights reserved.