public class AdminCard extends UserCard
| Constructor and Description |
|---|
AdminCard(String firstName,
String lastName,
String cardNr,
String login,
String password,
Date expires)
Creates a new administrator account card.
|
| Modifier and Type | Method and Description |
|---|---|
CardType |
getType()
Returns the account type (
CardType.ADMIN). |
getExpires, getLogin, getPasswordgetCardNr, getFirstName, getLastNamepublic AdminCard(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 card expiry date.Copyright © 2018 Hitachi Vantara. All rights reserved.