Package com.onlinepayments.domain
Class PersonalInformation
java.lang.Object
com.onlinepayments.domain.PersonalInformation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe date of birth of the customer of the recipient of the loan.The gender of the customer.getName()Object containing the name details of the customervoidsetDateOfBirth(String value) The date of birth of the customer of the recipient of the loan.voidThe gender of the customer.voidsetName(PersonalName value) Object containing the name details of the customerwithDateOfBirth(String value) The date of birth of the customer of the recipient of the loan.withGender(String value) The gender of the customer.withName(PersonalName value) Object containing the name details of the customer
-
Constructor Details
-
PersonalInformation
public PersonalInformation()
-
-
Method Details
-
getDateOfBirth
The date of birth of the customer of the recipient of the loan. Format YYYYMMDD -
setDateOfBirth
The date of birth of the customer of the recipient of the loan. Format YYYYMMDD -
withDateOfBirth
The date of birth of the customer of the recipient of the loan. Format YYYYMMDD -
getGender
The gender of the customer. All values are possible as long as it does not exceed the maximum length of 50 characters. -
setGender
The gender of the customer. All values are possible as long as it does not exceed the maximum length of 50 characters. -
withGender
The gender of the customer. All values are possible as long as it does not exceed the maximum length of 50 characters. -
getName
Object containing the name details of the customer -
setName
Object containing the name details of the customer -
withName
Object containing the name details of the customer
-