org.kuali.rice.kim.test.service
Class IdentityArchiveServiceTest.MinimalKEDIBuilder
java.lang.Object
org.kuali.rice.kim.test.service.IdentityArchiveServiceTest.MinimalKEDIBuilder
- Enclosing class:
- IdentityArchiveServiceTest
private static class IdentityArchiveServiceTest.MinimalKEDIBuilder
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
entityId
private String entityId
principalId
private String principalId
principalName
private String principalName
active
private Boolean active
IdentityArchiveServiceTest.MinimalKEDIBuilder
public IdentityArchiveServiceTest.MinimalKEDIBuilder(String name)
build
public EntityDefault build()
getEntityId
public String getEntityId()
- Returns:
- the entityId
setEntityId
public void setEntityId(String entityId)
- Parameters:
entityId
- the entityId to set
getPrincipalId
public String getPrincipalId()
- Returns:
- the principalId
setPrincipalId
public void setPrincipalId(String principalId)
- Parameters:
principalId
- the principalId to set
getPrincipalName
public String getPrincipalName()
- Returns:
- the principalName
setPrincipalName
public void setPrincipalName(String principalName)
- Parameters:
principalName
- the principalName to set
getActive
public Boolean getActive()
- Returns:
- the active
setActive
public void setActive(Boolean active)
- Parameters:
active
- the active to set
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.