| 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.
|
Long getId()
void setId(Long inId)
inId - The person's unique identifier.String getFirstName()
void setFirstName(String inFirstName)
inFirstName - The person's first name.String getLastName()
void setLastName(String inLastName)
inLastName - The person's last name.Copyright © 2012–2017 Emory University. All rights reserved.