public interface NationalIdentificationNumberProvider extends com.google.inject.Provider<NationalIdentificationNumber>
| Modifier and Type | Method and Description |
|---|---|
NationalIdentificationNumber |
get() |
void |
setIssueDate(LocalDate dateOfBirth) |
void |
setSex(Person.Sex sex) |
NationalIdentificationNumber get()
get in interface javax.inject.Provider<NationalIdentificationNumber>void setIssueDate(LocalDate dateOfBirth)
void setSex(Person.Sex sex)
Copyright © 2022. All rights reserved.