org.kuali.rice.krad.uif.util
Class MockPerson
java.lang.Object
org.kuali.rice.krad.uif.util.MockPerson
- All Implemented Interfaces:
- Serializable, ModelObjectBasic, Person, BusinessObject, ExternalizableBusinessObject
public class MockPerson
- extends Object
- implements Person
Mock person implementation.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MockPerson
public MockPerson()
refresh
public void refresh()
- Specified by:
refresh in interface BusinessObject
getPrincipalId
public String getPrincipalId()
- Specified by:
getPrincipalId in interface Person
getPrincipalName
public String getPrincipalName()
- Specified by:
getPrincipalName in interface Person
getEntityId
public String getEntityId()
- Specified by:
getEntityId in interface Person
getEntityTypeCode
public String getEntityTypeCode()
- Specified by:
getEntityTypeCode in interface Person
getFirstName
public String getFirstName()
- Specified by:
getFirstName in interface Person
getFirstNameUnmasked
public String getFirstNameUnmasked()
- Specified by:
getFirstNameUnmasked in interface Person
getMiddleName
public String getMiddleName()
- Specified by:
getMiddleName in interface Person
getMiddleNameUnmasked
public String getMiddleNameUnmasked()
- Specified by:
getMiddleNameUnmasked in interface Person
getLastName
public String getLastName()
- Specified by:
getLastName in interface Person
getLastNameUnmasked
public String getLastNameUnmasked()
- Specified by:
getLastNameUnmasked in interface Person
getName
public String getName()
- Specified by:
getName in interface Person
getNameUnmasked
public String getNameUnmasked()
- Specified by:
getNameUnmasked in interface Person
getEmailAddress
public String getEmailAddress()
- Specified by:
getEmailAddress in interface Person
getEmailAddressUnmasked
public String getEmailAddressUnmasked()
- Specified by:
getEmailAddressUnmasked in interface Person
getAddressLine1
public String getAddressLine1()
- Specified by:
getAddressLine1 in interface Person
getAddressLine1Unmasked
public String getAddressLine1Unmasked()
- Specified by:
getAddressLine1Unmasked in interface Person
getAddressLine2
public String getAddressLine2()
- Specified by:
getAddressLine2 in interface Person
getAddressLine2Unmasked
public String getAddressLine2Unmasked()
- Specified by:
getAddressLine2Unmasked in interface Person
getAddressLine3
public String getAddressLine3()
- Specified by:
getAddressLine3 in interface Person
getAddressLine3Unmasked
public String getAddressLine3Unmasked()
- Specified by:
getAddressLine3Unmasked in interface Person
getAddressCity
public String getAddressCity()
- Specified by:
getAddressCity in interface Person
getAddressCityUnmasked
public String getAddressCityUnmasked()
- Specified by:
getAddressCityUnmasked in interface Person
getAddressStateProvinceCode
public String getAddressStateProvinceCode()
- Specified by:
getAddressStateProvinceCode in interface Person
getAddressStateProvinceCodeUnmasked
public String getAddressStateProvinceCodeUnmasked()
- Specified by:
getAddressStateProvinceCodeUnmasked in interface Person
getAddressPostalCode
public String getAddressPostalCode()
- Specified by:
getAddressPostalCode in interface Person
getAddressPostalCodeUnmasked
public String getAddressPostalCodeUnmasked()
- Specified by:
getAddressPostalCodeUnmasked in interface Person
getAddressCountryCode
public String getAddressCountryCode()
- Specified by:
getAddressCountryCode in interface Person
getAddressCountryCodeUnmasked
public String getAddressCountryCodeUnmasked()
- Specified by:
getAddressCountryCodeUnmasked in interface Person
getPhoneNumber
public String getPhoneNumber()
- Specified by:
getPhoneNumber in interface Person
getPhoneNumberUnmasked
public String getPhoneNumberUnmasked()
- Specified by:
getPhoneNumberUnmasked in interface Person
getCampusCode
public String getCampusCode()
- Specified by:
getCampusCode in interface Person
getExternalIdentifiers
public Map<String,String> getExternalIdentifiers()
- Specified by:
getExternalIdentifiers in interface Person
hasAffiliationOfType
public boolean hasAffiliationOfType(String affiliationTypeCode)
- Specified by:
hasAffiliationOfType in interface Person
getCampusCodesForAffiliationOfType
public List<String> getCampusCodesForAffiliationOfType(String affiliationTypeCode)
- Specified by:
getCampusCodesForAffiliationOfType in interface Person
getEmployeeStatusCode
public String getEmployeeStatusCode()
- Specified by:
getEmployeeStatusCode in interface Person
getEmployeeTypeCode
public String getEmployeeTypeCode()
- Specified by:
getEmployeeTypeCode in interface Person
getBaseSalaryAmount
public KualiDecimal getBaseSalaryAmount()
- Specified by:
getBaseSalaryAmount in interface Person
getExternalId
public String getExternalId(String externalIdentifierTypeCode)
- Specified by:
getExternalId in interface Person
getPrimaryDepartmentCode
public String getPrimaryDepartmentCode()
- Specified by:
getPrimaryDepartmentCode in interface Person
getEmployeeId
public String getEmployeeId()
- Specified by:
getEmployeeId in interface Person
isActive
public boolean isActive()
- Specified by:
isActive in interface Person
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.