Class Name
java.lang.Object
com.broadleafcommerce.paypal.micro.gateway.domain.orders.Name
- All Implemented Interfaces:
Serializable
- Author:
- Dima Myroniuk (dmyroniuk)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionWhen the party is a person, the party's full name.When the party is a person, the party's given, or first, name.When the party is a person, the party's middle name.The prefix, or title, to the party's name.The suffix for the party's name.When the party is a person, the party's surname or family name.void
setFullName
(String fullName) When the party is a person, the party's full name.void
setGivenName
(String givenName) When the party is a person, the party's given, or first, name.void
setMiddleName
(String middleName) When the party is a person, the party's middle name.void
The prefix, or title, to the party's name.void
The suffix for the party's name.void
setSurname
(String surname) When the party is a person, the party's surname or family name.
-
Constructor Details
-
Name
public Name()
-
-
Method Details
-
setFullName
When the party is a person, the party's full name. -
setGivenName
When the party is a person, the party's given, or first, name. -
setMiddleName
When the party is a person, the party's middle name. Use also to store multiple middle names including the patronymic, or father's, middle name. -
setPrefix
The prefix, or title, to the party's name. -
setSuffix
The suffix for the party's name. -
setSurname
When the party is a person, the party's surname or family name. Also known as the last name. Required when the party is a person. Use also to store multiple surnames including the matronymic, or mother's, surname. -
getFullName
When the party is a person, the party's full name. -
getGivenName
When the party is a person, the party's given, or first, name. -
getMiddleName
When the party is a person, the party's middle name. Use also to store multiple middle names including the patronymic, or father's, middle name. -
getPrefix
The prefix, or title, to the party's name. -
getSuffix
The suffix for the party's name. -
getSurname
When the party is a person, the party's surname or family name. Also known as the last name. Required when the party is a person. Use also to store multiple surnames including the matronymic, or mother's, surname.
-