Interface KcPersonContract
-
- All Superinterfaces:
Addressable,Inactivatable
public interface KcPersonContract extends Inactivatable, Addressable
-
-
Method Summary
-
Methods inherited from interface org.kuali.coeus.sys.api.model.Inactivatable
isActive
-
-
-
-
Method Detail
-
getPersonId
String getPersonId()
-
getSocialSecurityNumber
String getSocialSecurityNumber()
-
getLastName
String getLastName()
-
getFirstName
String getFirstName()
-
getMiddleName
String getMiddleName()
-
getFullName
String getFullName()
-
getPriorName
String getPriorName()
-
getUserName
String getUserName()
-
getEmailAddress
String getEmailAddress()
-
getDateOfBirth
String getDateOfBirth()
-
getAge
Integer getAge()
-
getAgeByFiscalYear
Integer getAgeByFiscalYear()
-
getGender
String getGender()
-
getRace
String getRace()
-
getEducationLevel
String getEducationLevel()
-
getDegree
String getDegree()
-
getMajor
String getMajor()
-
getHandicappedFlag
Boolean getHandicappedFlag()
-
getHandicapType
String getHandicapType()
-
getVeteranFlag
Boolean getVeteranFlag()
-
getVeteranType
String getVeteranType()
-
getVisaCode
String getVisaCode()
-
getVisaType
String getVisaType()
-
getVisaRenewalDate
String getVisaRenewalDate()
-
getHasVisa
Boolean getHasVisa()
-
getOfficeLocation
String getOfficeLocation()
-
getOfficePhone
String getOfficePhone()
-
getSecondaryOfficeLocation
String getSecondaryOfficeLocation()
-
getSecondaryOfficePhone
String getSecondaryOfficePhone()
-
getSchool
String getSchool()
-
getYearGraduated
String getYearGraduated()
-
getDirectoryDepartment
String getDirectoryDepartment()
-
getSaluation
String getSaluation()
-
getCountryOfCitizenship
String getCountryOfCitizenship()
-
getPrimaryTitle
String getPrimaryTitle()
-
getDirectoryTitle
String getDirectoryTitle()
-
getFacultyFlag
Boolean getFacultyFlag()
-
getGraduateStudentStaffFlag
Boolean getGraduateStudentStaffFlag()
-
getResearchStaffFlag
Boolean getResearchStaffFlag()
-
getServiceStaffFlag
Boolean getServiceStaffFlag()
-
getSupportStaffFlag
Boolean getSupportStaffFlag()
-
getOtherAcademicGroupFlag
Boolean getOtherAcademicGroupFlag()
-
getMedicalStaffFlag
Boolean getMedicalStaffFlag()
-
getVacationAccrualFlag
Boolean getVacationAccrualFlag()
-
getOnSabbaticalFlag
Boolean getOnSabbaticalFlag()
-
getIdProvided
String getIdProvided()
-
getIdVerified
String getIdVerified()
-
getAddressLine1
String getAddressLine1()
- Specified by:
getAddressLine1in interfaceAddressable
-
getAddressLine2
String getAddressLine2()
- Specified by:
getAddressLine2in interfaceAddressable
-
getAddressLine3
String getAddressLine3()
- Specified by:
getAddressLine3in interfaceAddressable
-
getCity
String getCity()
- Specified by:
getCityin interfaceAddressable
-
getCounty
String getCounty()
- Specified by:
getCountyin interfaceAddressable
-
getCitizenshipTypeCode
Integer getCitizenshipTypeCode()
-
getState
String getState()
- Specified by:
getStatein interfaceAddressable
-
getPostalCode
String getPostalCode()
- Specified by:
getPostalCodein interfaceAddressable
-
getCountryCode
String getCountryCode()
- Specified by:
getCountryCodein interfaceAddressable
-
getFaxNumber
String getFaxNumber()
-
getPagerNumber
String getPagerNumber()
-
getMobilePhoneNumber
String getMobilePhoneNumber()
-
getEraCommonsUserName
String getEraCommonsUserName()
-
getIdentifier
String getIdentifier()
-
getNsfId
String getNsfId()
-
getUnit
UnitContract getUnit()
-
getPhoneNumber
String getPhoneNumber()
-
getContactOrganizationName
String getContactOrganizationName()
-
getOrganizationIdentifier
String getOrganizationIdentifier()
-
getCampusCode
String getCampusCode()
-
-