public class DepartmentalPersonDto extends Object implements Serializable
| Constructor and Description |
|---|
DepartmentalPersonDto() |
public DepartmentalPersonDto()
public String getPersonId()
public void setPersonId(String personId)
personId - the personId to setpublic String getLastName()
public void setLastName(String lastName)
lastName - the lastName to setpublic String getFirstName()
public void setFirstName(String firstName)
firstName - the firstName to setpublic String getMiddleName()
public void setMiddleName(String middleName)
middleName - the middleName to setpublic String getFullName()
public void setFullName(String fullName)
fullName - the fullName to setpublic String getEmailAddress()
public void setEmailAddress(String emailAddress)
emailAddress - the emailAddress to setpublic String getOfficePhone()
public void setOfficePhone(String officePhone)
officePhone - the officePhone to setpublic String getDirDept()
public void setDirDept(String dirDept)
dirDept - the dirDept to setpublic String getPrimaryTitle()
public void setPrimaryTitle(String primaryTitle)
primaryTitle - the primaryTitle to setpublic String getHomeUnit()
public void setHomeUnit(String homeUnit)
homeUnit - the homeUnit to setpublic String getAddress1()
public void setAddress1(String address1)
address1 - the address1 to setpublic String getAddress2()
public void setAddress2(String address2)
address2 - the address2 to setpublic String getAddress3()
public void setAddress3(String address3)
address3 - the address3 to setpublic String getPostalCode()
public void setPostalCode(String postalCode)
postalCode - the postalCode to setpublic String getCountryCode()
public void setCountryCode(String countryCode)
countryCode - the countryCode to setpublic String getFaxNumber()
public void setFaxNumber(String faxNumber)
faxNumber - the faxNumber to setCopyright © 2014–2015 The Kuali Foundation. All rights reserved.