Package com.onlinepayments.domain
Class PersonalName
java.lang.Object
com.onlinepayments.domain.PersonalName
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGiven name(s) or first name(s) of the customerSurname(s) or last name(s) of the customergetTitle()Title of customervoidsetFirstName(String value) Given name(s) or first name(s) of the customervoidsetSurname(String value) Surname(s) or last name(s) of the customervoidTitle of customerwithFirstName(String value) Given name(s) or first name(s) of the customerwithSurname(String value) Surname(s) or last name(s) of the customerTitle of customer
-
Constructor Details
-
PersonalName
public PersonalName()
-
-
Method Details
-
getFirstName
Given name(s) or first name(s) of the customer -
setFirstName
Given name(s) or first name(s) of the customer -
withFirstName
Given name(s) or first name(s) of the customer -
getSurname
Surname(s) or last name(s) of the customer -
setSurname
Surname(s) or last name(s) of the customer -
withSurname
Surname(s) or last name(s) of the customer -
getTitle
Title of customer -
setTitle
Title of customer -
withTitle
Title of customer
-