org.kuali.student.common.validator
Class ConstraintMockPerson

java.lang.Object
  extended by org.kuali.student.common.validator.ConstraintMockPerson

public class ConstraintMockPerson
extends Object


Field Summary
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 Summary
ConstraintMockPerson()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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<ConstraintMockAddress> address
Constructor Detail

ConstraintMockPerson

public ConstraintMockPerson()
Method Detail

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<ConstraintMockAddress> getAddress()
Returns:
the address

setAddress

public void setAddress(List<ConstraintMockAddress> 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.