public class TachographCompanyCard extends Entity
Entity.EntityBuilder<C extends Entity,B extends Entity.EntityBuilder<C,B>>| Modifier and Type | Field and Description |
|---|---|
String |
address
Gets or sets the company's address.
|
String |
cardAuthority
Gets or sets the card authority.
|
String |
cardNumber
Gets or sets the card number.
|
String |
companyName
Gets or sets the company name of the card.
|
LocalDateTime |
expiry
Gets or sets the expiry of the card.
|
Long |
icc
Gets or sets the ICC number of the card.
|
LocalDateTime |
lastUpdate
Gets or sets the last time this card was updated.
|
LocalDateTime |
registrationTime
Gets or sets the time this card was registered on the system.
|
String |
source
Gets or sets the source of the card.
|
String |
status
Gets or sets the status of the card.
|
LocalDateTime |
validity
Gets or sets the validity of the card.
|
| Constructor and Description |
|---|
TachographCompanyCard() |
public Long icc
public String companyName
public String address
public LocalDateTime validity
public LocalDateTime expiry
public String cardNumber
public String cardAuthority
public String source
public LocalDateTime lastUpdate
public LocalDateTime registrationTime
public String status
Copyright © 2024. All rights reserved.