public class ConstraintMockPerson extends Object
Modifier and Type | Field and Description |
---|---|
protected List<ConstraintMockAddress> |
address |
protected Date |
dob |
protected String |
email |
protected String |
firstName |
protected Double |
gpa |
protected String |
id |
protected String |
lastName |
protected String |
state |
protected String |
type |
Constructor and Description |
---|
ConstraintMockPerson() |
Modifier and Type | Method and Description |
---|---|
List<ConstraintMockAddress> |
getAddress() |
Date |
getDob() |
String |
getEmail() |
String |
getFirstName() |
Double |
getGpa() |
String |
getId() |
String |
getLastName() |
String |
getState() |
String |
getType() |
void |
setAddress(List<ConstraintMockAddress> address) |
void |
setDob(Date dob) |
void |
setEmail(String email) |
void |
setFirstName(String firstName) |
void |
setGpa(Double gpa) |
void |
setId(String id) |
void |
setLastName(String lastName) |
void |
setState(String state) |
void |
setType(String type) |
protected List<ConstraintMockAddress> address
public ConstraintMockPerson()
public String getFirstName()
public void setFirstName(String firstName)
firstName
- the firstName to setpublic String getLastName()
public void setLastName(String lastName)
lastName
- the lastName to setpublic List<ConstraintMockAddress> getAddress()
public void setAddress(List<ConstraintMockAddress> address)
address
- the address to setCopyright © 2004-2013 The Kuali Foundation. All Rights Reserved.