public static class RepeaterExampleWithEditableRows.ContactDetails extends Object implements Serializable
| Constructor and Description |
|---|
ContactDetails(String name,
String phoneNumber,
String[] roles)
Creates a ContactDetails.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
String |
getPhoneNumber() |
List<String> |
getRoles() |
void |
setName(String name)
Sets the contact name.
|
void |
setPhoneNumber(String phoneNumber)
Sets the contact phone number.
|
void |
setRoles(List<String> roles)
Sets the contact roles.
|
String |
toString() |
public String getName()
public void setName(String name)
name - the contact name.public String getPhoneNumber()
public void setPhoneNumber(String phoneNumber)
phoneNumber - the contact phone number.public void setRoles(List<String> roles)
roles - the contact roles.Copyright © 2024. All rights reserved.