org.kuali.student.core.assembly.data
Class MockPerson
java.lang.Object
org.kuali.student.core.assembly.data.MockPerson
public class MockPerson
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
firstName
protected String firstName
lastName
protected String lastName
type
protected String type
state
protected String state
id
protected String id
email
protected String email
gpa
protected Double gpa
dob
protected Date dob
address
protected List<MockAddress> address
MockPerson
public MockPerson()
getFirstName
public String getFirstName()
- Returns:
- the firstName
setFirstName
public void setFirstName(String firstName)
- Parameters:
firstName
- the firstName to set
getLastName
public String getLastName()
- Returns:
- the lastName
setLastName
public void setLastName(String lastName)
- Parameters:
lastName
- the lastName to set
getType
public String getType()
- Returns:
- the type
setType
public void setType(String type)
- Parameters:
type
- the type to set
getState
public String getState()
- Returns:
- the state
setState
public void setState(String state)
- Parameters:
state
- the state to set
getId
public String getId()
- Returns:
- the id
setId
public void setId(String id)
- Parameters:
id
- the id to set
getEmail
public String getEmail()
- Returns:
- the email
setEmail
public void setEmail(String email)
- Parameters:
email
- the email to set
getAddress
public List<MockAddress> getAddress()
- Returns:
- the address
setAddress
public void setAddress(List<MockAddress> address)
- Parameters:
address
- the address to set
getGpa
public Double getGpa()
- Returns:
- the gpa
setGpa
public void setGpa(Double gpa)
- Parameters:
gpa
- the gpa to set
getDob
public Date getDob()
- Returns:
- the dob
setDob
public void setDob(Date dob)
- Parameters:
dob
- the dob to set
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.