| Constructor and Description |
|---|
Provider() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFirstName()
Get the person's first name.
|
Long |
getId()
Get the person's unique identifier.
|
String |
getLastName()
Get the person's last name.
|
void |
setFirstName(String inFirstName)
Set the person's first name.
|
void |
setId(Long inId)
Set the person's unique identifier.
|
void |
setLastName(String inLastName)
Set the person's last name.
|
public Long getId()
Personpublic void setId(Long inId)
Personpublic String getFirstName()
PersongetFirstName in interface Personpublic void setFirstName(String inFirstName)
PersonsetFirstName in interface PersoninFirstName - The person's first name.public String getLastName()
PersongetLastName in interface Personpublic void setLastName(String inLastName)
PersonsetLastName in interface PersoninLastName - The person's last name.Copyright © 2012–2018 Emory University. All rights reserved.