getEmail()
:
String
Returns the email address of the registrant or null.
setEmail(email
:
String)
:
void
Sets the email address of the registrant.
getEmail
Returns the email address of the registrant or null.
Returns:
the email address of the registrant or null.
getFirstName
Returns the first name of the registrant or null.
Returns:
the first name of the registrant or null.
getLastName
Returns the last name of the registrant or null.
Returns:
the last name of the registrant or null.
getRole
Returns the role of the registrant or null. The role of a registrant
can be for example the bride of a bridal couple.
Returns:
the role name of the registrant or null.
setEmail
setEmail(email
:
String)
:
void
Sets the email address of the registrant.
Parameters:
email
-
the email address of the registrant.
setFirstName
setFirstName(firstName
:
String)
:
void
Sets the first name of the registrant.
Parameters:
firstName
-
the first name of the registrant.
setLastName
setLastName(lastName
:
String)
:
void
Sets the last name of the registrant.
Parameters:
lastName
-
the last name of the registrant.
setRole
Sets the role of the registrant.
Parameters:
role
-
the role of the registrant.